趣味で作ってるロボット用ソフトウェア
 All Classes Files Functions Enumerations Enumerator Friends Pages
robot_utils.h
Go to the documentation of this file.
1 #ifndef HRK_ROBOT_UTILS_H
2 #define HRK_ROBOT_UTILS_H
3 
9 namespace hrk
10 {
11  class Run_driver;
12 
13  void wait_stable(Run_driver& robot,
14  double interval_wait, double timeout = -1.0);
15 }
16 
17 #endif