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 f65a0f0 + f4d3c6b commit 29b3d4eCopy full SHA for 29b3d4e
rm_msgs/CMakeLists.txt
@@ -13,6 +13,7 @@ add_message_files(
13
FILES
14
ActuatorState.msg
15
BalanceState.msg
16
+ BusState.msg
17
DbusData.msg
18
ExchangerMsg.msg
19
ChassisCmd.msg
rm_msgs/msg/BusState.msg
@@ -0,0 +1,4 @@
1
+time stamp
2
+
3
+string[] name
4
+bool[] isOnline
0 commit comments