#include "pinocchio/bindings/python/algorithm/algorithms.hpp"
#include "pinocchio/algorithm/regressor.hpp"
Go to the source code of this file.
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::python | |
Functions | |
context::MatrixXs | pinocchio::python::bodyRegressor_proxy (const context::Motion &v, const context::Motion &a) |
void | pinocchio::python::exposeRegressor () |
context::MatrixXs | pinocchio::python::frameBodyRegressor_proxy (const context::Model &model, context::Data &data, const FrameIndex frameId) |
context::MatrixXs | pinocchio::python::jointBodyRegressor_proxy (const context::Model &model, context::Data &data, const JointIndex jointId) |