ROS workspace for testing and demoing ROS functionality for UCF robotics club.
Note this is NOT the repo for competition/actual development code. It is entirely devoted to random testing or tutorial package code. As such, branches other than master may at times be terribly disorganized.
- Thomas Watters
- Kenneth Richardson
###turtlebot_testing Various implementations intended to test ROS features using the Turtlebot platform.
-
FOLLOW THIS OR ELSE!
-
Make a new directory wherever you prefer to have your ROS workspaces.
-
cd to the newly created directory in a terminal window.
-
Type the following in the terminal
git clone https://github.com/appar3ntly/ros-demo-ucf cd ros-demo-ucf catkin_make
-
Preferably (not required but it may make life easier) to avoid jacking up your master branch. Type in terminal:
git branch <desired_branch_name> git checkout <desired_branch_name>
-
BREAK STUFF