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

dkohanba's profile - activity

2022-09-22 09:15:17 -0500 received badge  Famous Question (source)
2017-04-20 16:15:33 -0500 received badge  Notable Question (source)
2016-04-25 11:38:41 -0500 commented answer ROS Nav Stack - Obtaining correct heading at the goal without final pointturn

Thanks. I will try that.

2016-04-22 15:47:09 -0500 received badge  Popular Question (source)
2016-04-21 14:54:06 -0500 asked a question ROS Nav Stack - Obtaining correct heading at the goal without final pointturn

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