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
e699c9d4
Commit
e699c9d4
authored
Feb 20, 2020
by
Joseph Mirabel
Browse files
[Minor] Change default material of collision object.
parent
66bb1bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/urdf/geometry.hxx
View file @
e699c9d4
...
...
@@ -284,7 +284,7 @@ namespace pinocchio
(
const
::
urdf
::
CollisionSharedPtr
,
std
::
string
&
meshTexturePath
,
Eigen
::
Vector4d
&
meshColor
,
const
std
::
vector
<
std
::
string
>
&
)
{
meshColor
.
setZero
()
;
meshColor
<<
0.9
,
0.9
,
0.9
,
1.
;
meshTexturePath
=
""
;
return
false
;
}
...
...
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