Skip to content

Commit

Permalink
WheelSlipParametersCmd: add friction (#464)
Browse files Browse the repository at this point in the history
This adds lateral and longitudinal friction parameters
to the WheelSlipParametersCmd message to match the
parameters supported in the gazebo_ros_wheel_slip plugin.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Oct 3, 2024
1 parent 7e839c3 commit 53712ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions proto/gz/msgs/wheel_slip_parameters_cmd.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,15 @@ message WheelSlipParametersCmd
/// the linear wheel spin velocity and divided by the wheel normal force
/// parameter specified in the sdf.
double slip_compliance_longitudinal = 5;

/// \brief Lateral friction coefficient.
///
/// Friction coefficient that should be applied with the pyramid friction
/// model in the lateral wheel direction.
double friction_lateral = 6;
/// \brief Longitudinal friction coefficient.
///
/// Friction coefficient that should be applied with the pyramid friction
/// model in the longitudinal wheel direction.
double friction_longitudinal = 7;
}

0 comments on commit 53712ed

Please sign in to comment.