havoc420ubuntu d89aca3b7a refactor(main.py, task_3.py, task_test.py): update task execution flow and enhance control logic
- Commented out run_task_3 in main.py to prevent execution during testing.
- Modified turn_degree function to set precision to True for improved control.
- Removed the unnecessary task_3/main copy.py file.
- Updated run_task_3 in task_3.py to improve gait file handling and control logic.
- Adjusted parameters for stability detection and added checks for descending phases.
- Updated task_test.py to focus on straight movement while commenting out previous commands.
2025-05-26 11:37:50 +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%