🦾 Adds kinematics

This commit is contained in:
Rune Harlyk
2024-05-09 20:28:25 +02:00
committed by Rune Harlyk
parent c2d5195243
commit 0ae82776e1
9 changed files with 375 additions and 48 deletions
+2 -1
View File
@@ -68,7 +68,8 @@
};
const handleRange = (event:Event, key: 'speed' | 'height') => {
const value:number = event.detail
const value:number = event.target?.value
input.update((inputData) => {
inputData[key] = value;
return inputData;