Mujoco to Real Robot Transfer? #2708
Unanswered
bk-poudel
asked this question in
Asking for Help
Replies: 1 comment
-
I suggest that you simulate the robot in MuJoCo and use the joint position to control the real robot using joint position as the command value. You should never trust the torque value to match from simulation to reality and it's unsafe to do so. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Intro
Hi!
I am a undergrad at NYUAD, I use MuJoCo for my research on FR3 imitation Learning.
My setup
Mujoco 3.1.3, Python, Ubuntu 22.04
My question
I want to control the real robot using the simulated values from the MUJOCO. i.e get the simulated torque values and send the torque values to the real Franka robot. How can I do that?
Minimal model and/or code that explain my question
No response
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions