NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ros/ros.h>
#include <nodelet/nodelet.h>
#include <pluginlib/class_list_macros.h>
#include <ff_common/ff_names.h>
#include <ff_util/ff_nodelet.h>
#include <config_reader/config_reader.h>
#include <royale/CameraManager.hpp>
#include <royale/LensParameters.hpp>
#include <royale/Status.hpp>
#include <sensor_msgs/Image.h>
#include <sensor_msgs/image_encodings.h>
#include <sensor_msgs/PointCloud2.h>
#include <ff_msgs/PicoflexxIntermediateData.h>
#include <cstddef>
#include <string>
Classes | |
class | pico_driver::PicoDriver |
class | pico_driver::PicoDriverL1 |
class | pico_driver::PicoDriverL2 |
class | pico_driver::PicoFactory |
class | pico_driver::PicoDriverNodelet |
Namespaces | |
pico_driver | |
Typedefs | |
typedef std::pair< uint32_t, uint32_t > | pico_driver::PFIndex |
typedef std::map< std::string, std::shared_ptr< PicoDriver > > | pico_driver::PicoDeviceList |
Functions | |
pico_driver::PLUGINLIB_EXPORT_CLASS (pico_driver::PicoDriverNodelet, nodelet::Nodelet) | |