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
a759817e
Verified
Commit
a759817e
authored
Nov 12, 2020
by
Justin Carpentier
Browse files
python/model: allow name change
parent
f8ee508e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/multibody/model.hpp
View file @
a759817e
...
...
@@ -220,8 +220,8 @@ namespace pinocchio
.
add_property
(
"nvs"
,
&
Model
::
nvs
)
.
add_property
(
"parents"
,
&
Model
::
parents
)
.
add_property
(
"names"
,
&
Model
::
names
)
.
add_property
(
"name"
,
&
Model
::
name
)
.
add_property
(
"referenceConfigurations"
,
&
Model
::
referenceConfigurations
)
.
def_readwrite
(
"name"
,
&
Model
::
name
)
.
def_readwrite
(
"referenceConfigurations"
,
&
Model
::
referenceConfigurations
)
.
def_readwrite
(
"rotorInertia"
,
&
Model
::
rotorInertia
,
"Vector of rotor inertia parameters."
)
...
...
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