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

[wip] adding pybullet version of coffee environment #1644

Draft
wants to merge 36 commits into
base: master
Choose a base branch
from

Conversation

tomsilver
Copy link
Collaborator

long overdue, not still not done. example command:

python predicators/main.py --approach oracle --env pybullet_coffee --seed 0   --num_train_tasks 0 --num_test_tasks 1 --coffee_num_cups_test '[3]' --debug --bilevel_plan_without_sim True --pybullet_control_mode reset --use_gui --make_failure_videos --pybullet_camera_width 1674 --pybullet_camera_height 900 --make_test_videos --video_fps 20

@tomsilver
Copy link
Collaborator Author

I suspect there is some gimbal lock issue related to the conversion between euler and quaternion angles. We might see about getting rid of the euler angles entirely. The observed behavior sounds a lot like this:

An example of a wrist flip, also called a wrist singularity, is when the path through which the robot is traveling causes the first and third axes of the robot's wrist to line up. The second wrist axis then attempts to spin 180° in zero time to maintain the orientation of the end effector. The result of a singularity can be quite dramatic and can have adverse effects on the robot arm, the end effector, and the process.

@yichao-liang yichao-liang deleted the pybullet-coffee branch December 20, 2024 12:16
@yichao-liang yichao-liang restored the pybullet-coffee branch December 20, 2024 13:57
@yichao-liang yichao-liang reopened this Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants