Replies: 4 comments 9 replies
-
|
Please share the full log ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
launch.log |
Beta Was this translation helpful? Give feedback.
9 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 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.
-
Code of Conduct
Contents
Hi, I followed the official documentation to build Autoware from source, and the build was successful.
The installation guide I used is available at:
👉 Autoware Source Installation Guide
I also downloaded the necessary map and simulation data according to the tutorial:
👉 Planning Simulation Tutorial
After that, I launched the planning simulation using the following command:
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
In RViz, I successfully set the start and goal points, and clicked the "Auto" button. The path was generated correctly, but the vehicle did not move.
I encountered some errors in the console output (not included here), and I would appreciate any help with troubleshooting this issue.
🔧 My development environment:
I tried the latest autoware and an older commit "991a4a16a59fe54e985c874908b26b1e9b26beb1", both failed.
Beta Was this translation helpful? Give feedback.
All reactions