User functions¶
The user functions set the specific behavior of your multibody system. This behavior is controlled by several actions for instance:
Introducing the torque/force due to an actuator, see
user_JointForces()
;Imposing the trajectory of a specific joint (regardless the force required), see
user_DrivenJoints()
;Creating a constraints between joints (i.e. gears), see
user_cons_hJ()
;…
The complete list of user functions is available below.
Functions¶
In the following list, the module containing the function is the name of the file defining the function.