Skip to content

Commit

Permalink
Updates the mcity event 1 launch script
Browse files Browse the repository at this point in the history
- Adds variable to launch script to set the ros_bridge to run in real-time, rather than fixed time steps.
- Updates the orientation of the initial spawn point of the ego vehicle.
  • Loading branch information
exoticDFT committed Sep 25, 2020
1 parent 230a3b5 commit 9ae58a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion launch/mcity_event1.launch
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<include file="$(find carla_ros_bridge)/launch/carla_ros_bridge.launch">
<arg name="host" value="$(arg host)" />
<arg name="port" value="$(arg port)" />
<arg name="fixed_delta_seconds" value="false" />
</include>

<!-- shared by all the cars -->
Expand All @@ -22,7 +23,7 @@
<include file="$(find carla_circle)/launch/car_simulation.launch">
<arg name="rolename" value="$(arg rolename)" />
<arg name="color" value="255, 0, 0" />
<arg name="spawn_point" default="46.8, 15.0, 2.0, 0.0, 0.0, 270.0" />
<arg name="spawn_point" default="46.8, 15.0, 2.0, 0.0, 0.0, 90.0" />
<arg name="max_speed" value="$(arg max_speed)" />
<arg name="opp_speed" value="$(arg opp_speed)" />
<arg name="plan_horizon" value="$(arg plan_horizon)" />
Expand Down

0 comments on commit 9ae58a2

Please sign in to comment.