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 939a000 + 8a3522c commit d3421e3Copy full SHA for d3421e3
pollen_msgs/CMakeLists.txt
@@ -28,6 +28,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
28
"msg/GotoResult.msg"
29
"msg/IKRequest.msg"
30
"msg/ReachabilityState.msg"
31
+ "msg/MobileBaseState.msg"
32
33
"action/Goto.action"
34
pollen_msgs/msg/MobileBaseState.msg
@@ -0,0 +1,6 @@
1
+# Mobile base state message
2
+std_msgs/Float32 battery_voltage
3
+std_msgs/Float32MultiArray mobile_base_safety_status
4
+
5
+string zuuu_mode
6
+string control_mode
0 commit comments