ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

Waypoint Navigation: Simplified Local Planner

asked 2014-11-05 21:09:08 -0500

ROSCMBOT gravatar image

Hello,

I was wondering if anyone has written such a behaviour for a robot navigation or any hint on how to implement it.

1- The robot gets the waypoints from the global planner
2- Starting from the first waypoint, the robot rotates towards the next waypoint
3- The Robot moves on a straight line and stops at the next waypoint
4- The robot rotates towards the next waypoint
5- The Robot moves on a straight line and stops at the next waypoint
6- Goto 4

Assuming that there is enough distance between the waypoints.

Thanks

edit retag flag offensive close merge delete

Comments

Am looking for same as you asked, did you find the answer yet? Can you let me know if you knew something about it please ?

Nazeer gravatar image Nazeer  ( 2015-03-03 03:41:27 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2015-03-03 16:05:14 -0500

David Lu gravatar image

I have a version of this idea that works, but currently does no collision detection. https://github.com/DLu/simple_local_p...

edit flag offensive delete link more
0

answered 2014-11-05 21:25:51 -0500

ahendrix gravatar image

There might be something like that in navigation_experimental, but most of those packages aren't documented very well.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2014-11-05 21:09:08 -0500

Seen: 2,676 times

Last updated: Mar 03 '15