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_msgs/CameraRegistration.h>
#include <ff_msgs/VisualLandmarks.h>
#include <ff_msgs/DepthLandmarks.h>
#include <ff_msgs/SetBool.h>
#include <ff_msgs/EkfState.h>
#include <functional>
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
struct | localization_manager::Pipeline |
Namespaces | |
localization_manager | |
Typedefs | |
typedef std::function< void(PipelineError)> | localization_manager::PipelineCallbackType |
typedef std::map< std::string, Pipeline > | localization_manager::PipelineMap |