Skip to content
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

Open
markostamos opened this issue Feb 12, 2022 · 8 comments
Open

namespace error after xacro update #695

markostamos opened this issue Feb 12, 2022 · 8 comments

Comments

@markostamos
Copy link

Screenshot 2022-02-12 at 20-56-49 Facebook

there seems to be a new namespace error after the xacro (1.14.11-1focal.20220122.020912 500) update on ros-noetic.
Screenshot from 2022-02-12 21-02-45

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.

@johnwaneboy
Copy link

I have meet the same problem on ros-melodic. So how to solve the probelm thoroughly.

@rhaschke
Copy link

rhaschke commented Mar 1, 2022

This issue has been solved upstream in xacro: ros/xacro#309 (comment)
Please simply update to the latest xacro release, 1.14.13. For Melodic, a release was triggered, but not yet synced.

@danielvennestrom
Copy link

Any estimated time for when the release for melodic will be synced?

@rhaschke
Copy link

rhaschke commented Mar 1, 2022

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).

@danielvennestrom
Copy link

I see, do you know of any workarounds for Melodic in the meanwhile?

@rhaschke
Copy link

rhaschke commented Mar 1, 2022

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.
Alternatively, you can grab the latest released version from the testing repository: http://wiki.ros.org/TestingRepository.

@danielvennestrom
Copy link

danielvennestrom commented Mar 1, 2022

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).

@arnabGudu
Copy link

The new update of xacro is having an issue of not ignoring commented lines. Thus removing all commented lines is a temporary fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants