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 <imu_integration/imu_filter_params.h>
#include <imu_integration/imu_integrator_params.h>
#include <string>
Go to the source code of this file.
Namespaces | |
parameter_reader | |
Functions | |
void | parameter_reader::LoadImuFilterParams (config_reader::ConfigReader &config, imu_integration::ImuFilterParams ¶ms, const std::string &prefix="") |
void | parameter_reader::LoadImuIntegratorParams (config_reader::ConfigReader &config, imu_integration::ImuIntegratorParams ¶ms, const std::string &prefix="") |