Main Page
Namespaces
Classes
Files
File List
src
kobuki_testsuite
__init__.py
Go to the documentation of this file.
1
#!/usr/bin/env python
2
#
3
# License: BSD
4
# https://raw.github.com/yujinrobot/kobuki/hydro-devel/kobuki_testsuite/LICENSE
5
#
6
##############################################################################
7
# Imports
8
##############################################################################
9
10
from
.motion_wander
import
SafeWandering
11
from
.motion_travel_forward
import
TravelForward
12
from
.motion_rotate
import
Rotate
13
from
.motion_square
import
Square
14
from
.drift_estimation
import
ScanToAngle, DriftEstimation
15
from
.angular_accelerate
import
AngularAccelerateTest
16
from
.linear_accelerate
import
LinearAccelerateTest
17
18
# depracating
19
from
.rotate
import
RotateTest
kobuki_testsuite
Author(s): Jorge Santos Simon
autogenerated on Mon Jun 10 2019 13:45:22