-
Notifications
You must be signed in to change notification settings - Fork 555
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
Uncaught 'std::out_of_range' upon instantiating MoveItPy node #2525
Comments
When I load the demo.launch.py from my floyd_moveit_config package then I get this error message with all the debug info. It suggests maybe its related to the meshes I use in my robot description package? Interestingly, if I source my rolling binary install (/opt/ros/rolling/setup.bash) after sourcing the humble-built moveit workspace I do not get this error when I try to run demo.launch.py
|
I switched the urdf to just use cylinders, no meshes, and it still fails. Turns out the version I had been using with rolling actually does work with humble, but whatever changes that has been made to the main branch since I had last updated it causes my issue. I'm trying to revert back to the last release (2.8.0 on 9/10) to see if it works there and then try to progress through commits and see which one causes it to fail. |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
@madgrizzle any new learnings here? There have been several additions to the main branch which didn't make it into humble yet. If you could help tracking down the source of this, that would be really appreciated. |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
Any updates? I'm facing the same error |
Same issue |
This issue is being labeled as stale because it has been open 45 days with no activity. It will be automatically closed after another 45 days without follow-ups. |
This issue was closed because it has been stalled for 45 days with no activity. |
Description
I've been previously using rolling on my system but have been forced to try to switch back to humble for compatibility with a package that is only available on humble. I have built moveit from the main branch using the instructions but when I attempt to use the code that I previously used with rolling to instantiate a MoveItPy node, it fails with:
I don't know how to isolate where this is occurring or what might be causing it.
Your environment
Steps to reproduce
This is the code I used to start the MoveItPy node in my application:
Expected behaviour
Not crash.
Actual behaviour
Crash.
Backtrace or Console output
Working on figuring out if it's possible to get gdb output of this. Never used it before and this node is loaded via a python node so not sure.
The text was updated successfully, but these errors were encountered: