Display all the detected boards and all the cameras in a single 3D coordinates system. More...
#include <opencv2/core/core.hpp>
#include <aruco/aruco.h>
#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <visualization_msgs/Marker.h>
Go to the source code of this file.
Classes | |
class | ArSysViewer |
struct | board_t |
struct | camera_t |
struct | relative_board_t |
Defines | |
#define | VISUAL_MARKER_SIZE 0.08 |
Enumerations | |
enum | position_t { FIXED, RELATIVE, FLOATING, POSITION_NR_ITEMS } |
Functions | |
int | main (int argc, char **argv) |
Display all the detected boards and all the cameras in a single 3D coordinates system.
Definition in file system_viewer.cpp.
#define VISUAL_MARKER_SIZE 0.08 |
Definition at line 16 of file system_viewer.cpp.
enum position_t |
Definition at line 18 of file system_viewer.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 310 of file system_viewer.cpp.