Project

General

Profile

Wiki » History » Version 7

François Félix Ingrand, 2018-01-23 16:12

1 3 François Félix Ingrand
h1. LAAS Code (GenoM3) for the OSMOSIS show case.
2 1 François Félix Ingrand
3 7 François Félix Ingrand
This project contains all the GenoM3 components needed for the OSMOSIS case study. It can be used with ROS middleweight, with the simulation and the real robot. If you want to run all the components in 
4 3 François Félix Ingrand
5
h2. Robot setup
6
7
Below is a drawing from the Wiki (the components with bold name are available as sub-projects).
8
9
The status of the various component:
10 6 François Félix Ingrand
* IMUDriver-genom3: complete and compiles, not tested on the real IMU.
11
* LaserDriver-genom3: tested with an Hokuyo UTM-30LX at LAAS.
12
* PotentialField-genom3: complete and compiles, tested with the simulator (see below).
13
* SafetyPilot-genom3: complete and compiles,  tested with the simulator (see below).
14
* Teleop-genom3: complete and compiles, not tested (not needed in simualtion, not mandatory in the real robot).
15 7 François Félix Ingrand
* RobotDriver-genom3: we do not have the source to port this component, so for now it is a proxy to get the /odom topic, and provides the /summit_xl_control/cmd_vel topic to the real controller. This module only makes sense when using PocoLibs as it will "translate" topics from ROS to GenoM3 ports. Otherwise, in simulation, with 
16 6 François Félix Ingrand
* GPSDriver-genom3:  complete and compiles, tested with the simulator (see below).
17
* Localization-genom3: this component is basically "pom-genom3":https://git.openrobots.org/projects/pom-genom3?jump=welcome . In simulation, it will grab the IMU, GPS and Odometry  topics, translate them in ht pose-estimator format used by pom-genom3 and then pom will produce the pose which can be used directly or thru the Localisation pose port.
18 7 François Félix Ingrand
* Navigation-genom3: complete and compiles,  tested with the simulator (see below.
19 3 François Félix Ingrand
20 1 François Félix Ingrand
!OSMOSIS.png!
21 3 François Félix Ingrand
22
h2. Simulation setup
23
24 4 François Félix Ingrand
There is also a simulation setup which can be used. It has less functional modules (as some of them are handled by the Gazebo simulator). All the ports shared with the simulator (IMU, LaserScan, Odometry, Cmd) are ROS topics and are properly defined in IDL as to correspond to their ROS counterpart. 
25 3 François Félix Ingrand
26
27
!simu.png!