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.
1 parent 5f2258d commit 8a3522cCopy full SHA for 8a3522c
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
@@ -1,6 +1,6 @@
1
# Mobile base state message
2
-stds_msgs/Float32 battery_voltage
3
-stds_msgs/Float32MultiArray mobile_base_safety_status
+std_msgs/Float32 battery_voltage
+std_msgs/Float32MultiArray mobile_base_safety_status
4
5
string zuuu_mode
6
string control_mode
0 commit comments