From 82196e461f3f46992dd107e815d74151fa670c1c Mon Sep 17 00:00:00 2001 From: Glen Turner <8gt6@queensu.ca> Date: Thu, 18 Jun 2015 19:20:01 -0400 Subject: [PATCH] changed name of ros_diaply to robot_display, fixed problem with conneciton button the ROS Bridge Connection tab --- index.html | 105 ++++++++++++------------- ros_display.html => robot_display.html | 0 2 files changed, 51 insertions(+), 54 deletions(-) rename ros_display.html => robot_display.html (100%) diff --git a/index.html b/index.html index c46b2d9..c8898ed 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp @@ -95,73 +95,70 @@ Tutorials can be found here: http://www.w3schools.com/bootstrap/default.asp - + -
+
+
+
+
+
+ + + -
-
+ +
+ + + + +
+
+
- -
- - - + +
+
- -
- - - - -
-
- -
- - -
-
- -
-
+
+
ROS Topics
-
- N/A -
-
-
+
+ N/A +
+
+
-
-
- ROS Nodes -
-
+
+
+ ROS Nodes +
+
- N/A -
-
-
+ N/A +
+
+
-
- - - + + + + - - + + diff --git a/ros_display.html b/robot_display.html similarity index 100% rename from ros_display.html rename to robot_display.html