Skip to content

Commit dd1fa20

Browse files
Pasch, FrederikFabian Oboril
authored andcommitted
In order to not run into a timeout while pausing the simulation, set scenario runner timeout to 1000000
1 parent 3164519 commit dd1fa20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

carla_ros_scenario_runner/src/carla_ros_scenario_runner/scenario_runner_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ def execute_scenario(self, scenario_file):
2929
cmdline = ["/usr/bin/python", "{}/scenario_runner.py".format(self._path),
3030
"--openscenario", "{}".format(scenario_file),
3131
"--waitForEgo",
32+
"--timeout", "1000000",
3233
"--host", self._host]
3334
return self.execute(cmdline, env=os.environ)

0 commit comments

Comments
 (0)