Skip to content

Commit 06c5e2c

Browse files
committed
2 parents 9024538 + f9e8f58 commit 06c5e2c

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ add_library(am_utils
110110

111111
target_link_libraries(am_utils ${catkin_LIBRARIES} ${OpenCV_LIBRARIES})
112112

113+
add_dependencies(am_utils ${catkin_EXPORTED_TARGETS})
114+
113115
install(TARGETS am_utils
114116
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
115117
)

include/vb_util_lib/topics.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ class am_topics
146146
static constexpr char SENSOR_CAMERA_SELECT_SERVICE[] = "/sensor/camera/camera_select";
147147

148148
static constexpr char SENSOR_LIDAR_GROUND_REMOVED_POINTCLOUD2[] = "/sensor/lidar/ground_removed/pointcloud2";
149+
static constexpr char SENSOR_LIDAR_POINTCLOUD2_WITH_NORMALS[] = "/sensor/lidar/pointcloud2/with_normals";
149150

150151
static constexpr char STATUS_CEIL[] = "/status/ceil";
151152
static constexpr char STATUS_CORR[] = "/status/corr";

src/vb_util_lib/topics.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ constexpr char am_topics::DJI_CAMERA_SHM_240P_DOWN_BACK_STREAM[];
139139
constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_LEFT_STREAM[];
140140
constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_RIGHT_STREAM[];
141141
constexpr char am_topics::SENSOR_LIDAR_GROUND_REMOVED_POINTCLOUD2[];
142+
constexpr char am_topics::SENSOR_LIDAR_POINTCLOUD2_WITH_NORMALS[];
143+
142144

143145
constexpr char am_topics::SENSOR_CAMERA_SELECT_SERVICE[];
144146
constexpr char am_topics::SENSOR_CAMERA_IMAGE_CONTROLLER_IMAGE_RAW[];

0 commit comments

Comments
 (0)