Skip to content

Commit

Permalink
fix(autoware_carla_interface): resolve init file error and colcon mar…
Browse files Browse the repository at this point in the history
…ker warning (#9115)

Signed-off-by: Jesus Armando Anaya <[email protected]>
  • Loading branch information
JesusAnaya authored Oct 18, 2024
1 parent 582d9f1 commit ae24913
Show file tree
Hide file tree
Showing 4 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
Empty file.
Empty file.

0 comments on commit ae24913

Please sign in to comment.