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
Stack Of Tasks
pinocchio
Commits
720c3cb9
Commit
720c3cb9
authored
Jun 16, 2020
by
Joseph Mirabel
Browse files
[Minor] Fix default mesh color.
parent
12dea732
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/urdf/geometry.cpp
View file @
720c3cb9
...
...
@@ -295,7 +295,7 @@ namespace pinocchio
(
const
::
urdf
::
VisualSharedPtr
urdf_visual
,
std
::
string
&
meshTexturePath
,
Eigen
::
Vector4d
&
meshColor
,
const
std
::
vector
<
std
::
string
>
&
package_dirs
)
{
meshColor
.
setZero
()
;
meshColor
<<
0.9
,
0.9
,
0.9
,
1.
;
meshTexturePath
=
""
;
bool
overrideMaterial
=
false
;
if
(
urdf_visual
->
material
)
{
...
...
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