Skip to content

Commit

Permalink
Modify interface message for perception_msgs
Browse files Browse the repository at this point in the history
: ObjectPose -> ObjectInfo
  • Loading branch information
hyunseok-yang committed May 18, 2021
1 parent 4c3e55c commit 57da87b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
2 changes: 1 addition & 1 deletion perception_msgs/msg/ObjectArray.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

std_msgs/Header header

perception_msgs/ObjectPose[] objects
ObjectInfo[] objects
23 changes: 23 additions & 0 deletions perception_msgs/msg/ObjectInfo.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
##
## Copyright (c) 2020 LG Electronics Inc.
##
## SPDX-License-Identifier: MIT
##

std_msgs/Header header

int32 tracking_id

int32 class_id

# x, y, z
geometry_msgs/Vector3 position

# linear velocity in the direction of x, y, z
geometry_msgs/Vector3 velocity

# width(x), depth(y), height(z) of bounding box
geometry_msgs/Vector3 size

# convex hull of 2d projected points (z=0)
geometry_msgs/Polygon footprint
18 changes: 0 additions & 18 deletions perception_msgs/msg/ObjectPose.msg

This file was deleted.

0 comments on commit 57da87b

Please sign in to comment.