forked from koide3/ndt_omp
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Shintaro Sakoda <[email protected]>
- Loading branch information
1 parent
c803c10
commit d0f4970
Showing
1 changed file
with
14 additions
and
10 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 |
---|---|---|
|
@@ -3,23 +3,27 @@ | |
<package format="3"> | ||
<name>ndt_omp</name> | ||
<version>0.0.0</version> | ||
<description>OpenMP boosted NDT and GICP algorithms</description> | ||
<description>OpenMP boosted NDT and GICP algorithms. With some modifications for Autoware</description> | ||
|
||
<maintainer email="[email protected]">koide</maintainer> | ||
<maintainer email="[email protected]">Yamato Ando</maintainer> | ||
<maintainer email="[email protected]">Kento Yabuuchi</maintainer> | ||
<maintainer email="[email protected]">Koji Minoda</maintainer> | ||
<maintainer email="[email protected]">Masahiro Sakamoto</maintainer> | ||
<maintainer email="[email protected]">NGUYEN Viet Anh</maintainer> | ||
<maintainer email="[email protected]">Taiki Yamada</maintainer> | ||
<maintainer email="[email protected]">Shintaro Sakoda</maintainer> | ||
<maintainer email="[email protected]">Ryu Yamamoto</maintainer> | ||
|
||
<author email="[email protected]">koide</author> | ||
|
||
<license>BSD</license> | ||
|
||
<buildtool_depend condition="$ROS_VERSION == 1">catkin</buildtool_depend> | ||
<buildtool_depend condition="$ROS_VERSION == 2">ament_cmake_auto</buildtool_depend> | ||
<buildtool_depend>ament_cmake_auto</buildtool_depend> | ||
<buildtool_depend>ros_environment</buildtool_depend> | ||
|
||
<depend condition="$ROS_VERSION == 1">pcl_ros</depend> | ||
<depend condition="$ROS_VERSION == 1">roscpp</depend> | ||
|
||
<depend condition="$ROS_VERSION == 2">libpcl-all-dev</depend> | ||
<depend>libpcl-all-dev</depend> | ||
|
||
<export> | ||
<build_type condition="$ROS_VERSION == 1">catkin</build_type> | ||
<build_type condition="$ROS_VERSION == 2">ament_cmake</build_type> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
</package> |