Skip to content

Commit

Permalink
Add sensor_model and vehicle_model
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Miyake <[email protected]>
  • Loading branch information
Kenji Miyake authored and UMiho committed Sep 22, 2020
1 parent 522718e commit b1d9af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_launch/launch/ci_planning_simulator.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<launch>
<arg name="sensor_model" default=""/> <!-- PROJECT REPOSITORY EDIT HERE! -->
<arg name="vehicle_model" default=""/> <!-- PROJECT REPOSITORY EDIT HERE! -->
<arg name="sensor_model" default="aip_xx1"/>
<arg name="vehicle_model" default="lexus"/>
<arg name="map_path" default=""/>
<arg name="rviz" default="false"/>

Expand Down

0 comments on commit b1d9af0

Please sign in to comment.