pagoda.physics.Ball¶
-
class
pagoda.physics.Ball(name, *args, **kwargs)[source]¶ -
Methods
__init__(name, *args, **kwargs)add_torques(*torques)Add the given torques along this joint’s axes. disable_feedback()Disable feedback on this ODE object. enable_feedback()Enable feedback on this ODE object. Attributes
ADOFLDOFanchor3-tuple specifying location of this joint’s anchor. anchor23-tuple specifying location of the anchor on the second body. angle_ratesanglesaxescfmsList of CFM values for this object’s degrees of freedom. erpsList of ERP values for this object’s degrees of freedom. feedbackFeedback buffer (list of 3-tuples) for this ODE motor/joint. hi_stopslo_stopsmax_forcesList of max force values for rotational degrees of freedom. position_ratesList of position rates for linear degrees of freedom. positionsList of positions for linear degrees of freedom. stop_cfmsList of lo/hi stop CFM values. stop_erpsList of lo/hi stop ERP values. velocitiesList of target velocity values for rotational degrees of freedom.