Skip to content

Commit 3173a91

Browse files
Fix package not found
1 parent be17691 commit 3173a91

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

ros2/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
build/
2+
install/
3+
log/

ros2/src/fsds_ros2_bridge/package.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<package format="3">
33
<name>fsds_ros2_bridge</name>
44
<version>0.0.1</version>
55
<description>FSDS ROS2 bridge connecting 1 autonomous system to the simulated world</description>
@@ -30,8 +30,11 @@
3030
<exec_depend>sensor_msgs</exec_depend>
3131
<exec_depend>std_msgs</exec_depend>
3232

33-
<!-- <export>
33+
<!-- <export>
3434
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
3535
</export>
3636
-->
37+
<export>
38+
<build_type>ament_cmake</build_type>
39+
</export>
3740
</package>

0 commit comments

Comments
 (0)