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

Draw a path for a robot to follow

asked 2016-01-11 16:30:33 -0500

ngoldfarb gravatar image

I am trying to get a omni-directional robot to follow a user input path. My first idea was to override the global path planner. After reading about it for a few days I think that it might work but it there is probably a better way. The navigation stack seems to be more from getting from A to B, not "hit all this waypoints". Meaning I would have to put every point(or some interval of the points) into the makeplan function of the global planner. But this seems ineffective and cause the robot to shake. It seems like there should be an easier way. As anybody done this before?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-26 05:44:56 -0500

mgruhler gravatar image

Write a plugin for the global planner where you create the global plan the way you want it. You could input it by subscribing to a topic, e.g.

Thus, you would make use of the rest of move_base but have full flexibility. However, you would need to stick the global planner interface.

edit flag offensive delete link more

Comments

hello, assuming you are talking about this tutorial

How would I define a sine/circular paths? or any other paths defined by a mathematical function

aarontan gravatar image aarontan  ( 2018-06-16 11:14:52 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-01-11 16:30:33 -0500

Seen: 1,750 times

Last updated: Jan 26 '16