Skip to content
Snippets Groups Projects
Verified Commit 996cb67f authored by Justin Carpentier's avatar Justin Carpentier
Browse files

python/joint-configuration: expose neutral

parent f33b775e
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,11 @@ namespace pinocchio
"Joint upper limits (size Model::nq)"),
"Generate a random configuration in the bounds given by the Joint lower and upper limits arguments.");
bp::def("neutral",
&neutral<double,0,JointCollectionDefaultTpl>,
bp::arg("Model"),
"Returns the neutral configuration vector associated to the model.");
bp::def("normalize",normalize_proxy,
bp::args("Model",
"Configuration q (size Model::nq)"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment