-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows MoveIt errors with srdfdom.dll
missing from %CONDA_PREFIX%\Library\bin
folder. (works in humble)
#103
Comments
srdfdom.dll
missing from %CONDA_PREFIX%\Library\bin
folder.srdfdom.dll
missing from %CONDA_PREFIX%\Library\bin
folder.
Hey, thanks for the nice writeup! I was wondering if you could try with Humble? We've gotten pretty far with the packages on Windows, there, too (almost at
We can probably rebuild a new version of |
I just checked, and unfortunately I don't think they've released a new version of srdfdom into galactic yet. |
The version in galactic is 2.0.3, and the good version is 2.0.4. |
@danzimmerman - if you add the patch from moveit/srdfdom#98 and open a PR here to rebuild srdfdom I'd be happy to merge, if you need to stick to galactic. |
@wolfv This definitely is fixed in Humble... I'm now having this issue ros2/ros2cli#637... are you seeing that? @Tobias-Fischer Patching this for |
Never saw that, but looking at the references there was a fix in ros2/ros2cli#686 that is in Foxy but not in Galactic: https://github.com/ros2/ros2cli/blob/galactic/ros2cli/ros2cli/node/daemon.py#L104 . |
Yeah something's broken with the daemon or my network/firewall config. The daemon is now using
Connection refused...
I'll dig in to that better later. |
Humble also still has this https://answers.ros.org/question/354579/ros-2-xacro-executable-will-not-run/#402816 I'll read up on the vinca/patching workflow and see what I can do when I get a chance |
srdfdom.dll
missing from %CONDA_PREFIX%\Library\bin
folder.srdfdom.dll
missing from %CONDA_PREFIX%\Library\bin
folder. (works in humble)
I couldn't add the MoveIt MotionPlanning plugin on a fresh Windows Galactic install until I copied
srdfdom.dll
from\Library\lib\srdfdom\
toLibrary\bin
.This seems like the
srdfdom
issue discussed in #36. I see moveit/srdfdom#98 but that should have been picked up by now I suppose.I'm up-to-date:
I discovered this by trying to get the
ur_moveit_config
package from https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver working on Windows. When I launch that MoveIt config,move_group.exe
actually pops up an informative window which can be reproduced more simply with:With the DLL:
If I try to add the MotionPlanning plugin to Rviz2, the resulting error does not mention
srdfdom.dll
so is not very informative. but it's the same issue.Environment
mamba list
The text was updated successfully, but these errors were encountered: