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
c7b8965b
Verified
Commit
c7b8965b
authored
Jul 15, 2019
by
Justin Carpentier
Browse files
test: fix serialization for JointModelRevoluteUnboundedUnalignedTpl
parent
82ce106f
Pipeline
#4969
passed with stage
in 281 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
unittest/serialization.cpp
View file @
c7b8965b
...
...
@@ -119,6 +119,21 @@ struct init<pinocchio::JointModelRevoluteUnalignedTpl<Scalar,Options> >
}
};
template
<
typename
Scalar
,
int
Options
>
struct
init
<
pinocchio
::
JointModelRevoluteUnboundedUnalignedTpl
<
Scalar
,
Options
>
>
{
typedef
pinocchio
::
JointModelRevoluteUnboundedUnalignedTpl
<
Scalar
,
Options
>
JointModel
;
static
JointModel
run
()
{
typedef
typename
JointModel
::
Vector3
Vector3
;
JointModel
jmodel
(
Vector3
::
Random
().
normalized
());
jmodel
.
setIndexes
(
0
,
0
,
0
);
return
jmodel
;
}
};
template
<
typename
Scalar
,
int
Options
>
struct
init
<
pinocchio
::
JointModelPrismaticUnalignedTpl
<
Scalar
,
Options
>
>
{
...
...
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