orca-robotics INTRODUCTION Overview Download and Install Documentation REPOSITORY Interfaces Drivers Libraries Utilities Software Map DEVELOPER Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
GpsAccess to a GPS device.
More... |
Classes | |
class | hydrointerfaces::Gps |
Abstract class for a GPS system. More... | |
class | hydrointerfaces::GpsFactory |
Helper class to instantiate drivers. More... |
INS stands for inertial navigation system; basically it works by measuring the acceleration and turnrate vectors with an IMU (inertial measurement unit) and (double) integrating those to yield position velocity and attitude (PVA). To compensate for unbounded (quadratic) error growth it is often combined with a global sensor, e.g. GPS. Such a combined system ideally yields a locally smooth, globally correct PVA solution.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)