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-fcl
Commits
ac577cc3
Commit
ac577cc3
authored
Mar 17, 2020
by
Joseph Mirabel
Browse files
[Python] Fix bindings of CollisionResult.
parent
394ecbb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/collision.cc
View file @
ac577cc3
...
...
@@ -134,7 +134,7 @@ void exposeCollisionAPI ()
if
(
!
eigenpy
::
register_symbolic_link_to_registered_type
<
std
::
vector
<
CollisionResult
>
>
())
{
class_
<
std
::
vector
<
CollisionResult
>
>
(
"CollisionResult"
)
class_
<
std
::
vector
<
CollisionResult
>
>
(
"
StdVec_
CollisionResult"
)
.
def
(
vector_indexing_suite
<
std
::
vector
<
CollisionResult
>
>
())
;
}
...
...
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