![]() |
NASA Astrobee Robot Software
Astrobee Version:
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ff_common/init.h>
#include <config_reader/config_reader.h>
#include <geometry_msgs/PoseStamped.h>
#include <marker_tracking/arxmlio.h>
#include <msg_conversions/msg_conversions.h>
#include <ff_common/ff_names.h>
#include <opencv2/imgproc.hpp>
#include <ar_track_alvar/Camera.h>
#include <ar_track_alvar/MarkerDetector.h>
#include <Eigen/Geometry>
#include <cv_bridge/cv_bridge.h>
#include <image_transport/image_transport.h>
#include <opencv2/calib3d.hpp>
#include <ros/package.h>
#include <ros/ros.h>
#include <sensor_msgs/image_encodings.h>
Classes | |
class | RosMarkerTrackingAdaptor |
Macros | |
#define | CV__ENABLE_C_API_CTORS |
Functions | |
int | main (int argc, char *argv[]) |
#define CV__ENABLE_C_API_CTORS |
int main | ( | int | argc, |
char * | argv[] | ||
) |