Skip to content

sebasgm85/turtlebin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

turtlebin

This tutorial guides you through the process of getting Turtlebin working on your Turtlebot.

  • Previous assumes:

    • You have a working Turtlebot running ROS Groovy

    • Your were able to successfully go through the Turtlebot Beginners Tutorials

    • You were able to download and install the following dependencies installed:

      ros-groovy-ros-http-video-streamer

  • Creating catkin workspace:

    cd ~/ mkdir -p ros/src ; cd ros/src/ catkin_init_workspace Getting packages from sources:

  • Getting and building additional neede repositories:

      cd ~/ros/src/
    

    git clone git@github.com:adamantivm/turtlebin.git src/turtlebin git clone https://github.com/willowgarage/task_manager.git git clone https://github.com/RobotWebTools/rosbridge_suite.git

    cd ~/ros ; catkin_make

TODO Move this repositories to some more appropiate place

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.0%
  • JavaScript 5.4%
  • Shell 4.6%