Move the side_friction_stiffness init to the WheelTuning

This commit is contained in:
Sébastien Crozet
2023-03-26 15:04:07 +02:00
parent 285fe89dd5
commit 8bd289bc73
2 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ pub fn init_world(testbed: &mut Testbed) {
];
for pos in wheel_positions {
vehicle.add_wheel(pos, -Vector::y(), Vector::z(), hh, hh / 4.0, 1.0, &tuning);
vehicle.add_wheel(pos, -Vector::y(), Vector::z(), hh, hh / 4.0, &tuning);
}
/*