We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa706c commit 6c81f10Copy full SHA for 6c81f10
CMakeLists.txt
@@ -28,6 +28,7 @@ set(msg_files
28
"msg/Waypoints.msg"
29
"msg/Transducer.msg"
30
"msg/TransducerArray.msg"
31
+ "msg/PoseEulerStamped.msg"
32
)
33
34
set(srv_files
msg/PoseEulerStamped.msg
@@ -0,0 +1,8 @@
1
+std_msgs/Header header
2
+
3
+float64 x
4
+float64 y
5
+float64 z
6
+float64 roll
7
+float64 pitch
8
+float64 yaw
0 commit comments