Skip to content

Commit

Permalink
Add some scenario-simulation specifiec parameters as arguments (autow…
Browse files Browse the repository at this point in the history
…arefoundation#57)

* Add some scenario-simulation specifiec parameters as arguments

* Update arg to pass 'initial_engage_state' to simple_planning_simulator

* Add new optional argument 'rviz_args'

* Rename some roslaunch arguments

* Remove unneeded arguments
  • Loading branch information
yamacir-kit authored and tkimura4 committed Dec 13, 2021
1 parent 5616162 commit 2f8b812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions launch/vehicle_launch/launch/vehicle.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<arg name="sensor_model"/>
<arg name="vehicle_model"/>

<arg name="initial_engage_state" default="true"/>
<arg name="simulation" default="false" />
<arg name ="vehicle_id" value="$(optenv VEHICLE_ID default)" />

Expand All @@ -15,6 +16,7 @@

<!-- vehicle interface -->
<include file="$(find vehicle_launch)/launch/vehicle_interface.launch">
<arg name="initial_engage_state" value="$(arg initial_engage_state)"/>
<arg name="simulation" value="$(arg simulation)"/>
<arg name="vehicle_model" value="$(arg vehicle_model)"/>
<arg name="vehicle_id" value="$(arg vehicle_id)"/>
Expand Down
1 change: 1 addition & 0 deletions launch/vehicle_launch/launch/vehicle_interface.launch
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<arg name="simulation" />
<arg name="vehicle_model" />
<arg name="vehicle_id" />
<arg name="initial_engage_state" default="true"/>

<!-- simulation mode -->
<group if="$(eval simulation==true)">
Expand Down

0 comments on commit 2f8b812

Please sign in to comment.