趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
open_lidar_device.h
Go to the documentation of this file.
1 #ifndef HRK_OPEN_LIDAR_DEVICE_H
2 #define HRK_OPEN_LIDAR_DEVICE_H
3 
10 namespace hrk
11 {
12  class Lidar;
13 
14  hrk::Lidar* open_lidar_device(int argc, char *argv[]);
15 }
16 
17 #endif
Lidar インターフェース
Definition: Lidar.h:18