How to make my robot navigate autonomously

asked 2017-10-31 01:31:42 -0500

gambit gravatar image

I am currently working on a robot which use a define path eg, a drawn path from point a to point b. Is there a way to make it to navigate autonomously.

edit retag flag offensive close merge delete

Comments

This is a very broad question. There are many ways to get your robot to navigate through from point a to point b, although you have to specify what kind of robot and what sensors you have on it so that someone could come up with a viable suggestion.

deksprime gravatar image deksprime  ( 2017-10-31 03:06:12 -0500 )edit
1

@gambit: could I please ask you to try and search the site for this? Use Google, and add site:answers.ros.org to your query. There are countless duplicates of this question.

gvdhoorn gravatar image gvdhoorn  ( 2017-10-31 03:48:06 -0500 )edit

My robot is running on differential drive, with lidar sensor for localisation.

gambit gravatar image gambit  ( 2017-10-31 03:55:29 -0500 )edit

The short answer is you want to use the ROS nav stack. As @gvdhoorn mentioned this is a broad topic, and is covered elsewhere. I'd start with the Tutorials and work your way up to the nav stack.

john.j.oneill gravatar image john.j.oneill  ( 2017-10-31 04:31:54 -0500 )edit

Thank you so much

gambit gravatar image gambit  ( 2017-10-31 09:18:48 -0500 )edit