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

ROS Nav Stack - Obtaining correct heading at the goal without final pointturn

asked 2016-04-21 14:20:36 -0500

dkohanba gravatar image

Hi I am using ROS Indigo with the Navigation stack on a holonomic vehicle. The planning overall seems to work

However, once the robot reaches the XY goal it does a final pointturn. Is there a way to have it plan an arc so that when the destination is reached the heading is already correct?

It also seems to now like holonomic motions. Is there a way to bias the planner to use more holonomic motions (note: the planner has holonomic set to true).

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-22 16:27:04 -0500

spmaniato gravatar image

For the first part of your question (heading), you can try setting the global_planner's orientation filter to ForwardThenInterpolate (maybe experiment with all of them). You can read what each filter does here: GlobalPlanner.cfg

It looks like you'll have to use dynamic_reconfigure in order to set the filter.

edit flag offensive delete link more

Comments

Thanks. I will try that.

dkohanba gravatar image dkohanba  ( 2016-04-25 11:38:41 -0500 )edit

Question Tools

Stats

Asked: 2016-04-21 14:20:36 -0500

Seen: 234 times

Last updated: Apr 22 '16