-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify interface message for perception_msgs
: ObjectPose -> ObjectInfo
- Loading branch information
1 parent
4c3e55c
commit 57da87b
Showing
3 changed files
with
24 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ | |
|
||
std_msgs/Header header | ||
|
||
perception_msgs/ObjectPose[] objects | ||
ObjectInfo[] objects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.