![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
Field of view (fov), radial (rad), and radial tangential (radtan) distortion models are provided along with an identity distortion model. These are use for example as template parameters for image projection functions in the camera utilities files. The models are templated on the value type (i.e. double, jet) to allow their usage with Ceres-based optimization packages.
Brisk, surf, and lucas kanade optical flow feature detector and matchers are provided and inherit the base FeatureDetectorAndMatcher class so they can be used polymorphically by other classes and functions.
The utilities files provide helper functions for the distortion models and templated implementations based on the distortion type of image space projections, ransac pnp, and a reprojection pose estimate function that utilities ransac pnp to find an initial pose estimate for a set of 3d and corresponding image points before performing nonliner optimization to refine this pose estimate.
The FeatureTracker maintains feature tracks for image based measurements. Feature tracks can be queried using feature ids or by returning the N longest feature tracks. The feature tracker also slides the window for feature tracks to remove old measurements if necessary.