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-affordance
Commits
305c5f0c
Commit
305c5f0c
authored
Apr 27, 2016
by
Akseppal
Browse files
fix bug created when cleaning up
parent
fd79ac86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/affordance-extraction.cc
View file @
305c5f0c
...
...
@@ -89,6 +89,7 @@ namespace hpp {
double
totArea
=
.0
;
std
::
vector
<
std
::
vector
<
unsigned
int
>
>
potentialAffordances
(
opVec
.
size
());
SemanticsDataPtr_t
foundAffordances
(
new
SemanticsData
());
foundAffordances
->
affordances_
.
resize
(
opVec
.
size
());
for
(
int
i
=
0
;
i
<
model
->
num_tris
;
++
i
)
{
...
...
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