update selectSide() algorithm, fix plot.m

This commit is contained in:
Erick
2022-01-31 22:49:31 +01:00
parent 7b4ac57b94
commit 77162b3c3a
4 changed files with 28 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
selectSide('front');
%selectSide('rear');
% left and right data are identical
% this piece of code works regardless of car side
camber = fplot(CamberLeft)
toe = fplot(ToeLeft)
caster = fplot(CasterLeft)
kpi = fplot(KingpinLeft)
AntiDiveLeft =
ackermann