RobotKit API
|
00001 // 00002 // RKSteeringWheelDriveAlgorithm.h 00003 // RobotKit 00004 // 00005 // Copyright 2010 Orbotix Inc. All rights reserved. 00006 // 00007 00008 #import <Foundation/Foundation.h> 00009 #import <RobotKit/RKDriveAlgorithm.h> 00010 00026 @interface RKSteeringWheelDriveAlgorithm : RKDriveAlgorithm { 00027 } 00028 00029 @end