Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/vb_util_lib/topics.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ class am_topics
static constexpr char SENSOR_SC3_VISIBLE_IMAGE[] = "/sensor/sc3/visible/image";
static constexpr char SENSOR_SC3_VISIBLE_CAMERA_INFO[] = "/sensor/sc3/visible/camera_info";

static constexpr char SENSOR_COLLISION[] = "/sensor/collision";
static constexpr char SENSOR_COLLISION_VIEWS[] = "/sensor/collision_views";

static constexpr char SENSOR_DISTANCE_AGL[] = "/sensor/distance/agl";
static constexpr char SENSOR_DISTANCE_AGL_LW[] = "/sensor/distance/agl_lw";
static constexpr char SENSOR_DISTANCE_DISTANCES_LW20[] = "/sensor/distance/distances_lw20";
Expand Down
3 changes: 3 additions & 0 deletions src/vb_util_lib/topics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ constexpr char am_topics::SENSOR_SC3_POINTCLOUD[];
constexpr char am_topics::SENSOR_SC3_VISIBLE_IMAGE[];
constexpr char am_topics::SENSOR_SC3_VISIBLE_CAMERA_INFO[];

constexpr char am_topics::SENSOR_COLLISION[];
constexpr char am_topics::SENSOR_COLLISION_VIEWS[];

constexpr char am_topics::SENSOR_DISTANCE_AGL[];
constexpr char am_topics::SENSOR_DISTANCE_AGL_LW[];
constexpr char am_topics::SENSOR_DISTANCE_DISTANCES_LW20[];
Expand Down