C# Класс CSharpRoboticsLib.ControlSystems.ProfileFollower

An IMotionController designed to follow a MotionProfile
Наследование: IMotionController
Показать файл Открыть проект

Открытые методы

Метод Описание
Get ( double input ) : double

Gets the motor power, using the input for the correction sensor.

ProfileFollower ( MotionProfile profile, double kv, double ka ) : System.Diagnostics

Creates a ProfileFollower to follow the specified profile.

ProfileFollower ( MotionProfile profile, double kv, double ka, IMotionController correction ) : System.Diagnostics

Creates a new ProfileFollower to follow the specified profile with an IMotionController for position correction

Описание методов

Get() публичный Метод

Gets the motor power, using the input for the correction sensor.
public Get ( double input ) : double
input double
Результат double

ProfileFollower() публичный Метод

Creates a ProfileFollower to follow the specified profile.
public ProfileFollower ( MotionProfile profile, double kv, double ka ) : System.Diagnostics
profile MotionProfile
kv double
ka double
Результат System.Diagnostics

ProfileFollower() публичный Метод

Creates a new ProfileFollower to follow the specified profile with an IMotionController for position correction
public ProfileFollower ( MotionProfile profile, double kv, double ka, IMotionController correction ) : System.Diagnostics
profile MotionProfile
kv double
ka double
correction IMotionController
Результат System.Diagnostics