Skip to content

Commit

Permalink
Remove ObstacleData
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@openrobotics.org>
  • Loading branch information
Yadunund committed May 23, 2022
1 parent 055864a commit 61d4db4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion rmf_obstacle_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ find_package(vision_msgs REQUIRED)
find_package(rosidl_default_generators REQUIRED)

set(msg_files
"msg/ObstacleData.msg"
"msg/Obstacle.msg"
"msg/Obstacles.msg"
)
Expand Down
10 changes: 8 additions & 2 deletions rmf_obstacle_msgs/msg/Obstacle.msg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# All measurements should be w.r.t. header.frame_id

# Standard header
std_msgs/Header header

Expand All @@ -16,8 +18,12 @@ string classification
# Bounding box of the obstacle
vision_msgs/BoundingBox3D bbox

# 3D representation of the obstacle
ObstacleData data
# 3D obstacle data that can be deserialized into an octree.
# Resolution (in m) of the smallest octree node.
float64 data_resolution

# Binary serialization of the obstacle octree
int8[] data

# The expected lifetime of the obstacle
builtin_interfaces/Duration lifetime
Expand Down
7 changes: 0 additions & 7 deletions rmf_obstacle_msgs/msg/ObstacleData.msg

This file was deleted.

0 comments on commit 61d4db4

Please sign in to comment.