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
343e98a4
Commit
343e98a4
authored
Aug 09, 2016
by
jcarpent
Browse files
[Joints] Fix bug - handle alignment issue with vector of joints
parent
df159ccf
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/multibody/joint/joint-variant.hpp
View file @
343e98a4
...
...
@@ -40,14 +40,7 @@ namespace se3
typedef
boost
::
variant
<
JointModelRX
,
JointModelRY
,
JointModelRZ
,
JointModelRevoluteUnaligned
,
JointModelSpherical
,
JointModelSphericalZYX
,
JointModelPX
,
JointModelPY
,
JointModelPZ
,
JointModelPrismaticUnaligned
,
JointModelFreeFlyer
,
JointModelPlanar
,
JointModelTranslation
,
JointModelDense
<-
1
,
-
1
>
,
JointModelRUBX
,
JointModelRUBY
,
JointModelRUBZ
>
JointModelVariant
;
typedef
boost
::
variant
<
JointDataRX
,
JointDataRY
,
JointDataRZ
,
JointDataRevoluteUnaligned
,
JointDataSpherical
,
JointDataSphericalZYX
,
JointDataPX
,
JointDataPY
,
JointDataPZ
,
JointDataPrismaticUnaligned
,
JointDataFreeFlyer
,
JointDataPlanar
,
JointDataTranslation
,
JointDataDense
<-
1
,
-
1
>
,
JointDataRUBX
,
JointDataRUBY
,
JointDataRUBZ
>
JointDataVariant
;
typedef
std
::
vector
<
JointModelVariant
>
JointModelVariantVector
;
typedef
std
::
vector
<
JointDataVariant
>
JointDataVariantVector
;
}
// namespace se3
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
se3
::
JointModelVariant
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
se3
::
JointDataVariant
)
#endif // ifndef __se3_joint_variant_hpp__
src/multibody/joint/joint.hpp
View file @
343e98a4
...
...
@@ -167,5 +167,7 @@ namespace se3
}
// namespace se3
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
se3
::
JointModel
)
EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION
(
se3
::
JointData
)
#endif // ifndef __se3_joint_model_hpp__
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