Skip to content

Commit 33916c8

Browse files
committed
Added topic names for collision avoidance
1 parent 2b55c5d commit 33916c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

include/vb_util_lib/topics.h

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

src/vb_util_lib/topics.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ constexpr char am_topics::SENSOR_SC3_POINTCLOUD[];
7777
constexpr char am_topics::SENSOR_SC3_VISIBLE_IMAGE[];
7878
constexpr 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+
8083
constexpr char am_topics::SENSOR_DISTANCE_AGL[];
8184
constexpr char am_topics::SENSOR_DISTANCE_AGL_LW[];
8285
constexpr char am_topics::SENSOR_DISTANCE_DISTANCES_LW20[];

0 commit comments

Comments
 (0)