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
Olivier Stasse
sot-talos-balance
Commits
4aac9726
Commit
4aac9726
authored
Dec 02, 2019
by
Guilhem Saurel
Browse files
[Tests] fix absolute path
parent
93177bb9
Changes
2
Hide whitespace changes
Inline
Side-by-side
unittest/test-paths.h.cmake
View file @
4aac9726
...
...
@@ -10,5 +10,6 @@
#ifndef TEST_PATHS_H
#define PLUGIN_LIB_INSTALL_PATH "${SOT_PLUGIN_OUT_DIR}"
#define TALOS_DATA_MODEL_DIR "${TALOS_DATA_PREFIX}/share/talos_data/"
#endif
unittest/test_distribute.cpp
View file @
4aac9726
...
...
@@ -9,6 +9,8 @@
#include
<boost/test/unit_test.hpp>
#include
"test-paths.h"
using
namespace
dynamicgraph
::
sot
;
using
namespace
dynamicgraph
::
sot
::
talos_balance
;
...
...
@@ -34,12 +36,7 @@ BOOST_AUTO_TEST_CASE ( test_distribute )
std
::
cout
<<
"q: "
<<
q
.
transpose
()
<<
std
::
endl
;
//from rospkg import RosPack
//rospack = RosPack()
//urdfPath = rospack.get_path('talos_data')+"/urdf/talos_reduced.urdf"
//urdfDir = [rospack.get_path('talos_data')+"/../"]
std
::
string
urdfPath
=
"/opt/openrobots/share/talos_data/urdf/talos_reduced.urdf"
;
std
::
string
urdfPath
=
TALOS_DATA_MODEL_DIR
"urdf/talos_reduced.urdf"
;
pinocchio
::
Model
model
;
pinocchio
::
urdf
::
buildModel
(
urdfPath
,
pinocchio
::
JointModelFreeFlyer
(),
model
);
...
...
@@ -317,4 +314,3 @@ BOOST_AUTO_TEST_CASE ( test_distribute )
}
BOOST_AUTO_TEST_SUITE_END
()
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