Xacro is an XML macro language. With xacro, you can construct shorter and more readable XML files by using macros that expand to larger XML expressions.
The ros2 launch command complains about the stderr output and stops execution. This breaks the whole startup procedure of my robot.
I believe the fix to this was implemented in #336 but it was only commited to noetic-devel branch. Could you please backport the fix to ros2 branch and release a new version of the package to rosdistro?
Whenever I run xacro on ROS Rolling and Ubuntu Noble, I get this stderr output:
If I build this package locally (version 2.0.10) I only get these warnings upon building.
I'm invoking xacro in command substitution in launch file like this:
The ros2 launch command complains about the stderr output and stops execution. This breaks the whole startup procedure of my robot.
I believe the fix to this was implemented in #336 but it was only commited to
noetic-devel
branch. Could you please backport the fix toros2
branch and release a new version of the package to rosdistro?