Skip to content

Commit

Permalink
Merge pull request #2 from mraditya01/updated_version
Browse files Browse the repository at this point in the history
fixed some issue with map loading
  • Loading branch information
mraditya01 authored May 15, 2024
2 parents b806134 + a0b08e1 commit def3a97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autoware_launch/launch/e2e_simulator.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<arg name="sensor_model" default="sample_sensor_kit" description="sensor model name"/>
<arg name="data_path" default="$(env HOME)/autoware_data" description="packages data and artifacts directory path"/>
<arg name="simulator_type" default="awsim" description="select the simulator type ('awsim' or 'carla')"/>
<arg name="carla_map" default="Town01" description="Map used for CARLA"/>

<!-- launch module preset -->
<arg name="planning_module_preset" default="default" description="planning module preset"/>
Expand Down Expand Up @@ -39,7 +40,7 @@

<group scoped="false" if="$(eval '\'$(var simulator_type)\' == \'carla\'')">
<include file="$(find-pkg-share carla_autoware)/carla_autoware.launch.xml">
<arg name="map_name" value="$(var map_path)"/>
<arg name="carla_map_name" value="$(var carla_map)"/>
</include>
<arg
name="system_error_monitor_param_path"
Expand Down

0 comments on commit def3a97

Please sign in to comment.