Skip to content
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

Open
Larkin-AP opened this issue May 10, 2024 · 5 comments
Open
Assignees

Comments

@Larkin-AP
Copy link

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
1

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!

@Larkin-AP
Copy link
Author

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?
Thank you very much for your answer!

@RussTedrake
Copy link
Contributor

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.

@hanlanqian
Copy link

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 1

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?

@Larkin-AP
Copy link
Author

Larkin-AP commented Sep 25, 2024 via email

@hanlanqian
Copy link

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.

@RussTedrake RussTedrake self-assigned this Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: TODO (IRIS and Convex Sets)
Development

No branches or pull requests

3 participants