|
JSim 2026.06.01-p(1)
|
Physical parameters for the ball body. More...
#include <ball_physics.hpp>
Public Attributes | |
| double | mass_kg {0.27} |
| double | radius_m {0.12} |
| double | drag_coefficient {0.47} |
| double | reference_area_m2 {0.045} |
| double | restitution {0.45} |
| double | foam_compression_stiffness {0.0} |
Physical parameters for the ball body.
| double frcsim::BallPhysicsSim3D::BallProperties::drag_coefficient {0.47} |
Dimensionless drag coefficient.
| double frcsim::BallPhysicsSim3D::BallProperties::foam_compression_stiffness {0.0} |
Foam compression stiffness (N/m), for high-density foam gamepieces.
| double frcsim::BallPhysicsSim3D::BallProperties::mass_kg {0.27} |
Ball mass in kilograms.
| double frcsim::BallPhysicsSim3D::BallProperties::radius_m {0.12} |
Ball radius in meters.
| double frcsim::BallPhysicsSim3D::BallProperties::reference_area_m2 {0.045} |
Reference frontal area used for drag in square meters.
| double frcsim::BallPhysicsSim3D::BallProperties::restitution {0.45} |
Coefficient of restitution for ground impacts in [0, 1].