Installation#
This document contains step-by-step instruction on how to build AWF Autoware Core/Universe with scenario_simulator_v2
.
Prerequisites#
How to build#
-
Navigate to the Autoware workspace:
cd autoware
-
Import Simulator dependencies:
vcs import src < simulator.repos
-
Install dependent ROS packages:
source /opt/ros/humble/setup.bash rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
-
Build the workspace:
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release