Overview of pylibfranka features
mainpylibfranka is a Python library designed for high-level access to Franka Robotics robots. It is optimized for real-time control and seamless integration with the scientific Python ecosystem.
Key Capabilities
- Real-time Control: Supports sending torque, position, and velocity commands at a 1 kHz frequency.
- Control Modes: Provides multiple modes including Joint/Cartesian position, velocity, and torque control.
- Robot State Access: Allows reading comprehensive robot state information, such as joint positions, velocities, and torques.
- Dynamics Model: Includes tools to compute forward/inverse kinematics, mass matrix, Coriolis, and gravity.
- Gripper Control: Provides full control capabilities for the Franka Hand gripper.
- NumPy Integration: All data arrays are returned as NumPy arrays, facilitating easy use with other Python scientific libraries.