marker_creator.h
Go to the documentation of this file.
1 
18 #ifndef MARKER_CREATOR_H
19 #define MARKER_CREATOR_H
20 
21 #include "aruco/aruco.h"
22 #include <ros/ros.h>
23 
24 
25 namespace aruco_marker_recognition {
26 
28 const static std::string NODE_NAME("marker_creator");
29 
31 const static std::string PACKAGE_NAME("asr_aruco_marker_recognition");
32 
37 
38 private:
39 
42 
44  std::vector<int> marker_ids_;
45 
48 
50  std::string output_rel_path_;
51 
52 public:
53 
57  MarkerCreator();
58 
62  void createMarkers();
63 
64 };
65 
66 }
67 
68 #endif
69 
70 
71 
static const std::string NODE_NAME("asr_aruco_marker_recognition")
void createMarkers()
Creates the markers with the parameters set in this class&#39; members.
This class is used to create marker images which can be recognized with this package.
MarkerCreator()
The constructor of this class.
static const std::string PACKAGE_NAME("asr_aruco_marker_recognition")


asr_aruco_marker_recognition
Author(s): Allgeyer Tobias, Meißner Pascal, Qattan Mohamad
autogenerated on Mon Jun 10 2019 12:40:21