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
Stack Of Tasks
pinocchio
Commits
ae242e2d
Commit
ae242e2d
authored
Apr 10, 2021
by
Nicolas Torres
Browse files
fix some typos in buildReducedModel python docs
parent
be0cdfa8
Pipeline
#13974
passed with stage
in 101 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/algorithm/expose-model.cpp
View file @
ae242e2d
...
...
@@ -115,13 +115,13 @@ namespace pinocchio
"geom_model"
,
"list_of_joints_to_lock"
,
"reference_configuration"
),
"Build a reduced model and a red
ed
uced geometry model from a given input model,"
"an input geometry model and a list of joint to lock.
\n\n
"
"Build a reduced model and a reduced geometry model from a given input model,"
"an input geometry model and a list of joint
s
to lock.
\n\n
"
"Parameters:
\n
"
"
\t
model: input kinematic model
l
to reduce
\n
"
"
\t
model: input kinematic model to reduce
\n
"
"
\t
geom_model: input geometry model to reduce
\n
"
"
\t
list_of_joints_to_lock: list of joint indexes to lock
\n
"
"
\t
reference_configuration: reference configuration to compute the placement of the lock joints
\n
"
);
"
\t
reference_configuration: reference configuration to compute the placement of the lock
ed
joints
\n
"
);
bp
::
def
(
"buildReducedModel"
,
(
bp
::
tuple
(
*
)(
const
Model
&
,
...
...
@@ -133,13 +133,13 @@ namespace pinocchio
"reference_configuration"
),
"Build a reduced model and the related reduced geometry models from a given "
"input model,"
"a list of input geometry model and a list of joint to lock.
\n\n
"
"a list of input geometry model
s
and a list of joint
s
to lock.
\n\n
"
"Parameters:
\n
"
"
\t
model: input kinematic model to reduce
\n
"
"
\t
list_of_geom_models: input geometry models to reduce
\n
"
"
\t
list_of_joints_to_lock: list of joint indexes to lock
\n
"
"
\t
reference_configuration: reference configuration to compute the "
"placement of the lock joints
\n
"
);
"placement of the lock
ed
joints
\n
"
);
}
}
// namespace python
...
...
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