Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 786 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 786 Bytes

autoware_launcher

Getting started

Using real vehicle

ros2 launch autoware_launch autoware.launch.xml map_path:=/path/to/map_folder vehicle_model:=[vehicle_name] sensor_model:=[sensor_name]

Using planning simulator

ros2 launch autoware_launch planning_simulator.launch.xml map_path:=/path/to/map_folder vehicle_model:=[vehicle_name] sensor_model:=[sensor_name]

Directory structure