Namespace with classes for the Viper model.
|
std::shared_ptr< ChContactMaterial > | DefaultContactMaterial (ChContactMethod contact_method) |
|
void | AddRevoluteJoint (std::shared_ptr< ChBody > body1, std::shared_ptr< ChBody > body2, std::shared_ptr< ViperChassis > chassis, const ChVector3d &rel_pos, const ChQuaternion<> &rel_rot) |
|
void | AddUniversalJoint (std::shared_ptr< ChBody > body1, std::shared_ptr< ChBody > body2, std::shared_ptr< ViperChassis > chassis, const ChVector3d &rel_pos, const ChQuaternion<> &rel_rot) |
|
std::shared_ptr< ChLinkMotorRotationSpeed > | AddMotorSpeed (std::shared_ptr< ChBody > body1, std::shared_ptr< ChBody > body2, std::shared_ptr< ViperChassis > chassis, const ChVector3d &rel_pos, const ChQuaternion<> &rel_rot) |
|
std::shared_ptr< ChLinkMotorRotationAngle > | AddMotorAngle (std::shared_ptr< ChBody > body1, std::shared_ptr< ChBody > body2, std::shared_ptr< ViperChassis > chassis, const ChVector3d &rel_pos, const ChQuaternion<> &rel_rot) |
|
std::shared_ptr< ChLinkMotorRotationTorque > | AddMotorTorque (std::shared_ptr< ChBody > body1, std::shared_ptr< ChBody > body2, std::shared_ptr< ViperChassis > chassis, const ChVector3d &rel_pos, const ChQuaternion<> &rel_rot) |
|
std::shared_ptr< ChLinkTSDA > | AddSuspensionSpring (std::shared_ptr< ChBodyAuxRef > body1, std::shared_ptr< ChBodyAuxRef > body2, std::shared_ptr< ViperChassis > chassis, const ChVector3d &pos1, const ChVector3d &pos2) |
|