Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 12a6251

Browse files
committed
switch from catkin (ROS1) to ament (ROS2)
1 parent 23c6957 commit 12a6251

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
<author>Michele Colledanchise</author>
1313
<author>Davide Faconti</author>
1414

15-
<build_depend>roslib</build_depend>
16-
<run_depend>roslib</run_depend>
15+
<test_depend>ament_cmake_gtest</test_depend>
16+
<buildtool_depend>ament_cmake</buildtool_depend>
17+
<export>
18+
<build_type>ament_cmake</build_type>
19+
</export>
1720

1821
<build_depend>libzmq3-dev</build_depend>
1922
<run_depend>libzmq3-dev</run_depend>
2023

21-
<buildtool_depend>catkin</buildtool_depend>
22-
2324
</package>

0 commit comments

Comments
 (0)