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
pinocchio
Commits
a1516b21
Verified
Commit
a1516b21
authored
Sep 17, 2021
by
Justin Carpentier
Browse files
core: fix default value of meshColor
parent
7b2918a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/fcl.hpp
View file @
a1516b21
...
...
@@ -226,7 +226,7 @@ PINOCCHIO_COMPILER_DIAGNOSTIC_IGNORED_DEPRECECATED_DECLARATIONS
const
std
::
string
&
meshPath
=
""
,
const
Eigen
::
Vector3d
&
meshScale
=
Eigen
::
Vector3d
::
Ones
(),
const
bool
overrideMaterial
=
false
,
const
Eigen
::
Vector4d
&
meshColor
=
Eigen
::
Vector4d
::
Zero
(),
const
Eigen
::
Vector4d
&
meshColor
=
Eigen
::
Vector4d
::
Ones
(),
const
std
::
string
&
meshTexturePath
=
""
)
:
name
(
name
)
,
parentFrame
(
std
::
numeric_limits
<
FrameIndex
>::
max
())
...
...
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