-
Notifications
You must be signed in to change notification settings - Fork 241
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
Adding Two UR5 and Create Task #100
Comments
we need UR5 model also. |
Hi. What gripper would you like attached? |
Robotiq 85
…On Mon, Dec 21, 2020, 12:59 AM Stephen James ***@***.***> wrote:
Hi. What gripper would you like attached?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACU6DKSPVIWJV46W5YCJN4DSV354TANCNFSM4UT3CYEA>
.
|
robotiq hand-E gripper.
sent by Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Stephen James <[email protected]>
Sent: Monday, December 21, 2020 2:59:05 AM
To: stepjam/RLBench <[email protected]>
Cc: Su, Haijun <[email protected]>; Comment <[email protected]>
Subject: Re: [stepjam/RLBench] Adding Two UR5 and Create Task (#100)
Hi. What gripper would you like attached?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https://github.com/stepjam/RLBench/issues/100*issuecomment-748828123__;Iw!!KGKeukY!nTdiJsOOLGYo8-gI2awsZZSMmS850bWN6wai5WDDL30EhjJV0O1UtbdsA4LZC3hh$>, or unsubscribe<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ANFQLSXLIRMWWIOPJRQXA7TSV354TANCNFSM4UT3CYEA__;!!KGKeukY!nTdiJsOOLGYo8-gI2awsZZSMmS850bWN6wai5WDDL30EhjJV0O1UtbdsAwYNkcJS$>.
|
Hi,
When do we expect that the support of hand-E gripper and UR5 are implemented in RLBench?
From: Su, Haijun <[email protected]>
Sent: Monday, December 21, 2020 9:19 AM
To: stepjam/RLBench <[email protected]>; stepjam/RLBench <[email protected]>
Cc: Comment <[email protected]>; Schellenberg, Andrew A. <[email protected]>
Subject: Re: [stepjam/RLBench] Adding Two UR5 and Create Task (#100)
robotiq hand-E gripper.
sent by Outlook for Android<https://aka.ms/ghei36>
…________________________________
From: Stephen James <[email protected]<mailto:[email protected]>>
Sent: Monday, December 21, 2020 2:59:05 AM
To: stepjam/RLBench <[email protected]<mailto:[email protected]>>
Cc: Su, Haijun <[email protected]<mailto:[email protected]>>; Comment <[email protected]<mailto:[email protected]>>
Subject: Re: [stepjam/RLBench] Adding Two UR5 and Create Task (#100)
Hi. What gripper would you like attached?
-
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/stepjam/RLBench/issues/100*issuecomment-748828123__;Iw!!KGKeukY!nTdiJsOOLGYo8-gI2awsZZSMmS850bWN6wai5WDDL30EhjJV0O1UtbdsA4LZC3hh$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/ANFQLSXLIRMWWIOPJRQXA7TSV354TANCNFSM4UT3CYEA__;!!KGKeukY!nTdiJsOOLGYo8-gI2awsZZSMmS850bWN6wai5WDDL30EhjJV0O1UtbdsAwYNkcJS$>.
|
I'll find some time to add the UR5 & 3 today. |
UR5 is now in version (branch) 1.1.0. See the examples/swap_arm.py to see how to swap the arm. |
* Bug fix and visual change to open_door. Previously the agent could open without needing to turn the handle. * Visual change to close_door. * New overhead camera. Moved over-shoulder cameras. * Hanger tasks visual updates. * Added UR5. Resolves #100. Resolves #90. * [ci skip] Update README. * Can specify what episodes to load when loading demos from disk. * Bump PyRep version. * Fix spawning dummys after each task swap. Resolves #113. * Workflow fix. * Update unit test assets. * Workflow fix. * Workflow fix. * Fix typo. Resolves #102. * Update TV tasks. * Update clock, box, and shoe tasks. * Update door tasks. * Update fridge tasks. * Jenga and books on bookshelf improvements. * Experimental action mode. Improved task checks. * Collision check fix when getting demos. * Bug fixes in ABS_EE_POSE_PLAN_WORLD_FRAME * Allow noise to be added to stored demos. * RGB returned as uint8 rather than float. Point cloud obs added. Ability to get camera info. * Update tests accounting for RGB in range 0-255. * Added option for collision checking in ABS_EE_POSE_PLAN_WORLD_FRAME. * Swapped planner to RRTConnect. * Path action modes are no longer interrupted mid path. * Phone on base waypoint update. * Collision checking swapped to use respondables rather than visuals. * Improve plan action space when already colliding with object. * Made stack_wine more difficult by requiring bottle to be ungrasped in rack. * Fixed gripper not releasing object (#128) * [skip ci] Update matrix reshape following PyRep update. Resolves #124. * fixed gripper not releasing object Co-authored-by: stephen <[email protected]> * Update complex_task.md Convex is better for simulation. * Revert: Plan action mode can break early.
* Bug fix and visual change to open_door. Previously the agent could open without needing to turn the handle. * Visual change to close_door. * New overhead camera. Moved over-shoulder cameras. * Hanger tasks visual updates. * Added UR5. Resolves stepjam#100. Resolves stepjam#90. * [ci skip] Update README. * Can specify what episodes to load when loading demos from disk. * Bump PyRep version. * Fix spawning dummys after each task swap. Resolves stepjam#113. * Workflow fix. * Update unit test assets. * Workflow fix. * Workflow fix. * Fix typo. Resolves stepjam#102. * Update TV tasks. * Update clock, box, and shoe tasks. * Update door tasks. * Update fridge tasks. * Jenga and books on bookshelf improvements. * Experimental action mode. Improved task checks. * Collision check fix when getting demos. * Bug fixes in ABS_EE_POSE_PLAN_WORLD_FRAME * Allow noise to be added to stored demos. * RGB returned as uint8 rather than float. Point cloud obs added. Ability to get camera info. * Update tests accounting for RGB in range 0-255. * Added option for collision checking in ABS_EE_POSE_PLAN_WORLD_FRAME. * Swapped planner to RRTConnect. * Path action modes are no longer interrupted mid path. * Phone on base waypoint update. * Collision checking swapped to use respondables rather than visuals. * Improve plan action space when already colliding with object. * Made stack_wine more difficult by requiring bottle to be ungrasped in rack. * Fixed gripper not releasing object (stepjam#128) * [skip ci] Update matrix reshape following PyRep update. Resolves stepjam#124. * fixed gripper not releasing object Co-authored-by: stephen <[email protected]> * Update complex_task.md Convex is better for simulation. * Revert: Plan action mode can break early.
Hi,
Can you tell me how can I add two UR5 robots to the scene and create a complex task so that I can generate data
The text was updated successfully, but these errors were encountered: