Skip to content

Commit 8a3522c

Browse files
committed
Fix messages
1 parent 5f2258d commit 8a3522c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pollen_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
2828
"msg/GotoResult.msg"
2929
"msg/IKRequest.msg"
3030
"msg/ReachabilityState.msg"
31+
"msg/MobileBaseState.msg"
3132

3233
"action/Goto.action"
3334

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mobile base state message
2-
stds_msgs/Float32 battery_voltage
3-
stds_msgs/Float32MultiArray mobile_base_safety_status
2+
std_msgs/Float32 battery_voltage
3+
std_msgs/Float32MultiArray mobile_base_safety_status
44

55
string zuuu_mode
66
string control_mode

0 commit comments

Comments
 (0)