LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
Loading...
Searching...
No Matches
okapi::ControllerRunnerFactory< Input, Output > Class Template Reference

#include <controllerRunnerFactory.hpp>

Static Public Member Functions

static ControllerRunner< Input, Output > create (const std::shared_ptr< Logger > &ilogger=Logger::getDefaultLogger())
 A utility class that runs a closed-loop controller.
 

Detailed Description

template<typename Input, typename Output>
class okapi::ControllerRunnerFactory< Input, Output >

Definition at line 12 of file controllerRunnerFactory.hpp.

Member Function Documentation

◆ create()

template<typename Input , typename Output >
static ControllerRunner< Input, Output > okapi::ControllerRunnerFactory< Input, Output >::create ( const std::shared_ptr< Logger > &  ilogger = Logger::getDefaultLogger())
inlinestatic

A utility class that runs a closed-loop controller.

Parameters
iloggerThe logger this instance will log to.
Returns

Definition at line 21 of file controllerRunnerFactory.hpp.


The documentation for this class was generated from the following file: