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 
39 public:
40  typedef mobile_robot::DifferentialDriveKinematics Kinematics;
41 };
42 
43 } // namespace ecl
44 
45 #endif /* ECL_MOBILE_ROBOT_DIFFERENTIAL_DRIVE_HPP_ */
Kinematics equations for differential drive type bases.
#define ecl_mobile_robot_PUBLIC
Definition: macros.hpp:37
mobile_robot::DifferentialDriveKinematics Kinematics
Differential drive properties and algorithms.
Macros for ecl mobile robot.


ecl_mobile_robot
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:52