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

Global navigation plan with specific velocities in plan points

asked 2014-05-31 00:47:13 -0500

INait gravatar image

I've got a specific task for robot:

Create global navigation plan specifying a set of points with required velocities in this points(x, y, Vx, Vy).

Will I be able to create custom global plan to satisfy this requirement or I need to rewrite the local planner as well? It seems to me that for now when robot approaches destination its speed slowly decreases to 0, but in my plan it shouldn't, until the robot reaches the last point.

Can this requirement be resolved with existent global nav planners?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-05-31 07:21:07 -0500

ahendrix gravatar image

I think you'll have to modify the nav stack pretty significantly to do this. Currently, the nav stack uses a nav_msgs/Path to communicate the global plan between the global planner and the local planner, and that message only includes timestamps and positions; no velocity data.

Take a look at the nav_core wiki page for more information about the existing planner APIs.

edit flag offensive delete link more

Comments

Thanks for the answer, I'll check it out.

INait gravatar image INait  ( 2014-05-31 07:40:34 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-05-31 00:47:13 -0500

Seen: 181 times

Last updated: May 31 '14