NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ros/ros.h>
#include <ff_common/ff_names.h>
#include <config_reader/config_reader.h>
#include <dynamic_reconfigure/Reconfigure.h>
#include <dynamic_reconfigure/Config.h>
#include <dynamic_reconfigure/ConfigDescription.h>
#include <diagnostic_msgs/KeyValue.h>
#include <climits>
#include <cfloat>
#include <string>
#include <utility>
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
class | ff_util::ConfigServer |
Namespaces | |
ff_util | |
Typedefs | |
typedef boost::function< bool(dynamic_reconfigure::Config &request)> | ff_util::ConfigCallback |
Functions | |
template<> | |
bool | ff_util::ConfigServer::Get< std::string > (const std::string &name, std::string &value) |
template<> | |
bool | ff_util::ConfigServer::Set< std::string > (const std::string &name, const std::string &value) |
template<> | |
bool | ff_util::ConfigServer::Lim< std::string > (const std::string &name, const std::map< std::string, std::string > &vals) |