Skip to content

Commit

Permalink
fixed package names
Browse files Browse the repository at this point in the history
  • Loading branch information
mraditya01 committed Apr 15, 2024
1 parent fc751af commit 9d5a718
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This ros package enables autonomous driving using Autoware in addition to the ba

- [Autoware.Universe](https://autowarefoundation.github.io/autoware-documentation/galactic/installation/autoware/source-installation/)
- [CARLA Installation](https://carla.readthedocs.io/en/latest/start_quickstart/)
- [Carla Maps](https://bitbucket.org/carla-simulator/autoware-contents/src/master/maps/)
- [Carla Lanelet2 Maps](https://bitbucket.org/carla-simulator/autoware-contents/src/master/maps/)
- [Carla Sensor Kit](https://github.com/mraditya01/carla_sensor_kit_launch)
- [Autoware Individual params (forked with CARLA Sensor Kit params)](https://github.com/mraditya01/autoware_individual_params)
1. Download maps (y-axis inverted version) to arbitaly location
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
packages=[package_name],
data_files=[
("share/ament_index/resource_index/packages", ["resource/" + package_name]),
("share/" + package_name, glob("config/*.json")),
("share/" + package_name, glob("config/objects.json")),
("share/" + package_name, ["package.xml"]),
(os.path.join("share", package_name), glob("launch/*.launch.xml")),
(os.path.join("share", package_name), glob("launch/carla_autoware.launch.xml")),
(os.path.join("share", package_name), glob("launch/carla_ros.launch.xml")),
],
install_requires=["setuptools"],
zip_safe=True,
Expand Down

0 comments on commit 9d5a718

Please sign in to comment.