Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-affordance
Commits
183c1b90
Unverified
Commit
183c1b90
authored
Feb 18, 2019
by
Joseph Mirabel
Committed by
GitHub
Feb 18, 2019
Browse files
Merge pull request #8 from stonneau/fcl_namespace
conforming to change of namespace in fcl
parents
1262a517
7625afb6
Pipeline
#5544
passed with stage
in 3 minutes and 39 seconds
Changes
5
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
tests/test-one-triangle1.cc
View file @
183c1b90
...
...
@@ -26,6 +26,7 @@
BOOST_AUTO_TEST_SUITE
(
test_affordance
)
using
namespace
hpp
;
BOOST_AUTO_TEST_CASE
(
one_triangle1
)
{
hpp
::
affordance
::
SupportOperationPtr_t
support
(
new
hpp
::
affordance
::
SupportOperation
());
...
...
tests/test-one-triangle2.cc
View file @
183c1b90
...
...
@@ -26,6 +26,7 @@
BOOST_AUTO_TEST_SUITE
(
test_affordance
)
using
namespace
hpp
;
BOOST_AUTO_TEST_CASE
(
one_triangle2
)
{
hpp
::
affordance
::
SupportOperationPtr_t
support
(
new
hpp
::
affordance
::
SupportOperation
());
...
...
tests/test-operations.cc
View file @
183c1b90
...
...
@@ -22,6 +22,7 @@
#define BOOST_TEST_MODULE test-operations
#include
<boost/test/included/unit_test.hpp>
using
namespace
hpp
;
const
double
epsilon
=
10e-6
;
bool
compDouble
(
const
double
a
,
const
double
b
)
...
...
tests/test-oriented-triangles1.cc
View file @
183c1b90
...
...
@@ -24,6 +24,8 @@
#define BOOST_TEST_MODULE test-oriented-triangles1
#include
<boost/test/included/unit_test.hpp>
using
namespace
hpp
;
BOOST_AUTO_TEST_SUITE
(
test_affordance
)
BOOST_AUTO_TEST_CASE
(
oriented_triangles1
)
...
...
tests/test-oriented-triangles2.cc
View file @
183c1b90
...
...
@@ -24,6 +24,7 @@
#define BOOST_TEST_MODULE test-oriented-triangles2
#include
<boost/test/included/unit_test.hpp>
using
namespace
hpp
;
BOOST_AUTO_TEST_SUITE
(
test_affordance
)
BOOST_AUTO_TEST_CASE
(
oriented_triangles2
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment