PTUControllerClient.h
Go to the documentation of this file.
1 #ifndef PTUCONTROLLERCLIENT_H
2 #define PTUCONTROLLERCLIENT_H
3 #include <ros/ros.h>
6 #include <asr_flir_ptu_controller/PTUMovementAction.h>
7 #include <boost/thread.hpp>
9  public:
10  PTUControllerClient(std::string name);
11  void sendJoint(double pan, double tilt, bool wait);
12  void checkValidation(double maxPan, double minPan, double maxTilt, double minTilt);
13  actionlib::SimpleClientGoalState testFunction(double pan, double tilt);
15 
16  private:
17  asr_flir_ptu_controller::PTUMovementGoal goal;
18 };
19 #endif // PTUCONTROLLERCLIENT_H
void checkValidation(double maxPan, double minPan, double maxTilt, double minTilt)
asr_flir_ptu_controller::PTUMovementGoal goal
void sendJoint(double pan, double tilt, bool wait)
actionlib::SimpleClientGoalState testFunction(double pan, double tilt)
actionlib::SimpleActionClient< asr_flir_ptu_controller::PTUMovementAction > actionClient
PTUControllerClient(std::string name)


asr_flir_ptu_controller
Author(s): Ralph Schleicher, Patrick Schlosser
autogenerated on Sun Nov 24 2019 03:28:47