|
HEBI C++ API
2.2.0
|
Go to the source code of this file.
Namespaces | |
| hebi | |
| hebi::robot_model | |
Typedefs | |
| using | hebi::robot_model::Matrix4dVector = std::vector< Matrix4d, Eigen::aligned_allocator< Eigen::Matrix4d > > |
| using | hebi::robot_model::MatrixXdVector = std::vector< MatrixXd, Eigen::aligned_allocator< Eigen::MatrixXd > > |
Functions | |
| template<size_t T> | |
| void | hebi::robot_model::custom_objective_callback_wrapper (void *user_data, size_t num_positions, const double *positions, double *errors) |
| C-style callback wrapper to call into CustomObjective class; this should only be used by the CustomObjective class itself. More... | |