ros-industrial / universal_robot

ROS-Industrial Universal Robots support (https://wiki.ros.org/universal_robot)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xacro: double underscores are not supported

rhaschke opened this issue · comments

Since xacro 1.14.9 (Noetic) or 1.13.13 (Melodic) double underscores in property names are not allowed anymore.
This requires the URDF descriptions to be adapted accordingly. See also ros/xacro#282.

Looks like underscore names were introduced in the melodic-devel-staging branch only. Thus the Kinetic release isn't yet affected.

I believe #579 addresses this.

Thanks for linking this PR. I had the impression that this was already addressed, but I'm surprised that the PR isn't yet merged.
Feel free to close this issue.