Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 516 Bytes

File metadata and controls

28 lines (19 loc) · 516 Bytes

Franka Control Proxy

This project is a C++-based server for controlling Franka Emika robots.


🛠 Installation & Setup

Ensure your environment is configured correctly by following these steps:

1. Environment Activation

conda activate franka_control_proxy
  1. Install Dependencies Run the following commands to install the required physics and visualization libraries:
  • Pinocchio (v2.5.2):
conda install pinocchio==2.5.2
  • GLFW3:
sudo apt install libglfw3-dev