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
Guilhem Saurel
hpp-fcl
Commits
4c77f921
Commit
4c77f921
authored
Aug 19, 2014
by
Florent Lamiraux
Browse files
Remove abusive abort.
parent
57ac3ebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/fcl/traversal/traversal_node_shapes.h
View file @
4c77f921
...
...
@@ -79,7 +79,6 @@ public:
/// @brief Intersection testing between leaves (two shapes)
void
leafTesting
(
int
,
int
,
FCL_REAL
&
)
const
{
abort
();
if
(
model1
->
isOccupied
()
&&
model2
->
isOccupied
())
{
bool
is_collision
=
false
;
...
...
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