Cooperation Manipulation Control » History » Version 2
Kévin Desormeaux, 2021-06-15 12:01
1 | 1 | Kévin Desormeaux | h1. Cooperation Manipulation Control |
---|---|---|---|
2 | |||
3 | 2 | Kévin Desormeaux | h2. Franka_ros |
4 | |||
5 | !fci-architecture.png! |
||
6 | |||
7 | |||
8 | 1 | Kévin Desormeaux | To operate the pandas it is necessary to have real-time kernels on the machines running the control stacks. It is the case with the *kukarm* and *truyere* workstation. |
9 | 2 | Kévin Desormeaux | You should have ROS (melodic version ideally) installed. You will need to also to install *franka_ros* and *libfranka* . |
10 | 1 | Kévin Desormeaux | |
11 | <pre> |
||
12 | sudo apt-get install ros-melodic-franka-ros |
||
13 | sudo apt-get install ros-melodic-libfranka |
||
14 | </pre> |
||
15 | |||
16 | 2 | Kévin Desormeaux | You are strongly advised to read the franka documentation to begin with. See https://redmine.laas.fr/projects/dual_arm_exp/wiki/Franka_documentation_and_operating_the_Pandas and https://frankaemika.github.io/docs/franka_ros.html. |
17 | |||
18 | !ros-architecture.png! |
||
19 | |||
20 | Basically franka_ros is a collection of package integrating libfranka into ros_control. There is packages for hardware abstraction, to control the grippers, for robots description etc. |
||
21 | |||
22 | h2. CM2C |