-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(carla_autoware): add interface to easily use CARLA with Autoware #6621
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The packages should use autoware_cmake
in their CMakeLists.txt
and follow a similar structure to other Autoware packages.
simulator/CARLA_Autoware/carla_autoware/launch/e2e_simulator.launch.xml
Outdated
Show resolved
Hide resolved
simulator/CARLA_Autoware/carla_autoware/resource/carla_autoware
Outdated
Show resolved
Hide resolved
...arla_pointcloud_interface/src/carla_pointcloud_interface/carla_pointcloud_interface_node.cpp
Outdated
Show resolved
Hide resolved
...arla_pointcloud_interface/src/carla_pointcloud_interface/carla_pointcloud_interface_node.cpp
Outdated
Show resolved
Hide resolved
...arla_pointcloud_interface/src/carla_pointcloud_interface/carla_pointcloud_interface_node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: mraditya01 <mraditya01@yahoo.com>
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are several things to cleanup and the instructions need to be updated.
simulator/CARLA_Autoware/carla_autoware/resource/carla_autoware
Outdated
Show resolved
Hide resolved
Signed-off-by: mraditya01 <mraditya01@yahoo.com>
Signed-off-by: mraditya01 <mraditya01@yahoo.com>
Description
The interface between CARLA and Autoware aims to bridge the both systems, with the support of official ROSBridge from CARLA.
Related links
Tests performed
Tested on Town01 map from Link.
Environment Setup:
CARLA 0.9.15
Autoware.universe Main Branch
ROS2 Humble
Python 3.10
Ubuntu 22.04
Testing:
Confirmed the functionality of limiting vehicle velocity to 30 km/h by providing input via Autoware.
Verified that the vehicle's velocity did not exceed the specified limit during the test.
Replicated the reported issue by recreating the same path on the same map used in the initial observation.
Monitored the vehicle's behavior and trajectory during the test.
Confirmed that no issues occurred, indicating that the reported problem was not reproducible or no longer exists after further testing and investigation.
Video Working Example:
Video
Notes for reviewers
Interface changes
Effects on system behavior
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.