havoc420ubuntu 7b106c03dc refactor(task_3): update gait processing and enhance control logic
- Refactored gait processing in main.py to load parameters from Gait_Params_up.toml and publish user gait files.
- Improved control logic in task_3.py to monitor Z-axis speed and detect climbing phases.
- Added functionality for straight movement after task completion.
- Cleaned up commented-out code and ensured consistent message handling.
2025-05-26 06:11:09 +00:00
2025-05-22 05:27:13 +00:00
2025-05-18 08:25:14 +00:00

任务模块

top

  1. “装货 / qrcode”
  2. 曲线赛道
  3. 上下坡
    • 存在两种可能性
  4. 石板道
  5. 栅栏 / 栏杆

Task-1出生点 - 取货

alt text

从二维码取货完,然后走到弯道入口。

alt text

校准前方横线 & 距离距离

RGB 摄像机所在位置的确定: 主要是需要确定其高度。

Task-2弯道任务

过去,以及回来。两个方向都需要。

alt text alt text

Task-2.5:识别

根据箭头决定方向。

这里采取传统cv的基于凸包计算的算法。

Task-3上下坡

同样需要考虑两个方向。(正式计时各有一半的概率)

感觉两个坡度稍微有一点点区别。

alt text alt text

以及反方向。

Task-4石板路

alt text alt text

Task-5过栅栏

alt text

Task-5.5:走向卸货

从上一个赛道结束到 B 二维码。

Task-6卸货

也可能在另一边。 这里是感觉在走过去的过程中就能判断二维码。

alt text alt text

Description
No description provided
Readme 42 MiB
Languages
Python 96%
C++ 3%
CMake 0.9%