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

Ros2 Nav2 SmacPlannerHybrid but for holonomic/omnidirectional robots?

asked 2021-08-09 05:11:00 -0500

vps-seasony gravatar image

Description of the problem:

We have a rectangular omni-directional robot that is able to rotate on it's base. The goal of this robot is to approach into narrow alleyways to pick up items from either side of the alleway. The robot itself however is only able to operate from it's right hand side.

This means that the robot needs to approach the alleyway with the correct orientation, meaning that the planner has to be aware of the end orientation and generate a kinematically feasible path that takes into account that it's an omni-directional robot and that realizes that rotation at the end goal is not viable due to the footprint hitting the sides of the alleyway.

The hybrid SMAC planners are successful at planning a path with the correct end orientation however since they're built for ackermann vehicles they provide unnecessarily long and convoluted paths for our omni-directional robot.

The Smac2D planners are able to generate highly viable paths, however they do not take into account the end goal orientation.

Is there a planner that is like a blend of both? A planner that takes into account the end goal orientations for arbitrarily shaped omnidirectional robots whilst being able to generate paths that are not ackermann like.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-12-26 02:38:35 -0500

jainr gravatar image

updated 2021-12-26 02:38:47 -0500

I believe Smac State Lattice Planneris able to achieve both. Have a look below↓ https://navigation.ros.org/configurat...

You might have to generate custom control sets for your vehicle.

edit flag offensive delete link more

Comments

Hi @jainr, could you expand your answer and explain why you think this is meets the ask.

osilva gravatar image osilva  ( 2021-12-29 09:00:09 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-08-09 05:11:00 -0500

Seen: 548 times

Last updated: Dec 26 '21