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
Stack Of Tasks
pinocchio
Commits
ddabd14c
Verified
Commit
ddabd14c
authored
Apr 01, 2021
by
Justin Carpentier
Browse files
python: expose disableCollision field
parent
5563964a
Changes
2
Hide whitespace changes
Inline
Side-by-side
bindings/python/multibody/geometry-object.hpp
View file @
ddabd14c
...
...
@@ -69,6 +69,8 @@ namespace pinocchio
"Boolean that tells whether material information is stored inside the given GeometryObject."
)
.
def_readwrite
(
"meshTexturePath"
,
&
GeometryObject
::
meshTexturePath
,
"Path to the mesh texture file."
)
.
def_readwrite
(
"disableCollision"
,
&
GeometryObject
::
disableCollision
,
"If true, no collision or distance check will be done between the Geometry and any other geometry."
)
.
def
(
bp
::
self
==
bp
::
self
)
.
def
(
bp
::
self
!=
bp
::
self
)
...
...
src/multibody/fcl.hpp
View file @
ddabd14c
...
...
@@ -159,7 +159,7 @@ struct GeometryObject
/// \brief Absolute path to the mesh texture file.
std
::
string
meshTexturePath
;
/// \brief I
t
true, no collision or distance check will be done between the Geometry and any other geometry
/// \brief I
f
true, no collision or distance check will be done between the Geometry and any other geometry
bool
disableCollision
;
PINOCCHIO_COMPILER_DIAGNOSTIC_PUSH
...
...
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