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

Holonomic planner for navigation

asked 2016-05-26 03:45:49 -0500

lfr gravatar image

updated 2016-05-26 04:17:30 -0500

Hello !
I want to know how to have a holonomic planner for the navigation of a holonomic or omni-directional robot (KUKA Youbot for example).
The Idea is to be able to move the robot along the y axis without changing its orientation.
I tried to adjust the 'holonomic_robot' value of my planner (dwa planner) to true but the robot continue to not move as I want.

If someone can tell me how to configure my planner in order to do this, I will be very grateful.

lfr

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2016-06-23 04:35:24 -0500

Procópio gravatar image

you can try the eband local planner or the teb_local_planner .

edit flag offensive delete link more

Comments

Yes, thanks, I tried the eband_local_planer planner and it works exactly as I want, thank you for your help (I forgot this topic ;) ).

lfr gravatar image lfr  ( 2016-06-23 04:38:10 -0500 )edit

I follow your suggestions to use the eband_local_planner, and I use I default parameters as [ http://wiki.ros.org/eband_local_plann... I have a lot tests, and use rqt_reconfigure tool to config the related parameters, but the omnidirectional robots hardly translate in the y directions.

dong_ym gravatar image dong_ym  ( 2017-10-27 05:25:32 -0500 )edit
0

answered 2016-06-24 01:23:44 -0500

uwleahcim gravatar image

Isn't dwa_local_planner designed for holonomic_robot? Also, dwa_local_planner doesn't have holonomic_robot parameter since it is assume for the robot is holonomic (you have parameters for both x and y vel and acceleration).

I think you're working with base_local_planner which has a holonomic_robot parameters. Setting holonomic_robot to true in base_local_planner gives you very limited y controls.

edit flag offensive delete link more

Comments

Yes, I succeeded to use dwa_local_planner for holonomic navigation but this planner has many problems. It has not a good behaviour (difficulties to reach the goal, winding trajectories, endless rotations, ...). The eband_local_planner is much more better for what I want.

lfr gravatar image lfr  ( 2016-06-24 01:58:34 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-05-26 03:45:49 -0500

Seen: 2,737 times

Last updated: Jun 24 '16