Closed k-okada closed 4 years ago
Hi @clalancette @sloretz , let us know if there is anything we can do to help in merging this PR, thanks!
This looks generally OK to me. @k-okada can you please rebase?
Brought up to date and made a few fixes for the version
attribute.
On indigo, to set visual and collisions on links, we write
or
However, since melodic both method did not work well when we write URDF strings from these data as reported on #45. It only outputs
<robot>
and<link>
tag without<visual>
and<collision>
. And , to output<visual>
and<collision>
in URDF, we have to write, but this is not work on Indigo machine.
This PR enable melodic users to continue using indigo-style code.