differential_drive.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_MOBILE_ROBOT_DIFFERENTIAL_DRIVE_HPP_
13 #define ECL_MOBILE_ROBOT_DIFFERENTIAL_DRIVE_HPP_
14 
15 /*****************************************************************************
16 ** Includes
17 *****************************************************************************/
18 
20 #include "macros.hpp"
21 
22 /*****************************************************************************
23 ** Namespaces
24 *****************************************************************************/
25 
26 namespace ecl {
27 
28 /*****************************************************************************
29 ** Interface
30 *****************************************************************************/
31 
38 class ecl_mobile_robot_PUBLIC DifferentialDrive {
39 public:
40  typedef mobile_robot::DifferentialDriveKinematics Kinematics;
41 };
42 
43 } // namespace ecl
44 
45 #endif /* ECL_MOBILE_ROBOT_DIFFERENTIAL_DRIVE_HPP_ */
#define ecl_mobile_robot_PUBLIC


xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:37