File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ add_library(am_utils
110110
111111target_link_libraries (am_utils ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} )
112112
113+ add_dependencies (am_utils ${catkin_EXPORTED_TARGETS} )
114+
113115install (TARGETS am_utils
114116 LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
115117 )
Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff line change @@ -139,6 +139,8 @@ constexpr char am_topics::DJI_CAMERA_SHM_240P_DOWN_BACK_STREAM[];
139139constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_LEFT_STREAM[];
140140constexpr char am_topics::DJI_CAMERA_SHM_VGA_FRONT_RIGHT_STREAM[];
141141constexpr char am_topics::SENSOR_LIDAR_GROUND_REMOVED_POINTCLOUD2[];
142+ constexpr char am_topics::SENSOR_LIDAR_POINTCLOUD2_WITH_NORMALS[];
143+
142144
143145constexpr char am_topics::SENSOR_CAMERA_SELECT_SERVICE[];
144146constexpr char am_topics::SENSOR_CAMERA_IMAGE_CONTROLLER_IMAGE_RAW[];
You can’t perform that action at this time.
0 commit comments