Replies: 2 comments 1 reply
-
Hi @mikelasa, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure! I'm using franka model equivalent to the
Thanks for helping! off topic: |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been developing a simulation for robot teleoperation control using my own cartesian impedance controller and the spacemouse. The teleoperation example that isaac orbit and lab provides is using a registered gym environment and the manager based env which I dont have yet implemented and I found very difficult to understand how the commands are applied to the gripper.
So far, I control my robot by computing the joint torques and sending to the robot through
set_joint_effort_target
(I'm not using the manager system). I'm trying to open and close the gripper without success. I tried to useset_joint_velocity_target and set_joint_position_target
but the only thing I see is a really tiny move in the left finger. Here is the code that handles the gripper commands, I dont know if the approach is the correct one but this is what achieved so far (I ommited some code for legibility):Just in case, I'm not using the Manager based environment so far cause I have been working in my control development since orbit BaseEnv use.
Please, I would like to have some hints on how to do this.
Thanks in advance and regards
Beta Was this translation helpful? Give feedback.
All reactions