Thanks for this great work!
I got some problems when I depolyed it on real robot.
First, I use Spacemouse to collection demonstrations with demo_real_robot.py.
But the control is not smooth, and the robot is still moving even though I'm not moving the spacemouse(I monitor the output of spacemouse and there
is nothing output).
Second, After I train the pushT policy with 100 episodes, I run the eval_real_robot.py.
something it works, but the motion is swing and idle.
Is this normal?
I guess it might have something to do with RTDEInterpolationController.
BTW, I use ur5e.
Thanks for this great work!
I got some problems when I depolyed it on real robot.
First, I use Spacemouse to collection demonstrations with
demo_real_robot.py.But the control is not smooth, and the robot is still moving even though I'm not moving the spacemouse(I monitor the output of spacemouse and there
is nothing output).
Second, After I train the pushT policy with 100 episodes, I run the
eval_real_robot.py.something it works, but the motion is swing and idle.
Is this normal?
I guess it might have something to do with
RTDEInterpolationController.BTW, I use ur5e.