Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glemaitre/tutorial-ros-2


https://github.com/glemaitre/tutorial-ros-2

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

Tutorial ROS #2 - Lecture notes
===============================

# Introduction to start navigate the robot

* Connect via ssh: `ssh [email protected]`
* Start minimal launch: `roslaunch kokubi_node minimal.launch --screen`
* Start with `tf` topic: `roslaunch kobuki_node robot_with_tf.launch --screen`
* Launch the following node to manage the robot with keyboard: `roslaunch kobuki_keyop keyop.launch`

# Move to the turtlebot launcher

* Start the minimal launcher: `roslaunch turtlebot_bringup minimal.launch`
* Install the `turtlebot` packages for the turtlebot via the package manager: `sudo apt-get install ros-indigo-turtlebot-*`
* Launch the kinect: `roslaunch turtlebot_bringup 3dsensor.launch`