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:
@@ -44,6 +44,8 @@ struct Vehicle {
|
||||
double stepDuration;
|
||||
|
||||
double time = 0.0;
|
||||
|
||||
double lc0, lc1, lc2, lc3;
|
||||
};
|
||||
|
||||
void init_Vehicle(Vehicle &State) {
|
||||
|
Reference in New Issue
Block a user