Skip to content

Commit 9aeb740

Browse files
author
Aaron Roller
authored
Merge pull request #83 from AutoModality/AM-777/station_topic
am_station, instead of station, for consistency AM-777/station_topic
2 parents 417b18c + 8c5f366 commit 9aeb740

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/vb_util_lib/topics.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@ class am_topics
198198
static constexpr char LED_BLINK[] = "/blinkm_command";
199199
static constexpr char BATTERY_STATE[] = "/dji_osdk_ros/battery_state";
200200

201+
static constexpr char STATION_STATUS[] = "/am_station/status";
202+
static constexpr char SUPER_STATE[] = "/vstate/summary";
203+
/** Report the overall System/Mission State
204+
* https://automodality.atlassian.net/wiki/spaces/AMROS/pages/929234949/AMROS+System+States
205+
*/
206+
static constexpr char SYSTEM_STATE[] = "/system/state";
207+
201208
// Mavros specific topics
202209
static constexpr char MAVROS_RC_IN[] = "/mavros/rc/in";
203210
static constexpr char MAVROS_STATE[] = "/mavros/state";

0 commit comments

Comments
 (0)