1#include "controllers_bindings.h"
4#define MACRO_STRINGIFY(x) STRINGIFY(x)
7 m.doc() =
"Python bindings for control libraries controllers";
9 #ifdef MODULE_VERSION_INFO
10 m.attr(
"__version__") = MACRO_STRINGIFY(MODULE_VERSION_INFO);
12 m.attr(
"__version__") =
"dev";
15 py::module_::import(
"state_representation");
17 bind_controller_type(m);
18 bind_computational_space(m);
19 bind_cartesian_controllers(m);
20 bind_joint_controllers(m);
Systems to determine a command output from measured and desired inputs.