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
Humanoid Path Planner
hpp-fcl
Commits
cf879918
Commit
cf879918
authored
Aug 29, 2019
by
Joseph Mirabel
Browse files
[Test] Plane and Halfspace distance queries are not supported.
parent
26342669
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_fcl_profiling.cpp
View file @
cf879918
...
...
@@ -253,8 +253,8 @@ int main(int argc, char** argv)
geoms
.
push_back
(
Geometry
(
"Capsule"
,
new
Capsule
(
2
,
1
)
));
geoms
.
push_back
(
Geometry
(
"Cone"
,
new
Cone
(
2
,
1
)
));
geoms
.
push_back
(
Geometry
(
"Cylinder"
,
new
Cylinder
(
2
,
1
)
));
geoms
.
push_back
(
Geometry
(
"Plane"
,
new
Plane
(
Vec3f
(
1
,
1
,
1
).
normalized
(),
0
)
));
geoms
.
push_back
(
Geometry
(
"Halfspace"
,
new
Halfspace
(
Vec3f
(
1
,
1
,
1
).
normalized
(),
0
)
));
//
geoms.push_back(Geometry ("Plane" , new Plane (Vec3f(1,1,1).normalized(), 0) ));
//
geoms.push_back(Geometry ("Halfspace" , new Halfspace (Vec3f(1,1,1).normalized(), 0) ));
// not implemented // geoms.push_back(Geometry ("TriangleP" , new TriangleP (Vec3f(0,1,0), Vec3f(0,0,1), Vec3f(-1,0,0)) ));
geoms
.
push_back
(
Geometry
(
"rob BVHModel<OBB>"
,
objToGeom
<
OBB
>
((
path
/
"rob.obj"
).
string
())));
...
...
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