From 8045edac8713eacc378c4517ca378a2024040d4c Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Mon, 10 Jun 2024 21:18:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=91=20Updates=20internal=20kinematics?= =?UTF-8?q?=20params?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/lib/kinematic.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/src/lib/kinematic.ts b/app/src/lib/kinematic.ts index 0d3f7af..5ee34cf 100644 --- a/app/src/lib/kinematic.ts +++ b/app/src/lib/kinematic.ts @@ -50,13 +50,13 @@ export default class Kinematic { Ix: number[][]; constructor() { - this.l1 = 50; - this.l2 = 20; - this.l3 = 120; - this.l4 = 155; + this.l1 = 60.5; + this.l2 = 10; + this.l3 = 100.7; + this.l4 = 118.5; - this.L = 140; - this.W = 75; + this.L = 207.5; + this.W = 78; this.point_lf = [ [this.cHp, 0, this.sHp, this.L / 2],