Skip to content

Commit 0bace72

Browse files
committed
Declare file config/world.sdf in src/navigation package.
1 parent 009e1ed commit 0bace72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ros_ws/src/navigation/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
('share/' + package_name + '/config', ['config/ekf.yaml']),
1919
('share/' + package_name + '/config', ['config/navsat.yaml']),
2020
('share/' + package_name + '/config', ['config/slam_params.yaml']),
21+
('share/' + package_name + '/config', ['config/world.sdf']),
2122
('share/' + package_name, ['package.xml']),
2223
],
2324
install_requires=['setuptools'],

0 commit comments

Comments
 (0)