Skip to content

A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)

Notifications You must be signed in to change notification settings

hasauino/turtlesim_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turtlesim_examples

A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)

Dependencies

  • It doesn't depend on any package, only the packages that comes already with a full ROS installation. It was tested on ROS kinetic.

  • If you want to run the movebase launch file to bring up the navigation stack, you need to install it first:

sudo apt-get install ros-kinetic-navigation*

Examples

Example 1, turtle with fake bumber (a second turtle act as a bumber):

roslaunch turtlesim_examples bumber.launch

turtle with fake bumber

Example 2, turtle with fake laser scanner:

roslaunch turtlesim_examples laser.launch

turtle with fake laser

Example 3, Bringing up navigation stack on the turtle:

roslaunch turtlesim_examples laser.launch
roslaunch turtlesim_examples moveBase.launch

turtle with fake laser

About

A node and launch files to make ROS turtlesim do navigation (fake laser, fake bumber, draw a map)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published