Skip to content

Instantly share code, notes, and snippets.

View wijiler's full-sized avatar
:shipit:
Working on Wrengine & robotics

wij wijiler

:shipit:
Working on Wrengine & robotics
View GitHub Profile

State Space Model

This is a mathematic representation of a dynamic system as a linear equation. Although there is no perfectly linear system in the real world, they work well enough as approximations and make calculations much, much easier

$$ \bar{x} = (\text{position, velocity, ...}) $$

$$ \bar{u} = (\text{motor voltage})