Skip to content

Commit

Permalink
Update frames.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fjacomme authored May 18, 2020
1 parent 78d2bc6 commit 71fb110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/frames.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ The frames are simple wrapper classes around the conversion functions, and keepi

This frames converts a geodetic *LLA* position to an *east-north-up* local position, relative to local tangent plane centered on the reference point.

See [frames/local_tangent.hpp](include/sico/frames/local_tangent.hpp).
See [frames/local_tangent.hpp](../include/sico/frames/local_tangent.hpp).

## mercator

This frames converts a geodetic *LLA* position to an *east-north-up* local position, relative to mercator projection centered on the reference longitude.

See [frames/mercator.hpp](include/sico/frames/mercator.hpp).
See [frames/mercator.hpp](../include/sico/frames/mercator.hpp).

## object

This frames converts a geodetic *LLA* position or an *east-north-up* to a local position, relative to the position and orientation of the object.

See [frames/object_local.hpp](include/sico/frames/object_local.hpp).
See [frames/object_local.hpp](../include/sico/frames/object_local.hpp).

## child object

This frames converts a local position to a local position, relative to the position and orientation of the parent object.

For example, to obtain the relative position of the wheel of a car, itself on a ferry boat.

See [frames/object_local.hpp](include/sico/frames/object_local.hpp).
See [frames/object_local.hpp](../include/sico/frames/object_local.hpp).

0 comments on commit 71fb110

Please sign in to comment.