deoxys_control
deoxys_control copied to clipboard
A modular, real-time controller library for Franka Emika Panda robots
Hi, thanks for the work of this amazing real-time library, I was trying to replay my eef delta command using OSC_POSE controller in franka panda and find out that the...
Hello, I am trying to install deoxys, but I ran into a segmentation fault. I am using a Dell laptop running Ubuntu 20 as my NUC with a 5.15 real-time...
Fixes the bug described here: https://github.com/UT-Austin-RPL/deoxys_control/issues/41 Solution is from @zhbihao
Hi, I'm trying to use the `CARTESIAN_VELOCITY` controller but am unable to send any commands, due to the `cartesian_motion_generator_joint_acceleration_discontinuity: true` error being thrown, even for very small actions. This error...
The gripper cannot be controlled by [gripper_control](https://github.com/UT-Austin-RPL/deoxys_control/blob/97396fd91324e9e961f061544e80a208889526ff/deoxys/deoxys/franka_interface/franka_interface.py#L488C1-L489C1) functions. However, `bin/gripper-interface config/charmander.yml` is OK!
Thanks for your work on franka and sharing. There are two questions may improve this repo: 1. How to increase the high level control frequence from 20 hz to higher,...
Hello, I have successfully installed Desktop and NUC on the same PC, but as a beginner, I don't understand how to set the IP and port number, especially in `charmander.yml`,...
Hi, `./bin/franka_interface configs/charmander.yaml` should be changed to `./bin/franka-interface config/charmander.yml` on this page: https://zhuyifengzju.github.io/deoxys_docs/html/tutorials/running_robots.html That's all. Thanks for the great library! - jeremy