File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ class am_topics
8383 static constexpr char SENSOR_SC3_VISIBLE_IMAGE[] = " /sensor/sc3/visible/image" ;
8484 static constexpr char SENSOR_SC3_VISIBLE_CAMERA_INFO[] = " /sensor/sc3/visible/camera_info" ;
8585
86+ static constexpr char SENSOR_COLLISION[] = " /sensor/collision" ;
87+ static constexpr char SENSOR_COLLISION_VIEWS[] = " /sensor/collision_views" ;
88+
8689 static constexpr char SENSOR_DISTANCE_AGL[] = " /sensor/distance/agl" ;
8790 static constexpr char SENSOR_DISTANCE_AGL_LW[] = " /sensor/distance/agl_lw" ;
8891 static constexpr char SENSOR_DISTANCE_DISTANCES_LW20[] = " /sensor/distance/distances_lw20" ;
Original file line number Diff line number Diff line change @@ -77,6 +77,9 @@ constexpr char am_topics::SENSOR_SC3_POINTCLOUD[];
7777constexpr char am_topics::SENSOR_SC3_VISIBLE_IMAGE[];
7878constexpr char am_topics::SENSOR_SC3_VISIBLE_CAMERA_INFO[];
7979
80+ constexpr char am_topics::SENSOR_COLLISION[];
81+ constexpr char am_topics::SENSOR_COLLISION_VIEWS[];
82+
8083constexpr char am_topics::SENSOR_DISTANCE_AGL[];
8184constexpr char am_topics::SENSOR_DISTANCE_AGL_LW[];
8285constexpr char am_topics::SENSOR_DISTANCE_DISTANCES_LW20[];
You can’t perform that action at this time.
0 commit comments