Skip to content

ROS workspace for testing and demoing ROS functionality for UCF robotics club.

Notifications You must be signed in to change notification settings

appar3ntly/ros-demo-ucf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros-demo-ucf

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.

Table of Contents

Current Contributors

  • Thomas Watters
  • Kenneth Richardson

Current Packages

###turtlebot_testing Various implementations intended to test ROS features using the Turtlebot platform.

How To Get Started Breaking Everything

  1. FOLLOW THIS OR ELSE!

    http://wiki.ros.org/turtlebot/Tutorials/indigo/Installation

  2. Make a new directory wherever you prefer to have your ROS workspaces.

  3. cd to the newly created directory in a terminal window.

  4. Type the following in the terminal

    git clone https://github.com/appar3ntly/ros-demo-ucf
    cd ros-demo-ucf
    catkin_make
    
  5. 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>
    
  6. BREAK STUFF

About

ROS workspace for testing and demoing ROS functionality for UCF robotics club.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published