Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Rather than maintain X and P in the main function they are moved into
the body and state classes, respectively. This will become much more
important when features are added and the accounting becomes more
complicated.
|
|
|
|
|
|
The position and velocity covariances are rotated into the correct
frames: NED and FRD.
|
|
The coordinates are not working correctly. When I run integration on a
known dataset the body seems to turn in the opposite direction of
reality. It's probably best to change it to NED and FRD. Currenty it is
ENU and RFU.
|
|
|
|
Sensor inputs can be read in from stdin if compiled without USE_ROS.
Now "callback" functions can be written.
|