Allows for calibration of the ceiling cameras using AR markers. More...
#include <rail_ceiling/calibration.hpp>
#include <tf/transform_listener.h>
#include <sstream>
#include <fstream>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Allows for calibration of the ceiling cameras using AR markers.
The calibration node uses AR tags in a fixed world location to determine the location of the cameras. These locations are then printed to the terminal for use in a URDF. It is assumed the marker tags are published in the same frame as the camera.
Definition in file calibration.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Creates and runs the calibration node.
argc | argument count that is passed to ros::init |
argv | arguments that are passed to ros::init |
Definition at line 254 of file calibration.cpp.