Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pinocchio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
pinocchio
Commits
d8f1112c
Commit
d8f1112c
authored
8 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Plain Diff
Merge pull request #172 from MaximilienNaveau/devel
overload the new operator for the model and data classes
parents
ce79ae50
b6caf8c6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/multibody/model.hpp
+2
-0
2 additions, 0 deletions
src/multibody/model.hpp
with
2 additions
and
0 deletions
src/multibody/model.hpp
+
2
−
0
View file @
d8f1112c
...
...
@@ -46,6 +46,7 @@ namespace se3
class
Model
{
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
typedef
se3
::
Index
Index
;
typedef
se3
::
JointIndex
JointIndex
;
typedef
se3
::
GeomIndex
GeomIndex
;
...
...
@@ -348,6 +349,7 @@ namespace se3
class
Data
{
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
/// \brief The 6d jacobian type (temporary)
typedef
Eigen
::
Matrix
<
double
,
6
,
Eigen
::
Dynamic
>
Matrix6x
;
/// \brief The 3d jacobian type (temporary)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment