Skip to content

Commit

Permalink
add incwaveheight service message
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi committed Jul 12, 2023
1 parent d0b0ece commit 00f25ad
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions buoy_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"srv/BenderCommand.srv"
"srv/BusCommand.srv"
"srv/GainCommand.srv"
"srv/IncWaveHeight.srv"
"srv/PCBattSwitchCommand.srv"
"srv/PCBiasCurrCommand.srv"
"srv/PCChargeCurrLimCommand.srv"
Expand Down
16 changes: 16 additions & 0 deletions buoy_interfaces/srv/IncWaveHeight.srv
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# IncWaveHeight Request

# x, y to evaluate height
geometry_msgs/Point[] points

# x, y is relative to buoy origin; otherwise world origin
bool use_buoy_origin

---

# IncWaveHeight Response

# position = x, y, height
# orientation = normal vector (slope of wave) at position
geometry_msgs/Pose[] poses
bool valid

0 comments on commit 00f25ad

Please sign in to comment.