Project

General

Profile

Conventions » History » Version 5

Simon Lacroix, 2018-04-02 14:00

1 1 Simon Lacroix
h1. Conventions
2
3
h2. Terminology
4
5
# A *pose* is the position of a given frame with respect to a reference frame. Whenever one writes or says the word "pose", one must say the "pose of which frame with respect to which frame".
6
# A *transform* is the 3D transformation from one frame to an other one. Whenever one writes or says the word "transform", one must say the "transform from which frame to which frame".
7
8
Note these two words are exactly the same concept, they denote the same data structure. They can be used indifferently, provided one use them according to the convention above.
9
10
h2. Definition of the various frames
11 2 Simon Lacroix
12 5 Simon Lacroix
 
13
14
Note: of course all Cartesian frames are right-handed (direct).
15
16
 
17
18
19
h3. Terrain related frames
20
21
* The *World Frame* (aka the *absolute frame*) is a frame attached to the considered terrain, which never moves. The convention is the East-North-Up (ENU): the x axis points eastwards, the y axis points northward, and the z axis points up. Its origin is located at the surface that models the considered planet shape (WGS84 currently on Earth, which is close to the mean sea level).
22
* The *Site Frame* is a fixed frame associated to an area in which the rover evolves. It follows the ENU convention, with an altitude reference local to the site (note that often the site frame and world frame are considered to be the same)
23
* The *Mission Frame* is a frame defined locally 
24
25
h3. Robot related frames
26
27 3 Simon Lacroix
* The *Robot Body Frame* (aka the *RBF*) is a frame attached to the robot body. Its origin is the center of the robot, at the ground level when the robot lies on a flat ground. Its x axis points forward, its y axis points leftward, and z axis points upward
28 5 Simon Lacroix
29 4 Simon Lacroix
* Sensor Frame
30
** Camera
31
** Stereovision
32 1 Simon Lacroix
** Lidar