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

escape velocity robot behavior move_base

asked 2015-09-03 18:23:29 -0500

Naman gravatar image

Hi all,

I have a small doubt regarding the robot's behavior when escape velocity (escape_vel) is given to it. When the robot is going in the backward direction (escape_vel : -0.2) to escape from a stuck situation, does the move_base consider that there might be an obstacle behind it by looking at the costmap? In my case, it does not care if there is an obstacle behind it or not and it keeps on going in the backward direction and hits the obstacle although the obstacles are present in the costmap.

Thanks in advance.
Naman Kumar

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2016-08-24 04:40:44 -0500

AravindaDP gravatar image

It seems that this behavior is implemented intentionally.

https://github.com/ros-planning/navig...

But it is unclear the reasoning behind this and seems that code segment is there from more than 7 years and unchanged.

I think this behavior should be at least made configurable so users could choose whether to back up without considering obstacles or not.

edit flag offensive delete link more

Comments

1

Would be nice to include a link to your Github issue: ros-planning/navigation#516.

gvdhoorn gravatar image gvdhoorn  ( 2016-08-24 07:32:56 -0500 )edit
0

answered 2015-12-29 11:09:11 -0500

GuidoBartoli gravatar image

I have exactly the same problem... when robot is "escaping" using "escape_vel" speed, it seems to not consider obstacles in the local costmap and many times it hit a wall or a door!

If you have any news about this, it will be appreciated :)

edit flag offensive delete link more

Comments

I have the same problem. When the robot is "escaping" it does not consider the obstacles behind it.I had to disable this behavior

mateusguilherme gravatar image mateusguilherme  ( 2020-08-04 08:08:43 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2015-09-03 18:23:29 -0500

Seen: 1,175 times

Last updated: Sep 03 '15