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
319ae8ae
Unverified
Commit
319ae8ae
authored
Feb 21, 2020
by
Justin Carpentier
Committed by
GitHub
Feb 21, 2020
Browse files
Merge pull request #1083 from jmirabel/devel
[Minor] Change default material of collision object.
parents
66bb1bc0
e699c9d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parsers/urdf/geometry.hxx
View file @
319ae8ae
...
...
@@ -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