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
e82d0aad
Commit
e82d0aad
authored
Jan 24, 2017
by
jcarpent
Browse files
[Joint] Correct bug in typedef call for templated struct
parent
ffd09796
Changes
2
Show whitespace changes
Inline
Side-by-side
src/multibody/liegroup/cartesian-product.hpp
View file @
e82d0aad
...
...
@@ -39,7 +39,7 @@ namespace se3
struct
CartesianProductOperation
:
public
LieGroupOperationBase
<
CartesianProductOperation
<
LieGroup1
,
LieGroup2
>
>
{
typedef
CartesianProductOperation
<
LieGroup1
,
LieGroup2
>
LieGroupDerived
;
SE3_LIE_GROUP_TYPEDEF
;
SE3_LIE_GROUP_TYPEDEF
_TEMPLATE
;
template
<
class
ConfigL_t
,
class
ConfigR_t
,
class
Tangent_t
>
static
void
difference_impl
(
const
Eigen
::
MatrixBase
<
ConfigL_t
>
&
q0
,
...
...
src/multibody/liegroup/vector-space.hpp
View file @
e82d0aad
...
...
@@ -39,7 +39,7 @@ namespace se3
struct
VectorSpaceOperation
:
public
LieGroupOperationBase
<
VectorSpaceOperation
<
Size
>
>
{
typedef
VectorSpaceOperation
<
Size
>
LieGroupDerived
;
SE3_LIE_GROUP_TYPEDEF
;
SE3_LIE_GROUP_TYPEDEF
_TEMPLATE
;
template
<
class
ConfigL_t
,
class
ConfigR_t
,
class
Tangent_t
>
static
void
difference_impl
(
const
Eigen
::
MatrixBase
<
ConfigL_t
>
&
q0
,
...
...
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