Skip to content

Commit

Permalink
Removed dependencies for ROS 1
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Apr 25, 2024
1 parent c803c10 commit d0f4970
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit d0f4970

Please sign in to comment.