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

ROS Navigation: Remove objects from the costmap with delay

asked 2020-01-23 08:21:59 -0500

BoC gravatar image

updated 2020-01-24 04:27:47 -0500

gvdhoorn gravatar image

Dear all,

at the beginning some information regarding my robot system:

Turtlebot 3 Waffle
Odroid XU4
360° Laser scanner (RPLidar A3)
IntelRealsense D435

Task IntelRealsense: detection of obstacles that are not detected by the laser scanner.

Both sensors have the authorization to enter and remove obstacles in the costmap.

Is it possible that objects detected by the IntelRealsense camera and entered in the costmap remain in the costmap for a certain time (delay), even if the object is no longer within the camera's field of view?

For local path planning I use the dwa_local_planner.

Edit: The data of the IntelRealsense camera is converted into LaserScan Message by the package "depthimage_to_laserscan".

Best regards,

Chris

edit retag flag offensive close merge delete

Comments

Would this be something spatio_temporal_voxel_layer could do?

@stevemacenski?

gvdhoorn gravatar image gvdhoorn  ( 2020-01-23 08:30:13 -0500 )edit

That could work, yes

stevemacenski gravatar image stevemacenski  ( 2020-01-23 10:59:35 -0500 )edit

2 Answers

Sort by » oldest newest most voted
0

answered 2020-01-24 03:56:03 -0500

BoC gravatar image

updated 2020-01-24 04:02:32 -0500

Setting the parameter "observation_persistence" (file: costmap_common_params.yaml) has solved my problem.

Thanks for your help.

edit flag offensive delete link more
0

answered 2020-01-23 08:54:46 -0500

David Lu gravatar image

One option is the badly documented https://github.com/DLu/decaying_obsta...

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2020-01-23 08:21:59 -0500

Seen: 229 times

Last updated: Jan 24 '20