franka_ros2
ROS 2 Franka robot interfaces.
This module defines ROS 2-backed interfaces for Franka robots. It provides support for joint-trajectory control, Cartesian impedance control, wrench feedback, load configuration, and TCP updates for real or simulated systems.
- class robotblockset.ros2.franka_ros2.fr3(name: str = 'fr3', ns: str = '', control_strategy: str = 'CartesianImpedance', SIM: bool = False)[source]
Bases:
robot_ros2,fr3_specInitialize the ROS 2 Franka FR3 robot wrapper.
- __init__(name: str = 'fr3', ns: str = '', control_strategy: str = 'CartesianImpedance', SIM: bool = False) None[source]
Initialize the ROS 2 Franka FR3 robot wrapper.
Classes
|
Initialize the ROS 2 Franka FR3 robot wrapper. |