From 4adc78553c8d48ff122506195fa33641134bd7b1 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 13 十二月 2025 18:55:14 +0800
Subject: [PATCH] 路径点不重复的控制算法测试通了,但是好像不如之前路径点重复的版本好。增加了蓝牙接口部分。准备移植外包的MQTT。
---
python/hitl/dashboard_state.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/python/hitl/dashboard_state.json b/python/hitl/dashboard_state.json
index 74c8514..dcbe21d 100644
--- a/python/hitl/dashboard_state.json
+++ b/python/hitl/dashboard_state.json
@@ -1,9 +1,9 @@
{
"pose": [
- 49.0,
- -43.0,
+ 3.0,
+ 0.0,
0.0,
0.0
],
- "origin": "$GNGGA,080112.000,3949.9120,N,11616.8544,E,4,44,0.42,47.500,M,-6.684,M,1.0,0409*5D"
+ "origin": "$GNGGA,080112.000,3949.90238860,N,11616.75692000,E,4,44,0.42,4,M,-6.684,M,1.0,0409*55"
}
\ No newline at end of file
--
Gitblit v1.10.0