Package of controllers (cartesian impedance and computed torque) implemented within the ROS Control framework for the Franka Emika Panda robot.
Steps for installation:
-
Clone the
panda_controllers
package to your Catkin Workspace, e.g.~/catkin_ws
:cd ~/catkin_ws/src git clone https://github.com/CentroEPiaggio/panda_controllers.git
-
Compile the package using
catkin
:cd ~/catkin_ws catkin build
Since you are interested in using this controllers you need to install libfranka and franka_ros, availables at: franka_FCI
In the panda_controllers
package, there are two launch file related to the spawning of the cartesian and computed torque controller,cartesian_impedance_controller_softbots.launch
and computed_torque_controller.launch
, respectively.