Skip to content

Commit b8e61b6

Browse files
committed
ground removal
1 parent d021166 commit b8e61b6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

include/am_utils/topics.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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";

src/topics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ constexpr char am_topics::DJI_CAMERA_SHM_240P_DOWN_FRONT_STREAM[];
118118
constexpr char am_topics::DJI_CAMERA_SHM_240P_DOWN_BACK_STREAM[];
119119
constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_LEFT_STREAM[];
120120
constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_RIGHT_STREAM[];
121+
constexpr char am_topics::SENSOR_LIDAR_GROUND_REMOVED_POINTCLOUD2[];
121122

122123
constexpr char am_topics::SENSOR_CAMERA_SELECT_SERVICE[];
123124

0 commit comments

Comments
 (0)