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
tsid
Commits
9e74d70f
Commit
9e74d70f
authored
Aug 24, 2020
by
Guilhem Saurel
Browse files
[Tests] update for pinocchio
parent
d8985092
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/contacts.cpp
View file @
9e74d70f
...
...
@@ -82,7 +82,7 @@ BOOST_AUTO_TEST_CASE ( test_contact_6d )
pinocchio
::
Data
data
(
robot
.
model
());
robot
.
computeAllTerms
(
data
,
q
,
v
);
pinocchio
::
SE3
H_ref
=
robot
.
position
(
data
,
robot
.
model
().
get
Joint
Id
(
frameName
));
pinocchio
::
SE3
H_ref
=
robot
.
position
(
data
,
robot
.
model
().
get
Frame
Id
(
frameName
));
contact
.
setReference
(
H_ref
);
double
t
=
0.0
;
...
...
Write
Preview
Markdown
is supported
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