趣味で作ってるロボット用ソフトウェア
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Files
Functions
Enumerations
Enumerator
Friends
Pages
lib
monitor
Differential_drive_model.h
Go to the documentation of this file.
1
#ifndef HRK_DIFFERENTIAL_DRIVE_MODEL_H
2
#define HRK_DIFFERENTIAL_DRIVE_MODEL_H
3
9
namespace
hrk
10
{
11
class
Differential_drive_model
12
{
13
public
:
14
virtual
~
Differential_drive_model
()
15
{
16
}
17
18
virtual
int
control_cycle_msec()
const
= 0;
19
virtual
void
set_velocity(
int
left_velocity,
int
right_velocity) = 0;
20
};
21
}
22
23
#endif
hrk::Differential_drive_model
Definition:
Differential_drive_model.h:11
Generated on Tue Oct 24 2017 04:56:04 for 趣味で作ってるロボット用ソフトウェア by
1.8.6