Skip to content

Commit 7b3fb08

Browse files
committed
added anymal sensors
1 parent ed6c20a commit 7b3fb08

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

elevation_mapping_cupy/config/sensor_parameter.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,38 @@ subscribers:
33
# channels: ['feat_0','feat_1']
44
# fusion: ['average','average']
55
# topic_name: '/elevation_mapping/pointcloud_semantic'
6+
67
front_cam:
78
channels: ['rgb','feat_0','feat_1','c_prob_0']
89
fusion: ['color','average','average','class_average']
910
topic_name: '/elvation_mapping/pointcloud_semantic'
1011

12+
front_bpearl:
13+
channels: []
14+
fusion: ['average']
15+
topic_name: /robot_self_filter/bpearl_front/point_cloud
16+
17+
rear_bpearl:
18+
channels: []
19+
fusion: ['average']
20+
topic_name: /robot_self_filter/bpearl_rear/point_cloud
21+
22+
front_depth:
23+
channels: []
24+
fusion: ['average']
25+
topic_name: /depth_camera_front/point_cloud_self_filtered
26+
27+
rear_depth:
28+
channels: []
29+
fusion: ['average']
30+
topic_name: /depth_camera_rear/point_cloud_self_filtered
31+
32+
left_depth:
33+
channels: []
34+
fusion: ['average']
35+
topic_name: /depth_camera_left/point_cloud_self_filtered
36+
37+
right_depth:
38+
channels: []
39+
fusion: ['average']
40+
topic_name: /depth_camera_right/point_cloud_self_filtered

0 commit comments

Comments
 (0)