Go to the source code of this file.
|
void | pinocchio::python::exposeKinematicsDerivatives () |
|
context::Data::Matrix3x | pinocchio::python::getCoMVelocityDerivatives_proxy (const context::Model &model, context::Data &data) |
|
bp::tuple | pinocchio::python::getJointAccelerationDerivatives_proxy (const context::Model &model, context::Data &data, const JointIndex jointId, ReferenceFrame rf) |
|
bp::tuple | pinocchio::python::getJointVelocityDerivatives_proxy (const context::Model &model, context::Data &data, const JointIndex jointId, ReferenceFrame rf) |
|
bp::tuple | pinocchio::python::getPointClassicAccelerationDerivatives_proxy (const context::Model &model, context::Data &data, const JointIndex joint_id, const context::SE3 &placement, ReferenceFrame rf) |
|
bp::tuple | pinocchio::python::getPointVelocityDerivatives_proxy (const context::Model &model, context::Data &data, const JointIndex joint_id, const context::SE3 &placement, ReferenceFrame rf) |
|