Skip to content

Commit

Permalink
tof obstacles msg
Browse files Browse the repository at this point in the history
  • Loading branch information
mnissov committed Feb 4, 2025
1 parent 0573424 commit 3279067
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions msg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ set(msg_files
TrajectorySetpoint.msg
TrajectoryWaypoint.msg
TransponderReport.msg
TofObstaclesChunk.msg
TuneControl.msg
UavcanParameterRequest.msg
UavcanParameterValue.msg
Expand Down
8 changes: 8 additions & 0 deletions msg/TofObstaclesChunk.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
uint64 timestamp # time since system start (microseconds)
uint8 chunk_id
uint8 num_chunks
uint8 num_points_chunk
uint32 num_points_total
float32[20] points_x
float32[20] points_y
float32[20] points_z

0 comments on commit 3279067

Please sign in to comment.