File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ class am_topics
120120 static constexpr char DJI_CAMERA_SHM_VGA_FRONT_RIGHT_STREAM[] = " /dji_sdk/shm/stereo_vga_front_right_images" ;
121121
122122 static constexpr char SENSOR_CAMERA_SELECT_SERVICE[] = " /sensor/camera/camera_select" ;
123+
124+ static constexpr char SENSOR_LIDAR_GROUND_REMOVED_POINTCLOUD2[] = " /sensor/lidar/ground_removed/pointcloud2" ;
123125
124126
125127 static constexpr char STATUS_CEIL[] = " /status/ceil" ;
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ constexpr char am_topics::DJI_CAMERA_SHM_240P_DOWN_FRONT_STREAM[];
118118constexpr char am_topics::DJI_CAMERA_SHM_240P_DOWN_BACK_STREAM[];
119119constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_LEFT_STREAM[];
120120constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_RIGHT_STREAM[];
121+ constexpr char am_topics::SENSOR_LIDAR_GROUND_REMOVED_POINTCLOUD2[];
121122
122123constexpr char am_topics::SENSOR_CAMERA_SELECT_SERVICE[];
123124
You can’t perform that action at this time.
0 commit comments