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
cf57b0f2
Verified
Commit
cf57b0f2
authored
Mar 25, 2021
by
Justin Carpentier
Browse files
core: add missing typedef
parent
1ae84845
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/geometry.hpp
View file @
cf57b0f2
...
...
@@ -184,6 +184,7 @@ namespace pinocchio
typedef
SE3Tpl
<
Scalar
,
Options
>
SE3
;
typedef
std
::
vector
<
GeomIndex
>
GeomIndexList
;
typedef
Eigen
::
Matrix
<
int
,
Eigen
::
Dynamic
,
Eigen
::
Dynamic
,
Options
>
MatrixXb
;
typedef
Eigen
::
Matrix
<
Scalar
,
Eigen
::
Dynamic
,
Eigen
::
Dynamic
,
Options
>
MatrixXs
;
///
/// \brief Vector gathering the SE3 placements of the geometry objects relative to the world.
...
...
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