Skip to content

Commit 29b3d4e

Browse files
authored
Merge pull request #251 from YoujianWu/reconnect
Add BusState.msg.
2 parents f65a0f0 + f4d3c6b commit 29b3d4e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

rm_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ add_message_files(
1313
FILES
1414
ActuatorState.msg
1515
BalanceState.msg
16+
BusState.msg
1617
DbusData.msg
1718
ExchangerMsg.msg
1819
ChassisCmd.msg

rm_msgs/msg/BusState.msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
time stamp
2+
3+
string[] name
4+
bool[] isOnline

0 commit comments

Comments
 (0)