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
b07ba6ac
Commit
b07ba6ac
authored
Jun 27, 2018
by
Joseph Mirabel
Committed by
Joseph Mirabel
Jun 27, 2018
Browse files
[Python] Add property "name" to Model
parent
21b23a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/multibody/model.hpp
View file @
b07ba6ac
...
...
@@ -94,6 +94,7 @@ namespace se3
.
add_property
(
"joints"
,
&
Model
::
joints
)
.
add_property
(
"parents"
,
&
Model
::
parents
)
.
add_property
(
"names"
,
&
Model
::
names
)
.
add_property
(
"name"
,
&
Model
::
name
)
.
add_property
(
"neutralConfiguration"
,
make_getter
(
&
Model
::
neutralConfiguration
,
bp
::
return_value_policy
<
bp
::
return_by_value
>
()),
...
...
Write
Preview
Supports
Markdown
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