ROS version of the example named "simple" in the Aruco software package. More...
#include <iostream>
#include <aruco/aruco.h>
#include <aruco/cvdrawingutils.h>
#include <opencv2/core/core.hpp>
#include <ros/ros.h>
#include <image_transport/image_transport.h>
#include <cv_bridge/cv_bridge.h>
#include <sensor_msgs/image_encodings.h>
#include <aruco_ros/aruco_ros_utils.h>
#include <tf/transform_broadcaster.h>
#include <tf/transform_listener.h>
Go to the source code of this file.
Classes | |
class | ArucoSimple |
Functions | |
int | main (int argc, char **argv) |
ROS version of the example named "simple" in the Aruco software package.
Definition in file simple_single.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 266 of file simple_single.cpp.