-
Notifications
You must be signed in to change notification settings - Fork 28
/
racecar.yml
93 lines (85 loc) · 1.72 KB
/
racecar.yml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
urdf_file: racecar.urdf
actuators:
- type: steering
name: steering
params:
steering_multiplier: 0.5
max_steering_angle: 0.42
- type: motor
name: motor
params:
velocity_multiplier: 20.0
max_velocity: 5.0
max_force: 0.5
- type: speed
name: speed
params:
velocity_multiplier: 25.0
max_velocity: 3.5
max_force: 0.5
sensors:
- type: pose
name: pose
frequency: 100
params:
gaussian_noise: 0.01
bounds: [ 100.0, 100.0, 3.0 ]
debug: False
- type: acceleration
name: acceleration
frequency: 100
params:
time_delta: 0.01
gaussian_noise: 0.01
linear_bounds: [ inf, inf, inf ]
angular_bounds: [ inf, inf, inf ]
debug: False
- type: velocity
name: velocity
frequency: 100
params:
gaussian_noise: 0.01
max_linear_velocity: 14.0
max_angular_velocity: 6.0
debug: False
- type: lidar
name: lidar
frequency: 25
params:
accuracy: 0.03 # maximum deviation from true scan range (percentage)
rays: 1080
range: 15.0
min_range: 0.25
angle_start: -2.36
angle: 4.71
debug: False
- type: rgb_camera
name: rgb_camera
frequency: 30
params:
width: 128
height: 128
fov: 90
distance: 1
near_plane: 0.01
far_plane: 100
- type: rgb_camera
name: hd_camera
frequency: 30
params:
width: 320
height: 240
fov: 90
distance: 1
near_plane: 0.01
far_plane: 100
- type: rgb_camera
name: low_res_camera
frequency: 100
params:
width: 64
height: 64
fov: 90
distance: 1
near_plane: 0.01
far_plane: 100