Open zhengdae opened 2 years ago
Hi Yi, The above commit should fix the issue of applying forces to a body (end-effector) to move it for teleoperation purposes. You might want to take a look at this README to read more about what files and fields are required for setting up teleop control. Lastly, please refer to this issue for reading up on the issues and recommendations on teleoperating robots with articulated links.
Hi,
I was able to teleoperate the KUKA robot using the python GUI as demonstrated in the example. However, then I tried to replace KUKA with PSM.
I tried two methods:
world config: ./world/world.yaml
color config: ./color/colors.yaml
input devices config: ./input_devices/input_devices.yaml
multibody configs:
- "./blender-kuka-tip-sphere.yaml" #0
- "/home/ambf/ambf_models/descriptions/multi-bodies/robots/blender-psm.yaml"
However, the KUKA showed up again, even though I have commented out the KUKA yaml."
Could you please help me with it?
Best, Yi