-
Notifications
You must be signed in to change notification settings - Fork 545
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
regression in FixStartStateCollision adapter #2849
Comments
Thanks for reporting this issue! At a first glance I don't see any regression between moveit1 and moveit2 in the FixStartStateCollision adapter on the Humble branch. Do you see anything I am missing? In main I replaced the We refactored the whole planning pipeline in moveit2 recently. |
I see exactly the regression I described: In MoveIt1 it works, it MoveIt2 it fails as described. |
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 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. |
#3143 fixes the second issue (erroneous "success" reported). |
This reports issues observed with the FixStartStateCollision adapter in moveit/moveit_task_constructor#573 (comment):
MoveIt1 doesn't behave like that, it jumps to the collision-free state directly (and ignores the invalid start state during validation).
SUCCESS
as its message.The text was updated successfully, but these errors were encountered: