Skip to content

Commit a67338b

Browse files
committed
removed metapackages for slam3d*, re-added dependency name override
1 parent 5a0e594 commit a67338b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dependency_name_overrides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# there defines just "slam3d".
88
# To have the manually set package name occur in auto-generated package.xml files, you can define the
99
# name conversion from path to the manula package name here:
10-
#slam/slam3d: slam3d
10+
slam/slam3d: slam3d

ros-2.autobuild

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ end
1010

1111
import_package "slam3d"
1212
move_package "slam3d", "slam"
13-
metapackage "slam/slam3d", "slam3d"
1413

15-
colcon_package "slam3d_ros2"
16-
move_package "slam3d_ros2", "slam"
17-
metapackage "slam/slam3d_ros2", "slam3d_ros2"
14+
colcon_package "slam3d_ros2", move_to: "slam"
1815

1916
not_on ["ubuntu", "22.04"] do
2017
colcon_package "slam/vdb_mapping"

0 commit comments

Comments
 (0)