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

3D pointcloud to 2d costmap layer projection github repo

asked 2016-04-10 21:15:41 -0500

AReimann gravatar image

updated 2016-04-10 21:16:06 -0500

I remember stumbling upon a Github repository which had a costmap layer which basically projects a 3d pointcloud or 3d sensor data (don't quite remember) down to a 2d plane / costmap layer.

I can't find it even anymore (been looking for 30 mins now ._.).

Anybody knows the name of the repo or could give me a link?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2016-04-19 06:37:06 -0500

Procópio gravatar image

here is an example:

  plugins:
    - name: pc_layer
    type: 'costmap_2d::ObstacleLayer'

  pc_layer:
    enabled: true
    observation_sources: rgbd_cloud
    combination_method: 1 

    rgbd_cloud:
      sensor_frame: base_footprint
      data_type: PointCloud2
      topic: cloud 
      expected_update_rate: 1.0
      observation_persistence: 0.0
      marking: true
      clearing: true
      raytrace_range: 4.0
      obstacle_range: 2.5
edit flag offensive delete link more

Comments

Yeah found it myself. I was really wondering why I thought the normal obstacle layer does not do that ~_~

AReimann gravatar image AReimann  ( 2016-04-25 19:58:42 -0500 )edit

Question Tools

Stats

Asked: 2016-04-10 21:15:41 -0500

Seen: 1,515 times

Last updated: Apr 19 '16