Running simple_stacking.py with a new robot #182
Replies: 1 comment 1 reply
-
hello, how do you solve the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to run the simple_stacking.py with a new robot, the yaml file of which applies well to motion_gen_reacher.py. But it runs into different errors.
My robot's ee link is an artificial link in the center of two fingers, different from the franka's 'base_hand'. This leads to the CUDA error.
pytorch 'c10' error
When I try to take the base of the gripper as the ee link just like franka, it causes the warning "Plan did not converge to a solution".
update:
Due to the problem with simple_stacking.py, I'm now trying to achieve the pick and place task by editing the motion_gen_reacher.py. The motion generation works but the cube cannot be picked up. I wonder whether the attach_objects_to_robots function in motion_gen is necessary for picking up objects. When I added the function, the error "MG: No spheres found" occurred.
Could you give me any suggestions on the possible problems above? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions