Issue with AWSIM2.0 and Autoware #6480
-
|
I am experiencing issues while trying to use AWSIM2.0 and Autoware. Setup:
I am launching the simulator launchfile: I am disabling the rviz because I am using a visulation container provided with OpenADKit. IssueOnce Autoware localizes the vehicle on the map, I am able to assing a goal point and the mission starts. Once the car completes the mission I am not able to repeat the process. In the past, with AWSIM Labs, I was able to do it. Do you think there is an issue in Autoware? NotesI will attach the full log. It's full of warning due to the Autoware configuration for AWSIM that fakes the presence of 3 lidars, whilst the simulator only has 1. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
This crash is caused by a bug in |
Beta Was this translation helpful? Give feedback.
-
|
Hi @maxime-clem, Thanks a lot for you feedback. I followed your suggestion and I built the main implementation in my workspace and now it works. |
Beta Was this translation helpful? Give feedback.


This crash is caused by a bug in
rclcpp.The solution is to build
rclcppin your own workspace.You can try the main implementation (https://github.com/ros2/rclcpp/tree/humble) or the TIER IV fork (https://github.com/tier4/rclcpp/tree/t4-main).