1#ifndef __SIMPLELAUNCHCONTROLLER_H__
2#define __SIMPLELAUNCHCONTROLLER_H__
float launch_rate_target_
void calc_launch_algo(const VectornavData_s &vn_data) override
Increases speed target during launch linearly based off launch rate provided in the constructor.
TorqueControllerSimpleLaunch()
base constructor with default values: Default_Launch_Rate = 11.76, DEFAULT_LAUNCH_SPEED_TARGET = 1500...
TorqueControllerSimpleLaunch(float launch_rate, int16_t initial_speed_target)
this launch controller is based off of a specified launch rate and an initial speed target It will ra...
const int16_t DEFAULT_LAUNCH_SPEED_TARGET
const float DEFAULT_LAUNCH_RATE
const int16_t DEFAULT_LAUNCH_SPEED_TARGET