fixed douplicate functions for getting nodes and topics
This commit is contained in:
16
index.html
16
index.html
@@ -19,10 +19,12 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
|
||||
|
||||
<script src="include/js/roslib.js"></script>
|
||||
<script type="text/javascript" src="include/js/roslib.min.js"></script>
|
||||
<script type="text/javascript" src="include/js/roslib.js"></script>
|
||||
|
||||
<script type="text/javascript" src="ProjectFiles/js/ros_scripts.js"></script>
|
||||
<script type="text/javascript" src="ProjectFiles/js/update_guis.js"></script>
|
||||
<script type="text/javascript" src="backend/js/custom_topics.js"></script>
|
||||
|
||||
<script type="text/javascript" src="backend/js/ros_scripts.js"></script>
|
||||
<script type="text/javascript" src="backend/js/update_guis.js"></script>
|
||||
|
||||
|
||||
<audio id="audio" src="audio/beep-04.mp3" autostart="false" ></audio>
|
||||
@@ -88,9 +90,9 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
</div>
|
||||
<!-- ##################################### END ROS BAG PANEL ######################################### -->
|
||||
|
||||
<!-- ##################################### ROBOT DISPLAT PANEL ######################################### -->
|
||||
<!-- ##################################### ROBOT DISPLAY PANEL ######################################### -->
|
||||
<div id="includedContent"></div>
|
||||
<!-- ##################################### END ROS BAG PANEL ######################################### -->
|
||||
<!-- ##################################### END DISPLAY PANEL ######################################### -->
|
||||
|
||||
|
||||
|
||||
@@ -114,7 +116,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
|
||||
<span>
|
||||
<div class="input-group">
|
||||
<input type="text" id="ConnectionIPInput" class="form-control" placeholder="bag_filename" placeholder="No IP Address yet">
|
||||
<input type="text" id="ConnectionIPInput" class="form-control" placeholder="ROS Bridge Master IP" placeholder="No IP Address yet">
|
||||
<span class="input-group-btn">
|
||||
<button id="ConnectionButton" type="button" onclick="ros.attemptConnection()" class="btn btn-warning">
|
||||
Connect
|
||||
@@ -137,7 +139,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
|
||||
<div class="col-sm-1" id="ROSTopics">
|
||||
<div id="ROSTopics">
|
||||
N/A
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user