Skip to content

Submission for Project 3 of Udacity Robotics Nanodegree: Implement Adaptive Monte Carlo Localisation (AMCL) C++ algorithm to localise a robot in a pre-generated map.

Notifications You must be signed in to change notification settings

GeorgieChallis/RoboND_WhereAmI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

RoboND _ Where Am I?

Submission for Project 3 of Udacity Robotics Nanodegree: Implement Adaptive Monte Carlo Localisation (AMCL) algorithm to localise a robot in a pre-generated map. Particle position and orientation are shown as blue arrows in RViz - as the robot localises in the environment, the number of particles will reduce to a single arrow indicating the localised pose.

Build

This project is intended to be built within a catkin workspace. To build, clone this repo into the catkin_ws/src folder and run catkin_make.

Pre-Requisites

Run

After sourcing setup.bash (if not already in .bashrc):

$ roslaunch my_robot world.launch
$ roslaunch my_robot amcl.launch

About

Submission for Project 3 of Udacity Robotics Nanodegree: Implement Adaptive Monte Carlo Localisation (AMCL) C++ algorithm to localise a robot in a pre-generated map.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages