We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 417b18c + 8c5f366 commit 9aeb740Copy full SHA for 9aeb740
include/vb_util_lib/topics.h
@@ -198,6 +198,13 @@ class am_topics
198
static constexpr char LED_BLINK[] = "/blinkm_command";
199
static constexpr char BATTERY_STATE[] = "/dji_osdk_ros/battery_state";
200
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
+
208
// Mavros specific topics
209
static constexpr char MAVROS_RC_IN[] = "/mavros/rc/in";
210
static constexpr char MAVROS_STATE[] = "/mavros/state";
0 commit comments