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

Create directional zone

asked 2020-04-18 11:48:04 -0500

FroPyx gravatar image

Hi,

Is there a way to create directional zone on a map to prevent the global planner to plan through the zone in the opposite direction ?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2020-04-18 17:37:52 -0500

Short answer: No. The costmap doesn’t embed directional information.

You may be able to create a costmap layer that would do that, but that’s a non-trivial undertaking. You may also rather create a new planner that will have some directional metadata it has access to.

edit flag offensive delete link more

Comments

2

New planner is the way to go. You can also just write a plugin for the dlux_global_planner to only calculate the potential in certain directions.

David Lu gravatar image David Lu  ( 2020-04-20 09:30:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-04-18 11:48:04 -0500

Seen: 182 times

Last updated: Apr 18 '20