Skip to content

Commit

Permalink
fix: rename resource file and update setup.py to resolve package mark…
Browse files Browse the repository at this point in the history
…er warning

- Renamed the resource file to `autoware_carla_interface` as required for ROS 2 package indexing.
- Updated `setup.py` to include the correct marker file path in `data_files`, resolving the colcon warning about missing explicit markers in the ament resource index.
  • Loading branch information
JesusAnaya committed Oct 18, 2024
1 parent f91fc49 commit b336d87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simulator/autoware_carla_interface/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
("share/" + package_name, glob("calibration_maps/*.csv")),
("share/" + package_name, ["package.xml"]),
(os.path.join("share", package_name), glob("launch/autoware_carla_interface.launch.xml")),
("share/ament_index/resource_index/packages", ["resource/autoware_carla_interface"]),
],
install_requires=["setuptools"],
zip_safe=True,
Expand Down

0 comments on commit b336d87

Please sign in to comment.