C# Class MaCRo.Core.KalmanFilter

ファイルを表示 Open project: AlexAlbala/MaCRo

Public Methods

Method Description
KalmanFilter ( ) : System
Run ( int distance, double angle ) : void

Method Details

KalmanFilter() public method

public KalmanFilter ( ) : System
return System

Run() public method

public Run ( int distance, double angle ) : void
distance int
angle double
return void