Skip to content

Commit

Permalink
Fix: perception: image_transport error moveit/moveit2_tutorials#700 (…
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Jun 28, 2023
1 parent 26b0179 commit e116be8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions panda_moveit_config/config/sensors_3d.yaml
@@ -1,5 +1,7 @@
sensors: ["sensor1", "sensor2"]
sensor1:
sensors:
- kinect_pointcloud
#- kinect_depthimage
kinect_pointcloud:
filtered_cloud_topic: filtered_cloud
max_range: 5.0
max_update_rate: 1.0
Expand All @@ -9,7 +11,7 @@ sensor1:
point_cloud_topic: /camera/depth_registered/points
point_subsample: 1
sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
sensor2:
kinect_depthimage:
far_clipping_plane_distance: 5.0
filtered_cloud_topic: filtered_cloud
image_topic: /camera/depth_registered/image_raw
Expand Down

0 comments on commit e116be8

Please sign in to comment.