Skip to content

Commit

Permalink
experiments - param external_map in the base launch parameterized…
Browse files Browse the repository at this point in the history
… (previous behavior retained as default)
  • Loading branch information
rayvburn committed Oct 15, 2023
1 parent e544b18 commit 4bc0db2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tiago_social_experiments_sim/launch/scenario_base.launch
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

<!-- Set to true if navigation modules should be launched -->
<arg name="navigation_launch" default="true"/>
<!-- It is assumed that in the simulation, modules simulating humans provide a map by default (configurable) -->
<arg name="external_map" default="$(arg people_sim)"/>

<!-- Set to true if navigation benchmark should be enabled -->
<arg name="navigation_benchmark" default="false"/>
Expand Down Expand Up @@ -99,7 +101,7 @@
<arg name="nav_state" value="$(arg nav_state)"/>
<arg name="narrow_laser_range" value="$(arg narrow_laser_range)"/>
<arg name="navigation_launch" value="$(arg navigation_launch)"/>
<arg name="external_map" value="$(arg people_sim)"/>
<arg name="external_map" value="$(arg external_map)"/>
<arg name="map_file" value="$(arg map_file)"/>
<arg name="allow_clearing_map_obstacles" value="$(arg allow_clearing_map_obstacles)"/>
<arg name="global_planner" value="$(arg global_planner)"/>
Expand Down

0 comments on commit 4bc0db2

Please sign in to comment.