-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Adds galbot stack cube tasks, with left_arm_gripper and right_arm_suction, using RMPFlow controller #3210
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
Adds galbot stack cube tasks, with left_arm_gripper and right_arm_suction, using RMPFlow controller #3210
Changes from 34 commits
3e175ac
8b37298
b4dc6be
c069116
20e8ec2
8bab66b
01cf7df
eb0d96a
d4918ab
8a4a6ca
0f6ab6b
07dbceb
a0419f9
6edd402
da9717a
9ae55e2
e01d12a
a7da1ba
37e3ac2
a1398fd
d1cf8c0
bbb2593
15b6e01
b834e0f
253a326
5e8e37f
2333183
fedd3e0
6f54f48
972e90e
f819cad
ef47ccf
50b4602
22d0c1e
8771617
2d785cf
f870574
9737ec9
57e48da
ef90ff3
9bfd04d
108e084
d28a7bd
559150a
60be54f
e253c6e
84c4bad
1213bed
17d8af6
e79747a
f8cb3ff
dfce1d8
8466fbf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ | |
from .joint_actions import * | ||
from .joint_actions_to_limits import * | ||
from .non_holonomic_actions import * | ||
from .surface_gripper_actions import * | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this cause any performance regressions in startup time? I believe we only enable the surface gripper extension if it's needed to prevent the extra dependencies from starting up if we don't need them. does adding the import here always trigger the extension load up? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, but I found the isaacsim.robot.surface_gripper-3.2.6 extension is already triggered before my commits (below is tested at commit id: e5e0792). Any tools for me to compare the startup time? thanks. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmm what was the command you are testing with? does the extension get enabled if we run a workflow that doesn't use any surface grippers? like a headless RL environment training? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once we are ready with this folder, we can ping Sheikh to push these changes publicly