Skip to content

Commit

Permalink
Adjusting json model - replaced max_angular_speed with torque
Browse files Browse the repository at this point in the history
  • Loading branch information
tongohiti committed Sep 3, 2018
1 parent 343c49e commit dc0ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madcars/examples/rust/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ mod model {
pub car_body_friction: f64,
pub car_body_elasticity: f64,
pub max_speed: f64,
pub max_angular_speed: f64,
pub torque: f64,
pub drive: u32, // Drive type: 1=FF, 2=FR, 3=AWD

pub rear_wheel_mass: f64,
Expand Down

0 comments on commit dc0ccaf

Please sign in to comment.