mirror of
https://github.com/FOSS-Supremacy/OpenLiberty.git
synced 2025-04-28 20:07:57 +03:00
Correct car wheel radius
This makes the car less awkward to drive at speed
This commit is contained in:
parent
30b8772d12
commit
c4f01916db
1 changed files with 4 additions and 0 deletions
|
@ -440,6 +440,7 @@ skeleton = NodePath("")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.472146, 0.266109, 1.07063)
|
||||
use_as_steering = true
|
||||
wheel_roll_influence = 0.01
|
||||
wheel_radius = 0.268
|
||||
wheel_rest_length = 0.2
|
||||
wheel_friction_slip = 1.4
|
||||
suspension_stiffness = 80.0
|
||||
|
@ -452,6 +453,7 @@ skeleton = NodePath("")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.472146, 0.266109, 1.07063)
|
||||
use_as_steering = true
|
||||
wheel_roll_influence = 0.01
|
||||
wheel_radius = 0.268
|
||||
wheel_rest_length = 0.2
|
||||
wheel_friction_slip = 1.4
|
||||
suspension_stiffness = 80.0
|
||||
|
@ -464,6 +466,7 @@ skeleton = NodePath("")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.573323, 0.266109, -0.783897)
|
||||
use_as_traction = true
|
||||
wheel_roll_influence = 0.01
|
||||
wheel_radius = 0.268
|
||||
wheel_rest_length = 0.2
|
||||
wheel_friction_slip = 1.1
|
||||
suspension_travel = 0.15
|
||||
|
@ -477,6 +480,7 @@ skeleton = NodePath("")
|
|||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.573323, 0.266109, -0.783897)
|
||||
use_as_traction = true
|
||||
wheel_roll_influence = 0.01
|
||||
wheel_radius = 0.268
|
||||
wheel_rest_length = 0.2
|
||||
wheel_friction_slip = 1.1
|
||||
suspension_travel = 0.15
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue