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
b9d62998
Verified
Commit
b9d62998
authored
Nov 12, 2019
by
Justin Carpentier
Browse files
algo/frame: remove getFrameJacobian definition
parent
24ce4f52
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/algorithm/frames.hxx
View file @
b9d62998
...
...
@@ -175,15 +175,6 @@ namespace pinocchio
typename
Pass
::
ArgsType
(
model
,
data
,
q
.
derived
(),
PINOCCHIO_EIGEN_CONST_CAST
(
Matrix6Like
,
J
)));
}
}
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
,
typename
Matrix6xLike
>
inline
void
getFrameJacobian
(
const
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
&
model
,
const
DataTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
&
data
,
const
typename
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>::
FrameIndex
frame_id
,
const
Eigen
::
MatrixBase
<
Matrix6xLike
>
&
J
)
{
getFrameJacobian
(
model
,
data
,
frame_id
,
LOCAL
,
PINOCCHIO_EIGEN_CONST_CAST
(
Matrix6xLike
,
J
));
}
template
<
typename
Scalar
,
int
Options
,
template
<
typename
,
int
>
class
JointCollectionTpl
,
typename
Matrix6xLike
>
void
getFrameJacobianTimeVariation
(
const
ModelTpl
<
Scalar
,
Options
,
JointCollectionTpl
>
&
model
,
...
...
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