Autoware_carla_interface does not work #5863
Unanswered
liuzhiyuan562
asked this question in
Q&A
Replies: 1 comment 4 replies
-
|
Please confirm your Python API works correctly. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Description:
I'm a newbie. I have searched related blogs and issues but have not found any answers which suit me. Please help me.
I'm testing the co-simulation between autoware.universe and the CARLA simulator. I use the
autoware_carla_interface. The launch file ise2e_simulator.launch.xml.And the question is that I can't set 2D pose estimate normally. Before this one, I ran the planning_simulator.launch.xml successfully.
The command are
ros2 launch autoware_launch e2e_simulator.launch.xml map_path:=/autoware_map/Town01 vehicle_model:=sample_vehicle sensor_model:=awsim_sensor_kit simulator_type:=carla carla_map:=Town01andros2 launch autoware_launch planning_simulator.launch.xml map_path:=/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kitrespectively.The error logs are belows:
[rviz2-86] [INFO] [1741679265.206021918] [rviz2]: Setting estimate pose: Frame:map, Position(46.9502, 4.00514, 0), Orientation(0, 0, -0.113297, 0.993561) = Angle: -0.227081
[initial_pose_adaptor_node-83] [INFO] [1741679265.206188809] [default_adapi.helpers.autoware_initial_pose_adaptor]: fit_target: pointcloud_map, frame: map
[service_log_checker_node-9] [ERROR] [1741679266.289661678] [system.service_log_checker]: /localization/initialize: status code 1 'The vehicle is not stopped.' (/localization/util/pose_initializer)
[service_log_checker_node-9] [ERROR] [1741679266.289760184] [system.service_log_checker]: /api/localization/initialize: status code 1 'The vehicle is not stopped.' (/adapi/node/localization)
[service_log_checker_node-9] [ERROR] [1741679266.289807780] [system.service_log_checker]: /localization/initialize: status code 1 'The vehicle is not stopped.' (/adapi/node/localization)
[service_log_checker_node-9] [ERROR] [1741679266.289849553] [system.service_log_checker]: /api/localization/initialize: status code 1 'The vehicle is not stopped.' (/default_adapi/helpers/autoware_initial_pose_adaptor)
and the rviz2 screenshot is (The car is generated by default when I run the command and open rviz2):

Versions
I use docker which followed the document https://autowarefoundation.github.io/autoware-documentation/pr-647/installation/autoware/docker-installation/
Ubuntu 22.04
Beta Was this translation helpful? Give feedback.
All reactions