-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
namespace error after xacro update #695
Comments
I have meet the same problem on ros-melodic. So how to solve the probelm thoroughly. |
This issue has been solved upstream in xacro: ros/xacro#309 (comment) |
Any estimated time for when the release for melodic will be synced? |
No, @clalancette, the distro maintainer, seems to be busy and there are some unresolved regressions in Melodic blocking a new release (see ros/rosdistro#32236). |
I see, do you know of any workarounds for Melodic in the meanwhile? |
You can pull in the latest melodic-devel or noetic-devel branch of xacro into your catkin workspace and thus use the latest xacro from source. |
I ended up using the testing repository to grab the latest version of xacro(http://wiki.ros.org/TestingRepository). My issue was solved! (using ubuntu 18.04, ros-melodic). |
The new update of xacro is having an issue of not ignoring commented lines. Thus removing all commented lines is a temporary fix. |
there seems to be a new namespace error after the xacro (1.14.11-1focal.20220122.020912 500) update on ros-noetic.
As a temp fix you can download the previous version https://github.com/ros/xacro/archive/1.14.10.tar.gz inside the rotors_simulator workspace/src and build it.
The text was updated successfully, but these errors were encountered: