From 4dfc92d32a02397276de6e0f8161fdd8a9ff37fa Mon Sep 17 00:00:00 2001 From: yuliang <398780299@qq.com> Date: Mon, 23 Jun 2025 13:50:25 +0800 Subject: [PATCH] =?UTF-8?q?cl2=20=E6=8E=A5=E5=85=A5amr=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/command-example/20020.json | 19 +++++++++++++++++++ src/modules/cl2/Cl2Entity.ts | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 doc/command-example/20020.json diff --git a/doc/command-example/20020.json b/doc/command-example/20020.json new file mode 100644 index 0000000..67ab6c9 --- /dev/null +++ b/doc/command-example/20020.json @@ -0,0 +1,19 @@ +{ + "content": { + "CreateMonoTime": 233701185, + "CreateTime": 1750638957541, + "CurDirection": 2, + "CurLogicX": 4, + "CurLogicY": 4, + "CurOrientation": -3.1375624383367926, + "CurX": 4, + "CurY": 4, + "MarkerType": 1, + "SendTime": 1750638957541, + "SeqNo": 233848, + "VehicleId": 34, + "X": 2652.477598132277, + "Y": 3944.4427159671854 + }, + "id": 20020 +} diff --git a/src/modules/cl2/Cl2Entity.ts b/src/modules/cl2/Cl2Entity.ts index 2cacec5..7dfac56 100644 --- a/src/modules/cl2/Cl2Entity.ts +++ b/src/modules/cl2/Cl2Entity.ts @@ -6,6 +6,9 @@ import { nextTick } from 'vue' import Cl23dObject, {type Cl2Task} from "@/modules/cl2/Cl23dObject"; /** * CL2 机械臂实体类 + * 0.4m/ss // a max 1.2m/s + * 90 = 3.5s cl2 + * 90 = 5s // cLX */ export default class Cl2Entity extends BaseEntity { constructor(viewport: Viewport, id: string) {