Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sot-dynamic-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
Olivier Stasse
sot-dynamic-pinocchio
Commits
3cf06338
Commit
3cf06338
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
fix pinocchio v2 namespace
parent
f634a562
No related branches found
Branches containing commit
Tags
v0.0.4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sot-dynamic-pinocchio.cpp
+1
-1
1 addition, 1 deletion
src/sot-dynamic-pinocchio.cpp
with
1 addition
and
1 deletion
src/sot-dynamic-pinocchio.cpp
+
1
−
1
View file @
3cf06338
...
...
@@ -804,7 +804,7 @@ computeGenericEndeffJacobian(const bool isFrame, const bool isLocal, const int j
Eigen
::
Matrix3d
rotation
=
(
isFrame
?
m_data
->
oMf
:
m_data
->
oMi
)[
jointId
].
rotation
();
Eigen
::
Vector3d
translation
=
Eigen
::
Vector3d
::
Zero
();
res
=
(
se3
::
SE3
(
rotation
,
translation
).
toActionMatrix
()
*
res
);
res
=
(
pinocchio
::
SE3
(
rotation
,
translation
).
toActionMatrix
()
*
res
);
}
sotDEBUGOUT
(
25
);
...
...
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