-
Notifications
You must be signed in to change notification settings - Fork 0
/
simulator.cfg
33 lines (25 loc) · 952 Bytes
/
simulator.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[Simulator]
# All of the following options are only for local development
# The server will use its own simulator.cfg
# Ros Bridge Server Url (Default: ws://localhost:9090)
RosBridgeUrl=ws://localhost:9090
# Seed value for generating the obstacles and waypoints
# Must be an integer. Leave -1 for a random seed.
Seed=-1
# Use controller input instead of reading /sim/control
ManualControl=false
# Top speed when using controller input (m/s)
ManualTopSpeed=2
# Enable or disable robot's camera
# Disabling can significantly improve simulator performance
EnableCamera=false
# Time Scale (1.0 = normal time, 2.0 = double speed, etc.)
TimeScale=1.0
[Competition]
# Competition mode is true when running the competition. It does the following things:
# - Manual mode is forced off
# - The simulator will close when finishing the run (or reaching max time)
# - Results are written to results.txt
CompetitionMode=false
# Max time (seconds)
MaxTime=300