Project

General

Profile

Wiki » History » Version 11

Kévin Desormeaux, 2021-06-07 10:52

1 8 Kévin Desormeaux
h1. Cooperative Manipulation (CM) wiki for dual pandas
2 1 Kévin Desormeaux
3 9 Kévin Desormeaux
This package was originally developed for the PRO-ACT project where the objective was to develop solutions for Cooperative Manipulation.
4 5 Kévin Desormeaux
Originally the idea was for two mobile manipulators to co-manipulate an object. 
5
6
!pro_act_1.jpg!
7 7 Kévin Desormeaux
8 1 Kévin Desormeaux
However due to the COVID situation the objectives of the project were lowered, and instead of using the two mobile manipulators of the pictures above, it was decided to implement it with the two fixed robotic arms present at LAAS, the pandas.
9 11 Kévin Desormeaux
The Cooperative Manipulation task can be split in two: Planning & Control. 
10
The planning software stack was implemented by reusing the work achieved in the dual-arm-worker project, another LAAS project.
11
The control part was made from scratch and followed the ROS Control template for the implementation. 
12
You might encounter the following abbreviations: CM2P & CM2P, MP2. CM2P and CM2C denotes respectively the planning and control parts of the project. 
13
In parallel of the PRO-ACT project, we initially had the MP2 project, a project intern to LAAS. The objective was to implement the solutions developed for PRO-ACT at LAAS (with the panda robots and the mobile robots Manna & Minnie) and not loose this work. However due to the COVID pandemic and the impossibility to travel, the PRO-ACT and MP2 projects more or less merged as all the implementations were made at LAAS. 
14
15 1 Kévin Desormeaux
16 5 Kévin Desormeaux
In this wiki you can find:
17
# A user manual to operate the panda arms for the first time
18 8 Kévin Desormeaux
# Documentation regarding the software implementation for the Cooperative Manipulation
19 5 Kévin Desormeaux
# Various resources (videos, etc)
20 3 Kévin Desormeaux
21 1 Kévin Desormeaux
h2. Table of Contents
22 2 Kévin Desormeaux
23 4 Kévin Desormeaux
# [[Modules description and installation]]
24 3 Kévin Desormeaux
# [[Cooperative Manipulation Planning]]
25
# [[Cooperation Manipulation Control]]