Skip to content

Commit

Permalink
refactor: change depth to altitude (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andeshog authored Feb 14, 2025
1 parent 397cc13 commit 5b558bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(msg_files
"msg/HybridpathReference.msg"
"msg/LOSGuidance.msg"
"msg/ReferenceFilter.msg"
"msg/DVLDepth.msg"
"msg/DVLAltitude.msg"
"msg/Waypoints.msg"
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ find_package(vortex_msgs REQUIRED)
```
If your package includes C++ code which depend on vortex_msgs you also need to add the following to the `CMakeLists.txt`
```cmake
ament_taget_dependencies(<your_executable>
ament_target_dependencies(<your_executable>
... # other dependencies
vortex_msgs
)
Expand Down
2 changes: 1 addition & 1 deletion action/VtfGuidance.action
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ vortex_msgs/Waypoints goal
bool success
---
# Feedback
vortex_msgs/ReferenceFilter feedback
vortex_msgs/ReferenceFilter feedback
2 changes: 1 addition & 1 deletion msg/DVLDepth.msg → msg/DVLAltitude.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
std_msgs/Header header
float64 depth
float64 altitude
2 changes: 1 addition & 1 deletion msg/Waypoints.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Array of points

geometry_msgs/Point[] waypoints
geometry_msgs/Point[] waypoints

0 comments on commit 5b558bd

Please sign in to comment.