Moved files around. ROS Display panel html is now back in the index file

This commit is contained in:
GLEN TURNER (8GT6)
2015-06-01 11:50:07 -04:00
parent cdd26f1427
commit 6d395c2bbe
7 changed files with 93 additions and 21 deletions

View File

@@ -4,7 +4,6 @@ The purpose of this project is an example of how to write a web page that can be
### Quick Start Guide
This guide is for after you have completed the setup requirements
If you are connecting to a remote computer that is running the roscore, you need to run the following lines in the terminal:
@@ -20,10 +19,10 @@ Then run the bash file in the working directory by running the following in the
Feel free to clone this project and use it as a base for your own GUI.
There is a file called "RobotDisplyPanel.html" that is pasted into the "Robot Display Panel" on the web page. This is where you should put in all your HTML for what you want to display.
You can easily customise the "Robot Display" pannel by changing the HTML "index.html" file.
All ROS related Javascript should go in the "/include/js/ros_scripts.js" file.
All functions that are used to update the GUI should go in the "update_guis.js" file
All ROS related Javascript should go in the "ProjectFiles/js/ros_scripts.js" file.
All functions that are used to update the GUI should go in the "ProjectFiles/js/update_guis.js" file