Skip to content

Commit

Permalink
more generic depth estimate message definition
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsiff committed Nov 6, 2024
1 parent 2f992c3 commit bb53c6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(ament_cmake REQUIRED)
find_package(rosidl_default_generators REQUIRED)

set(msg_files
"msg/ToFHistogram.msg" "msg/ToFFrame.msg"
"msg/ToFHistogram.msg" "msg/ToFFrame.msg" "msg/DepthEstimate.msg"
)

rosidl_generate_interfaces(${PROJECT_NAME}
Expand Down
2 changes: 2 additions & 0 deletions msg/DepthEstimate.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
float64[] depth_estimates
float64[] confidences
7 changes: 2 additions & 5 deletions msg/ToFFrame.msg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ int64 measurement_num
int64 temperature
int64 num_valid_results
int64 tick
int64[] depths_1
int64[] confs_1
int64[] depths_2
int64[] confs_2
DepthEstimate[] depth_estimates
string histogram_type
string port
string serial_port

0 comments on commit bb53c6c

Please sign in to comment.