Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 897 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 897 Bytes

Where Am I

The aim of the project is to make robot perform autonomous navigation in known 2D map. Localization is performed using AMCL package. User can give navigation goals by using move_base package.


Robot is navigating autonomously

Package

  • my_robot: Which includes robot model, 2D map, AMCL and move_base parameters, rviz configuration.

Nodes

  • map_server: Which publishes /map topic.
  • move_base: Which subscribes to /map, /tf, /scan, /odom topic and publishes /cmd_vel topic.
  • amcl: Which subscribes to /scan topic and publishes /tf topic.


Rosgraph of the project

How to use

roslaunch my_robot world.launch
roslaunch my_robot amcl.launch