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
694e1abd
Commit
694e1abd
authored
6 years ago
by
jcarpent
Browse files
Options
Downloads
Patches
Plain Diff
[Test] Fix bug related to size mismatching
parent
03f07613
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unittest/geom.cpp
+4
-4
4 additions, 4 deletions
unittest/geom.cpp
with
4 additions
and
4 deletions
unittest/geom.cpp
+
4
−
4
View file @
694e1abd
...
...
@@ -215,7 +215,7 @@ BOOST_AUTO_TEST_CASE ( loading_model )
typedef
se3
::
GeometryData
GeometryData
;
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo.urdf"
;
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo
_small
.urdf"
;
std
::
vector
<
std
::
string
>
packageDirs
;
std
::
string
meshDir
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/"
;
packageDirs
.
push_back
(
meshDir
);
...
...
@@ -249,7 +249,7 @@ BOOST_AUTO_TEST_CASE (radius)
std
::
string
filename
=
ROMEO_DESCRIPTION_MODEL_DIR
"/romeo_description/urdf/romeo_small.urdf"
;
packageDirs
.
push_back
(
ROMEO_DESCRIPTION_MODEL_DIR
);
#else
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo.urdf"
;
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo
_small
.urdf"
;
std
::
string
meshDir
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/"
;
packageDirs
.
push_back
(
meshDir
);
#endif // ROMEO_DESCRIPTION_MODEL_DIR
...
...
@@ -326,7 +326,7 @@ BOOST_AUTO_TEST_CASE ( romeo_joints_meshes_positions )
std
::
string
filename
=
ROMEO_DESCRIPTION_MODEL_DIR
"/romeo_description/urdf/romeo_small.urdf"
;
packageDirs
.
push_back
(
ROMEO_DESCRIPTION_MODEL_DIR
);
#else
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo.urdf"
;
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo
_small
.urdf"
;
std
::
string
meshDir
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/"
;
packageDirs
.
push_back
(
meshDir
);
#endif // ROMEO_DESCRIPTION_MODEL_DIR
...
...
@@ -436,7 +436,7 @@ BOOST_AUTO_TEST_CASE ( hrp2_mesh_distance)
std
::
string
filename
=
ROMEO_DESCRIPTION_MODEL_DIR
"/romeo_description/urdf/romeo_small.urdf"
;
packageDirs
.
push_back
(
ROMEO_DESCRIPTION_MODEL_DIR
);
#else
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo.urdf"
;
std
::
string
filename
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/romeo_description/urdf/romeo
_small
.urdf"
;
std
::
string
meshDir
=
PINOCCHIO_SOURCE_DIR
"/models/romeo/"
;
packageDirs
.
push_back
(
meshDir
);
#endif // ROMEO_DESCRIPTION_MODEL_DIR
...
...
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