Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
pinocchio
Commits
710c90f6
Commit
710c90f6
authored
Jan 05, 2017
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jan 05, 2017
Browse files
[Python] Fix Python bindings
parent
eb78b966
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/algorithm/expose-joints.cpp
View file @
710c90f6
...
...
@@ -78,10 +78,11 @@ namespace se3
"return the configuration normalized "
);
bp
::
def
(
"isSameConfiguration"
,
(
bool
(
*
)(
const
Model
&
,
const
VectorXd
&
,
const
VectorXd
&
))
&
isSameConfiguration
,
(
bool
(
*
)(
const
Model
&
,
const
VectorXd
&
,
const
VectorXd
&
,
const
double
&
))
&
isSameConfiguration
,
bp
::
args
(
"Model"
,
"Configuration q1 (size Model::nq)"
,
"Configuration q2 (size Model::nq)"
),
"Configuration q2 (size Model::nq)"
,
"Precision"
),
"Return true if two configurations are equivalent"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment