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
00e5b7c3
Verified
Commit
00e5b7c3
authored
5 years ago
by
Justin Carpentier
Browse files
Options
Downloads
Patches
Plain Diff
liegroup/base: remove deprecated Jdifference
parent
fa0b7827
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/multibody/liegroup/liegroup-base.hpp
+0
-7
0 additions, 7 deletions
src/multibody/liegroup/liegroup-base.hpp
src/multibody/liegroup/liegroup-base.hxx
+0
-12
0 additions, 12 deletions
src/multibody/liegroup/liegroup-base.hxx
with
0 additions
and
19 deletions
src/multibody/liegroup/liegroup-base.hpp
+
0
−
7
View file @
00e5b7c3
...
...
@@ -213,13 +213,6 @@ PINOCCHIO_LIE_GROUP_PUBLIC_INTERFACE_GENERIC(Derived,typename)
const
Eigen
::
MatrixBase
<
ConfigR_t
>
&
q1
,
const
Eigen
::
MatrixBase
<
Tangent_t
>
&
v
)
const
;
template
<
class
ConfigL_t
,
class
ConfigR_t
,
class
JacobianLOut_t
,
class
JacobianROut_t
>
void
Jdifference
(
const
Eigen
::
MatrixBase
<
ConfigL_t
>
&
q0
,
const
Eigen
::
MatrixBase
<
ConfigR_t
>
&
q1
,
const
Eigen
::
MatrixBase
<
JacobianLOut_t
>&
J0
,
const
Eigen
::
MatrixBase
<
JacobianROut_t
>&
J1
)
const
PINOCCHIO_DEPRECATED
;
/**
* @brief Computes the Jacobian of the difference operation with respect to q0 or q1.
*
...
...
This diff is collapsed.
Click to expand it.
src/multibody/liegroup/liegroup-base.hxx
+
0
−
12
View file @
00e5b7c3
...
...
@@ -155,18 +155,6 @@ namespace pinocchio {
derived
().
difference_impl
(
q0
,
q1
,
d
);
}
template
<
class
Derived
>
template
<
class
ConfigL_t
,
class
ConfigR_t
,
class
JacobianLOut_t
,
class
JacobianROut_t
>
void
LieGroupBase
<
Derived
>::
Jdifference
(
const
Eigen
::
MatrixBase
<
ConfigL_t
>
&
q0
,
const
Eigen
::
MatrixBase
<
ConfigR_t
>
&
q1
,
const
Eigen
::
MatrixBase
<
JacobianLOut_t
>&
J0
,
const
Eigen
::
MatrixBase
<
JacobianROut_t
>&
J1
)
const
{
derived
().
template
dDifference
<
ARG0
>
(
q0
,
q1
,
J0
);
derived
().
template
dDifference
<
ARG1
>
(
q0
,
q1
,
J1
);
}
template
<
class
Derived
>
template
<
ArgumentPosition
arg
,
class
ConfigL_t
,
class
ConfigR_t
,
class
JacobianOut_t
>
void
LieGroupBase
<
Derived
>::
dDifference
(
...
...
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