-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
AttributeError: module 'xacro' has no attribute 'process' #78
Comments
Ahh, I can reproduce this error. This is happening because you have ROS1 sourced and the I will look into how to resolve this issue in general. |
Ok. Ideally this wouldn't depend on having ROS installed at all even. |
Ok, this is a little more difficult than I thought. So, xacro can run in a ROS agnostic environment. However, "this implies that you cannot use ROS-specific features in xacro". We can look into modifying the |
I changed the label for this issue from bug to invalid, since it is not a bug with optas. |
011f77e is a small example of the things that need to be removed from the xacro file so it can be loaded in a ROS agnostic environment. |
Closing, this will be resolved when #79 is merged. |
When running the simple_joint_space_planner.py example in the master branch i get the following error related with the xacro functionality:
Traceback (most recent call last): File "example/simple_joint_space_planner.py", line 138, in <module> main() File "example/simple_joint_space_planner.py", line 102, in main kuka = KukaLBR() File "/home/joao/Documents/Projects/test/optas/example/pybullet_api.py", line 168, in __init__ urdf_string = xacro.process(xacro_filename) AttributeError: module 'xacro' has no attribute 'process'
The text was updated successfully, but these errors were encountered: