Skip to content

Commit

Permalink
Address peer review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santiago Paunovic <[email protected]>
  • Loading branch information
ivanpauno committed Mar 11, 2022
1 parent 7c15ad8 commit 05178a7
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions proto/ignition/msgs/wheel_slip_parameters_cmd.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,16 @@ message WheelSlipParametersCmd
///
/// See https://en.wikipedia.org/wiki/Slip_(vehicle_dynamics).
/// to tangential force ratio (tangential / normal force).
/// Note that the maximum force ratio is the friction coefficient.
/// At each time step, these compliances are multiplied by
/// the linear wheel spin velocity and divided by the wheel_normal_force
/// parameter specified below in order to match the units of the
/// slip parameters.
/// the linear wheel spin velocity and divided by the wheel normal force
/// parameter specified in the sdf.
double slip_compliance_lateral = 4;
/// \brief Unitless longitudinal slip ratio.
///
/// See https://en.wikipedia.org/wiki/Slip_(vehicle_dynamics).
/// to tangential force ratio (tangential / normal force).
/// Note that the maximum force ratio is the friction coefficient.
/// At each time step, these compliances are multiplied by
/// the linear wheel spin velocity and divided by the wheel_normal_force
/// parameter specified below in order to match the units of the
/// slip parameters.
/// the linear wheel spin velocity and divided by the wheel normal force
/// parameter specified in the sdf.
double slip_compliance_longitudinal = 5;
}

0 comments on commit 05178a7

Please sign in to comment.