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
c8ada6ea
Verified
Commit
c8ada6ea
authored
Dec 20, 2019
by
Justin Carpentier
Browse files
serialization/joint: register the quantity joint velocity and configuration
parent
c4dcff8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/serialization/joints-data.hpp
View file @
c8ada6ea
...
...
@@ -187,6 +187,8 @@ namespace boost
ar
&
make_nvp
(
"jdata"
,
joint
.
jdata
());
ar
&
make_nvp
(
"scaling"
,
joint
.
scaling
());
ar
&
make_nvp
(
"jointConfiguration"
,
joint
.
jointConfiguration
());
ar
&
make_nvp
(
"jointVelocity"
,
joint
.
jointVelocity
());
}
}
...
...
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