Autoware and carlaue4 cannot co-simulation #6483
Unanswered
yonglei123
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
Please make sure you have this commit in your branch of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the autoware_carla_interface on my local computer running Ubuntu 22.04 and ROS 2 Humble. Autoware.universe (main branch) can run simulations normally with AWSIM, but I have been unable to get it to work with CARLA (UE4 version 0.9.15) for co-simulation. My steps are as follows:
Terminal 1: Run ./CarlaUE4.sh -prefernvidia -quality-level=Low -RenderOffScreen
Terminal 2: Run ros2 launch autoware_launch e2e_simulator.launch.xml map_path:=$HOME/autoware_map/Town01 vehicle_model:=sample_vehicle sensor_model:=awsim_sensor_kit simulator_type:=carla carla_map:=Town01
After entering the RViz interface in Autoware, the initial position of the ego vehicle never updates. Clicking "2D Pose Estimate" and "2D Pose Goal" does not update the vehicle's position or generate a planned trajectory.
The complete launch.log for Autoware is provided below. Could someone please help me identify the issue? Thank you very much.
autoware_launch.log
Beta Was this translation helpful? Give feedback.
All reactions