File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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