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
Pierre Fernbach
tsid
Commits
bd37cb24
Commit
bd37cb24
authored
Jan 17, 2018
by
Carlos Mastalli
Browse files
[bugfix] Used the right joint index
parent
573dd0b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/robots/robot-wrapper.cpp
View file @
bd37cb24
...
...
@@ -249,7 +249,7 @@ namespace tsid
const
Model
::
FrameIndex
index
,
Data
::
Matrix6x
&
J
)
const
{
return
se3
::
getJacobian
<
se3
::
WORLD
>
(
m_model
,
data
,
index
,
J
);
return
se3
::
getJacobian
<
se3
::
WORLD
>
(
m_model
,
data
,
m_model
.
frames
[
index
].
parent
,
J
);
}
void
RobotWrapper
::
frameJacobianLocal
(
const
Data
&
data
,
...
...
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