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
c80a03c6
Verified
Commit
c80a03c6
authored
Jul 30, 2021
by
Justin Carpentier
Browse files
python: expose CollisionObject::getAABB
parent
7ecce30e
Changes
1
Show whitespace changes
Inline
Side-by-side
python/collision-geometries.cc
View file @
c80a03c6
...
@@ -511,6 +511,7 @@ void exposeCollisionObject ()
...
@@ -511,6 +511,7 @@ void exposeCollisionObject ()
.
def
(
"getObjectType"
,
&
CollisionObject
::
getObjectType
)
.
def
(
"getObjectType"
,
&
CollisionObject
::
getObjectType
)
.
def
(
"getNodeType"
,
&
CollisionObject
::
getNodeType
)
.
def
(
"getNodeType"
,
&
CollisionObject
::
getNodeType
)
.
def
(
"computeAABB"
,
&
CollisionObject
::
computeAABB
)
.
def
(
"computeAABB"
,
&
CollisionObject
::
computeAABB
)
.
DEF_CLASS_FUNC2
(
CollisionObject
,
getAABB
,
bp
::
return_value_policy
<
bp
::
copy_const_reference
>
())
.
DEF_CLASS_FUNC2
(
CollisionObject
,
getTranslation
,
bp
::
return_value_policy
<
bp
::
copy_const_reference
>
())
.
DEF_CLASS_FUNC2
(
CollisionObject
,
getTranslation
,
bp
::
return_value_policy
<
bp
::
copy_const_reference
>
())
.
DEF_CLASS_FUNC
(
CollisionObject
,
setTranslation
)
.
DEF_CLASS_FUNC
(
CollisionObject
,
setTranslation
)
...
...
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