grid_initialisation.hpp
Go to the documentation of this file.
1 
18 #pragma once
19 
21 
22 
23 namespace directSearchWS {
24 
26 
27 private:
28  std::string gridFilePath;
29 
31 
32  double clearVision;
33 
34 
35  double getYaw(const geometry_msgs::Point &pointA, const geometry_msgs::Point &pointB) const;
36  void initPTUPoses();
37 
38 public:
39  GridInitialisation(std::string gridFilePath);
40  virtual ~GridInitialisation();
41 
42  bool initHandler();
43  bool resetHandler();
44 
45 };
46 
47 }
48 
49 
GridInitialisation(std::string gridFilePath)
double getYaw(const geometry_msgs::Point &pointA, const geometry_msgs::Point &pointB) const


asr_direct_search_manager
Author(s): Borella Jocelyn, Karrenbauer Oliver, Meißner Pascal
autogenerated on Wed Jan 8 2020 03:15:41