Skip to content

Commit

Permalink
add latent data message and tweak incwaveheight
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Anderson <[email protected]>
  • Loading branch information
andermi committed Aug 24, 2023
1 parent 00f25ad commit 7d87e1f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 3 additions & 1 deletion buoy_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ find_package(std_msgs REQUIRED)

rosidl_generate_interfaces(${PROJECT_NAME}
"msg/BCRecord.msg"
"msg/IncWaveHeight.msg"
"msg/LatentData.msg"
"msg/PBCommandResponse.msg"
"msg/PBRecord.msg"
"msg/PBWatch.msg"
"msg/PCRecord.msg"
"msg/SCRecord.msg"
"msg/TFRecord.msg"
"msg/XBRecord.msg"
"msg/PBWatch.msg"
"srv/BCResetCommand.srv"
"srv/BenderCommand.srv"
"srv/BusCommand.srv"
Expand Down
6 changes: 6 additions & 0 deletions buoy_interfaces/msg/IncWaveHeight.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# x, y is relative to buoy origin; otherwise world origin
bool use_buoy_origin

# position = x, y, height
# orientation = normal vector (slope of wave) at position
geometry_msgs/Pose pose
5 changes: 5 additions & 0 deletions buoy_interfaces/msg/LatentData.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
std_msgs/Header header

IncWaveHeight[] inc_wave_heights

# TODO(andermi) fill in other stuff
5 changes: 2 additions & 3 deletions buoy_interfaces/srv/IncWaveHeight.srv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ bool use_buoy_origin

# IncWaveHeight Response

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

0 comments on commit 7d87e1f

Please sign in to comment.