1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-24 23:21:29 +00:00

load cell integration

This commit is contained in:
2021-11-13 14:48:12 -07:00
parent c05bbb6845
commit 812f62f22a
4 changed files with 67 additions and 68 deletions

View File

@@ -44,6 +44,8 @@ struct Vehicle {
double stepDuration;
double time = 0.0;
double lc0, lc1, lc2, lc3;
};
void init_Vehicle(Vehicle &State) {