havoc420ubuntu e9ff362b01 refactor(main, base_move, task_1): update task execution and enhance track detection
- Uncomment run_task_1 in main.py to enable task execution.
- Comment out run_task_test in main.py to prevent test execution.
- Introduce turn_degree_twice function in turn_degree.py for improved rotation control.
- Update task_1.py to utilize turn_degree_twice and adjust movement parameters for better task execution.
- Modify detect_func_version in task_2_5.py to use the latest detection algorithm.
- Add detect_horizontal_track_edge_v3 function in detect_track.py for enhanced edge detection capabilities.
2025-05-26 09:34:32 +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%