|
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
Go to the documentation of this file.
18 #ifndef DEPTH_ODOMETRY_PARAMETER_READER_H_
19 #define DEPTH_ODOMETRY_PARAMETER_READER_H_
31 PointToPlaneICPDepthOdometryParams& params);
35 #endif // DEPTH_ODOMETRY_PARAMETER_READER_H_
Definition: depth_image_features_and_points.h:34
void LoadDepthOdometryWrapperParams(config_reader::ConfigReader &config, DepthOdometryWrapperParams ¶ms)
Definition: parameter_reader.cc:34
void LoadImageFeaturesWithKnownCorrespondencesAlignerDepthOdometryParams(config_reader::ConfigReader &config, ImageFeaturesWithKnownCorrespondencesAlignerDepthOdometryParams ¶ms)
Definition: parameter_reader.cc:80
void LoadPointToPlaneICPDepthOdometryParams(config_reader::ConfigReader &config, PointToPlaneICPDepthOdometryParams ¶ms)
Definition: parameter_reader.cc:51
Definition: config_reader.h:48
void LoadDepthOdometryParams(config_reader::ConfigReader &config, DepthOdometryParams ¶ms)
Definition: parameter_reader.cc:45