lmc_listener.h
Go to the documentation of this file.
1 
7 #ifndef LMC_LISTENER_H
8 #define LMC_LISTENER_H
9 
10 #include "ros/ros.h"
11 #include "Leap.h"
12 
13 using namespace Leap;
14 
15 class LeapListener : public Listener
16 {
17  public:
18  LeapListener();
19  LeapListener(bool args[7]);
20  virtual void onConnect(const Controller&);
21  virtual void onInit(const Controller&);
22  virtual void onDisconnect(const Controller&);
23  virtual void onExit(const Controller&);
24  virtual void onFrame(const Controller&);
25 
27  std::string header_frame_id_;
28 
32 
37 };
38 
39 #endif /* LMC_LISTENER_H */
bool enable_gesture_swipe_
Definition: lmc_listener.h:34
bool enable_gesture_screen_tap_
Definition: lmc_listener.h:35
Definition: Leap.h:48
bool enable_frame_info_
Definition: lmc_listener.h:30
bool enable_hand_info_
Definition: lmc_listener.h:31
bool enable_gesture_circle_
Definition: lmc_listener.h:33
std::string header_frame_id_
Definition: lmc_listener.h:27
bool enable_controller_info_
Definition: lmc_listener.h:29
ros::Publisher ros_publisher
Definition: lmc_listener.h:26
bool enable_gesture_key_tap_
Definition: lmc_listener.h:36


leap_motion
Author(s): Florian Lier , Mirza Shah , Isaac IY Saito
autogenerated on Tue Jun 2 2020 03:58:01