-
Notifications
You must be signed in to change notification settings - Fork 579
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
setup_assistant launch files don't work #2935
Comments
I've graduated to the next wierd error message |
With some Voodoo everything works now (except the "capabilities" thing). Unfortunately I don't quite understand and therefore can't tell you how exactly to solve it poor soul who googles the problem next. |
@Karlosbubi Hi, how did you fix the (Unable to parse SRDF error) exactly? I am getting the same error with Jazzy on Ubuntu 24.04. |
I didn't it fixed itself or something |
Description
I've used the setup_assistant to create a moveit_config package from my urdf file (of a meca500), but I can't launch anything.
I'm pretty certain the urdf file is fine, since the assistant doesn't complain and it worked in ROS1.
One of the problems i encountered is this one #1814 i've used the workaround mentioned there, that might impact the other results though.
Your environment
ROS Distro: Humble (& Jazzy)
OS Version: Ubuntu 22.04 (& 24.04)
Source or Binary build?: Source Build (%& binary build)
If binary, which release version?: 2.10.0-1noble.20240719.210749
If source, which branch? : Iron
Which RMW (Fast DDS or Cyclone DDS)? : ROS2 default
I mostly work with humble, but due to the lackluster support for python i also did some test with jazz to see if it was fixed in the mean time (as far as i can tell it wasn't)
Steps to reproduce
ros2 launch meca_moveit2_config demo.launch.py
ros2 launch meca_moveit2_config move_group.launch.py
Expected behaviour
RViz should lauch with the robot model and the moveit nodes should be spawned
Actual behaviour
RViz launches without the model and the moveit nodes do not appear
Backtrace or Console output
In case of
ros2 launch meca_moveit2_config demo.launch.py
:In case of
ros2 launch meca_moveit2_config move_group.launch.py
:[ERROR] [launch]: Caught exception in launch (see debug for traceback): 'capabilities'
on jazzy cause there i have the binary package and can't easily apply the workaroundThe text was updated successfully, but these errors were encountered: