-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeometry_truck.json
59 lines (59 loc) · 1.52 KB
/
geometry_truck.json
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
[
{
"id": 1024,
"tool_type": "truck",
"reference_point": "first_axle_center",
"axles": [
{
"id": 0,
"position": {
"x": 1120,
"y": 0
},
"steering": {
"axle_type": "forced",
"max_steer_angle": 663,
"steering_reference": "remote"
},
"tire_width": 300,
"tire_diameter": 1044,
"wheel_positions": [
1160,
-1160
]
},
{
"tool_type": "trailer",
"id": 1,
"position": {
"x": 6535,
"y": 0
},
"steering": {
"axle_type": "fixed"
},
"tire_width": 300,
"tire_diameter": 1044,
"wheel_positions": [
1160,
1130,
-1130,
-1160
]
}
],
"width": 2600,
"height": 3950,
"length": 9935,
"chassis_position": {
"x": 0,
"y": 0
},
"ground_clearance": 300,
"rear_joint_position": {
"x": 9935,
"y": 0
},
"max_front_joint_angle": 0
}
]