Closed yeshasvitirupachuri closed 3 years ago
Given that this change should be there since ROS Jade http://wiki.ros.org/xacro#Processing_Order (2015 distribution), I think we should be able to safely update it.
I will open a PR for this change.
We can close the issue.
Ubuntu 20.04 does not support ROS Melodic and it is recommended to use ROS Noetic. When trying to launch rviz visualization using the launch files, the following error was thrown:
On double checking with the urdf_tutorial display.launch file, I notice the usage of xacro has been updated in https://github.com/ros/urdf_tutorial/commit/dadba7524ba0d20ecd6d23095f49843c3f8e8d1b#diff-7f8c819cc88e03640153972121b4f8cd. So, I changed the usage of xacro in the HDE launch files too and rviz runs correctly.
We need to check if updating the
xacro
usage on Ubuntu 18.04 will not cause any trouble and update the launch files accordingly.CC @lrapetti @kouroshD @claudia-lat