This project is a Python-based client for controlling Franka Emika robots. It provides a set of tools and interfaces to interact with the robot's functionalities.
To install the necessary dependencies, run:
pip install -r requirements.txt
To start using the Franka Control Client, you can run the following command:
python examples/leader_follower_robot.py
Contributions are welcome! Please follow the steps below for submitting pull requests.
- Fork this repository.
- Clone your fork, create a branch, make your changes in a single commit, and push it.
- Open a Pull Request against the
main
branch of this repository.
Note: Please include only one commit per Pull Request to ensure an easy review process. Thank you for your contribution!
This project is licensed under the MIT License. See the LICENSE file for more details.