From 3c2021441490ae9b93f7a2ef0f379909b589edd9 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 13 十二月 2025 18:53:16 +0800
Subject: [PATCH] 应该是拍视频的版本,外包在此基础上加了MQTT部分。
---
STM32H743/FML/PythonLink.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/STM32H743/FML/PythonLink.h b/STM32H743/FML/PythonLink.h
index 2b42147..4a3a59c 100644
--- a/STM32H743/FML/PythonLink.h
+++ b/STM32H743/FML/PythonLink.h
@@ -177,7 +177,11 @@
HIDO_UINT16 _steering_pwm,
HIDO_UINT16 _throttle_pwm,
const HIDO_CHAR *_pcStage,
- HIDO_UINT32 _timestamp_ms);
+ HIDO_UINT32 _timestamp_ms,
+ const HIDO_FLOAT *_pos_enu,
+ HIDO_FLOAT _heading_deg,
+ HIDO_FLOAT _target_heading_deg,
+ const HIDO_FLOAT *_target_xy);
/**
* @brief ASCII 杈撳嚭锛氬Э鎬�/浣嶇疆/鐩爣鐐�
*/
--
Gitblit v1.10.0