NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <config_reader/config_reader.h>
#include <depth_odometry/depth_odometry_params.h>
#include <depth_odometry/depth_odometry_wrapper_params.h>
#include <depth_odometry/point_to_plane_icp_depth_odometry_params.h>
#include <depth_odometry/image_features_with_known_correspondences_aligner_depth_odometry_params.h>
Go to the source code of this file.
Namespaces | |
depth_odometry | |
Functions | |
void | depth_odometry::LoadDepthOdometryParams (config_reader::ConfigReader &config, DepthOdometryParams ¶ms) |
void | depth_odometry::LoadDepthOdometryWrapperParams (config_reader::ConfigReader &config, DepthOdometryWrapperParams ¶ms) |
void | depth_odometry::LoadPointToPlaneICPDepthOdometryParams (config_reader::ConfigReader &config, PointToPlaneICPDepthOdometryParams ¶ms) |
void | depth_odometry::LoadImageFeaturesWithKnownCorrespondencesAlignerDepthOdometryParams (config_reader::ConfigReader &config, ImageFeaturesWithKnownCorrespondencesAlignerDepthOdometryParams ¶ms) |