ros:turtlebot:install
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ros:turtlebot:install [2014/01/27 22:03] – added package depthimage_to_laserscan in rosinstall_generator pkg list towa45 | ros:turtlebot:install [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | # TurtleBot Installation for ROS | ||
- | |||
- | See this link first: [[http:// | ||
- | |||
- | ## OpenNI installation | ||
- | |||
- | To be able to use the Kinect on the Turtlebot with ROS, you need some OpenNI software, Java-stuff... | ||
- | |||
- | OpenNI is not in the official repos for Wheezy, we'll have to build it from source... Since it exists in Testing and Sid, things will be a little bit easier... | ||
- | |||
- | mkdir libopenni-dev | ||
- | cd ./ | ||
- | sudo apt-get build-dep libopenni-dev | ||
- | sudo apt-get -b source libopenni-dev | ||
- | sudo dpkg -i ./ | ||
- | | ||
- | It's time to continue with the actual installation... | ||
- | |||
- | ## TurtleBot packages | ||
- | Make sure you got the good ROS_env before starting theses steps. Install some dependencies: | ||
- | apt-get install libftdi-dev pyqt4-dev-tools libvtk5-dev | ||
- | |||
- | ### In your old workspace | ||
- | If you still have the workspace you used when installing ROS from source let's add some packages | ||
- | cd ros_workspace | ||
- | rosinstall_generator ecl_streams ecl_geometry ecl_mobile_robot ecl_sigslots ecl_command_line openni_launch depthimage_to_laserscan joy --rosdistro hydro --deps --wet-only > turtlebot_deps.rosinstall | ||
- | wget https:// | ||
- | wstool merge turtlebot_deps.rosinstall -t src | ||
- | wstool merge turtlebot.rosinstall -t src | ||
- | wstool update -j8 -t src | ||
- | rosdep install --from-paths src --ignore-src --rosdistro hydro -y -r --os=debian: | ||
- | sudo / | ||
- | |||
- | ### In a new workspace | ||
- | If you have deleted your previous ROS install workspace, you need a new one.. | ||
- | mkdir turtlebot | ||
- | cd turtlebot | ||
- | rosinstall_generator ecl_streams ecl_geometry ecl_mobile_robot ecl_sigslots ecl_command_line openni_launch depthimage_to_laserscan joy --rosdistro hydro --deps --wet-only > turtlebot_deps.rosinstall | ||
- | wget https:// | ||
- | wstool init -j8 src turtlebot_deps.rosinstall | ||
- | wstool merge turtlebot.rosinstall -t src | ||
- | wstool update -j8 -t src | ||
- | rosdep install --from-paths src --ignore-src --rosdistro hydro -y -r --os=debian: | ||
- | sudo / | ||
- | |||
- | < | ||
- | |||
- | ## End | ||
- | And to prepare setup UDEV: | ||
- | |||
- | rosrun kobuki_ftdi create_udev_rules | ||
/home/share/www/redox.ws/wiki/data/attic/ros/turtlebot/install.1390860236.txt.gz · Last modified: 2023/11/24 21:55 (external edit)