PER Firmware
Loading...
Searching...
No Matches
control_loop.h File Reference

Main torque vectoring control loop. More...

#include <stdint.h>
Include dependency graph for control_loop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void control_init (void)
 
void control_loop (void)
 

Variables

static constexpr uint32_t CONTROL_LOOP_PERIOD_MS = 10
 

Detailed Description

Main torque vectoring control loop.

Author
Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)
Trevor Koessler (tkoes.nosp@m.sle@.nosp@m.purdu.nosp@m.e.ed.nosp@m.u)

Function Documentation

◆ control_init()

void control_init ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ control_loop()

void control_loop ( void )
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ CONTROL_LOOP_PERIOD_MS

uint32_t CONTROL_LOOP_PERIOD_MS = 10
staticconstexpr