-
Notifications
You must be signed in to change notification settings - Fork 25
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
Trouble with Regenerate IRIS Regions for bimanual_iiwa_example.ipynb #9
Comments
hi! I tried to slightly modify the faulty seed to avoid this problem for the time being. However, the same Regions, when running the program often times out, occasionally can run successfully, may I ask why? |
My apologies! We've made substantial improvements to the entire pipeline. I will try to port this example over to the latest Drake implementations in the next few days. |
bro, I got the same problem, have u ever solved this problem? |
Sorry, my friend. I haven't solved this problem yet, and I don't know if it's the cause of unstable solution.
At 2024-09-25 21:48:13, "Elaina" ***@***.***> wrote:
Hello, I am having problems running bimanual_iiwa_example.ipynb in docker.
When Regenerate IRIS Regions is unmodified, errors are displayed on the system as follows: Failure at geometry/optimization/iris.cc:759 in IrisInconfigqurationspace(): condition 'p.PointInset(sample, le-12)’ failed.
As shown in the figure
In fact, only this seed throws the error, and the entire program fails to exit the thread pool properly.
I saw that seed_points were generated from getConfigurationSeeds. The positions in getConfiguration define the joint angles of the robotic arm at some positions. Are these configuration positions the end points of the target trajectory?
Look forward to your reply and thank you for your help!
bro, I got the same problem, have u ever solved this problem?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks for ur reply! I temporarily solved it by using Drake cpp API to generate iris regions which didn't appear to have this error, then loaded it in Python to the GCS process. |
Hello, I am having problems running bimanual_iiwa_example.ipynb in docker.
When Regenerate IRIS Regions is unmodified, errors are displayed on the system as follows:
Failure at geometry/optimization/iris.cc:759 in IrisInconfigqurationspace(): condition 'p.PointInset(sample, le-12)’ failed.
As shown in the figure
In fact, only this seed throws the error, and the entire program fails to exit the thread pool properly.
I saw that seed_points were generated from getConfigurationSeeds. The positions in getConfiguration define the joint angles of the robotic arm at some positions. Are these configuration positions the end points of the target trajectory?
Look forward to your reply and thank you for your help!
The text was updated successfully, but these errors were encountered: