names.h
Go to the documentation of this file.
1 #ifndef __VISP_AUTO_TRACKER_NAMES_H__
2 # define __VISP_AUTO_TRACKER_NAMES_H__
3 # include <string>
4 
5 namespace visp_auto_tracker
6 {
7  extern std::string camera_info_topic;
8  extern std::string image_topic;
9  extern std::string moving_edge_sites_topic;
10  extern std::string klt_points_topic;
11  extern std::string status_topic;
12 
13  extern std::string object_position_topic;
14  extern std::string object_position_covariance_topic;
15  extern std::string code_message_topic;
16  extern std::string init_service;
17 
18  extern std::string tracker_config_file;
19 }
20 
21 #endif
std::string klt_points_topic
std::string object_position_covariance_topic
std::string camera_info_topic
std::string status_topic
std::string code_message_topic
std::string tracker_config_file
std::string object_position_topic
std::string image_topic
std::string moving_edge_sites_topic
std::string init_service


visp_auto_tracker
Author(s): Filip Novotny
autogenerated on Sat Mar 13 2021 03:20:08