-
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.
Merge pull request #1 from lge-ros2/main
merge main to foxy
- Loading branch information
Showing
10 changed files
with
34 additions
and
51 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
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
5 changes: 3 additions & 2 deletions
5
realsense_adaptor_msgs/CMakeLists.txt → perception_msgs/CMakeLists.txt
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
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 @@ | ||
# perception_msgs |
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 |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
## | ||
|
||
std_msgs/Header header | ||
CameraData color | ||
CameraData depth | ||
|
||
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 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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>realsense_adaptor_msgs</name> | ||
<name>perception_msgs</name> | ||
<version>0.1.0</version> | ||
<description>interfaces for realsense_adaptor are defined.</description> | ||
<description>interfaces for ground truth</description> | ||
<maintainer email="[email protected]">Hyunseok Yang</maintainer> | ||
|
||
<license>MIT</license> | ||
|
@@ -12,10 +12,8 @@ | |
<buildtool_depend>rosidl_default_generators</buildtool_depend> | ||
|
||
<depend>std_msgs</depend> | ||
<depend>geometry_msgs</depend> | ||
|
||
<build_depend>builtin_interfaces</build_depend> | ||
|
||
<exec_depend>builtin_interfaces</exec_depend> | ||
<exec_depend>rosidl_default_runtime</exec_depend> | ||
|
||
<test_depend>ament_lint_common</test_depend> | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.