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
8e32ef51
Verified
Commit
8e32ef51
authored
Feb 19, 2020
by
Justin Carpentier
Browse files
test/multiprecision: remove dependency to urdf
parent
7765909f
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/multiprecision.cpp
View file @
8e32ef51
...
...
@@ -2,7 +2,6 @@
// Copyright (c) 2020 INRIA
//
#include
"pinocchio/parsers/urdf.hpp"
#include
"pinocchio/algorithm/rnea.hpp"
#include
"pinocchio/algorithm/aba.hpp"
#include
"pinocchio/algorithm/jacobian.hpp"
...
...
@@ -69,10 +68,9 @@ BOOST_AUTO_TEST_CASE(test_cast)
BOOST_AUTO_TEST_CASE
(
test_mutliprecision
)
{
using
namespace
pinocchio
;
const
std
::
string
urdf_filename
=
PINOCCHIO_MODEL_DIR
+
std
::
string
(
"/others/robots/talos_data/urdf/talos_reduced.urdf"
);
Model
model
;
pinocchio
::
urdf
::
buildModel
(
urdf_filename
,
model
);
pinocchio
::
buildModel
s
::
humanoidRandom
(
model
);
Data
data
(
model
);
model
.
lowerPositionLimit
.
head
<
3
>
().
fill
(
-
1.
);
...
...
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