Skip to content

Udacity Robotics Software Engineer Nanodegree Program - Project 3

Notifications You must be signed in to change notification settings

obensustam2/RoboND_P3_Where_Am_I

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

Udacity Robotics Software Engineer Nanodegree Program - Project 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages