|
phins_ixsea
|
Driver for the IXSEA inertial navigation system PHINS The PHINS provides position and attitude data in either the device frame or the worldframe. More...
#include <Driver.hpp>
Public Member Functions | |
| Driver (Protocol protocol=PhinsStandard) | |
| virtual | ~Driver () |
| void | setParser (Protocol protocol) |
| void | read () |
| bool | hasUpdate (uint32_t flags, bool reset=false) |
| const base::samples::RigidBodyState & | utmPose () const |
| const base::samples::RigidBodyState & | geoPose () const |
| base::samples::RigidBodyState | relativePose (const base::Position origin) const |
| PhinsStatus | phinsStatus () const |
| PhinsExtStatus | phinsExtStatus () const |
| NavigationMode | navigationMode () const |
Driver for the IXSEA inertial navigation system PHINS The PHINS provides position and attitude data in either the device frame or the worldframe.
So far two protocols are implemented
There are no binary protocols with UTM position available
| Driver::Driver | ( | Protocol | protocol = PhinsStandard | ) |
|
virtual |
| const base::samples::RigidBodyState & Driver::geoPose | ( | ) | const |
| bool Driver::hasUpdate | ( | uint32_t | flags, |
| bool | reset = false |
||
| ) |
| NavigationMode Driver::navigationMode | ( | ) | const |
| PhinsExtStatus Driver::phinsExtStatus | ( | ) | const |
| PhinsStatus Driver::phinsStatus | ( | ) | const |
| void Driver::read | ( | ) |
| base::samples::RigidBodyState Driver::relativePose | ( | const base::Position | origin | ) | const |
| void Driver::setParser | ( | Protocol | protocol | ) |
| const base::samples::RigidBodyState & Driver::utmPose | ( | ) | const |
1.8.13