Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: change depth to altitude #19

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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