We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63a032f + 2c9caf1 commit 968755fCopy full SHA for 968755f
CMakeLists.txt
@@ -23,6 +23,7 @@ set(msg_files
23
"msg/HybridpathReference.msg"
24
"msg/LOSGuidance.msg"
25
"msg/ReferenceFilter.msg"
26
+ "msg/DVLDepth.msg"
27
)
28
29
set(srv_files
msg/DVLDepth.msg
@@ -0,0 +1,2 @@
1
+std_msgs/Header header
2
+float64 depth
msg/ReferenceFilter.msg
@@ -1,3 +1,5 @@
+
3
# Eta_d
4
float64 x
5
float64 y
0 commit comments