This website requires JavaScript.
Explore
Help
Register
Sign In
Havoc420mac
/
mi-task
Watch
1
Star
0
Fork
0
You've already forked mi-task
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mi-task
/
utils
History
havoc420ubuntu
3b2fc33bf7
Refactor main execution flow by enabling task 2.5 with arrow direction detection and adjusting task 3 back execution. Update task 2.5 parameters for distance and speed, and modify task 5's horizontal line movement distance. Set observe flag to False in track detection functions for consistency.
2025-05-31 12:43:11 +00:00
..
bar-sky
优化黄色赛道检测演示程序,更新输入输出路径,替换边缘检测函数以提升准确性,并增强线段选择逻辑。
2025-05-25 19:43:31 +08:00
__init__.py
🎏
add readme
2025-05-13 22:32:03 +08:00
base_line_handler.py
vertical: step - 3
2025-05-31 13:03:35 +08:00
base_msg.py
删除当前图像文件,优化 main.py 中的恢复站立逻辑,新增 lie_down 和 stand_up 方法到 BaseMsg 类,更新 task_1.py 以使用新的移动和休息功能。
2025-05-17 11:27:39 +08:00
decode_arrow.py
✨
删除测试文件并更新箭头检测功能,增强可视化和调试信息输出。更新参数以支持观察模式和延迟展示,改进箭头方向检测算法。
2025-05-13 23:49:53 +08:00
detect_bar.py
优化黄色赛道检测演示程序,更新输入输出路径,替换边缘检测函数以提升准确性,并增强线段选择逻辑。
2025-05-25 19:43:31 +08:00
detect_dual_track_lines.py
Update centering functionality in dual track control by adding new parameters for detection height and interval. Adjust message life count handling and improve variable management in task execution. Refactor related functions for enhanced clarity and performance.
2025-05-31 09:46:46 +00:00
detect_furthest_intersection.py
Refactor main.py and task_4.py: Removed deprecated turn_degree_v2 call in main.py and updated task_4.py to utilize center_on_dual_tracks for improved navigation. Deleted test_center_on_tracks.py and test_offline_centering.py files to streamline the codebase. Enhanced dual track detection capabilities by integrating detect_furthest_horizontal_intersection in move_base_hori_line.py, allowing for more accurate alignment to horizontal lines.
2025-05-28 16:17:53 +00:00
detect_track.py
Refactor main execution flow by enabling task 2.5 with arrow direction detection and adjusting task 3 back execution. Update task 2.5 parameters for distance and speed, and modify task 5's horizontal line movement distance. Set observe flag to False in track detection functions for consistency.
2025-05-31 12:43:11 +00:00
gray_sky_analyzer.py
优化黄色赛道检测演示程序,更新输入输出路径,替换边缘检测函数以提升准确性,并增强线段选择逻辑。
2025-05-25 19:43:31 +08:00
image_raw.py
# 7
2025-05-15 15:27:06 +00:00
localization_lcmt.py
feat(robot): add odometry functionality and update control logic
2025-05-13 10:12:57 +00:00
log_helper.py
✨
删除 test_track_detection.py 文件,优化 go_straight、move_base_hori_line 和 turn_degree 函数中的日志记录,增强代码可读性和调试信息。更新 task_1 和 task_5 以使用新的日志记录功能,提升任务执行的可追踪性和信息反馈。
2025-05-17 12:34:02 +08:00
marker_client.py
test(task_1): adjust go_straight parameters and comment out angle correction
2025-05-22 04:27:22 +00:00
robot_control_cmd_lcmt.py
重构代码,删除不再使用的LCM类型定义文件,更新导入路径,添加图像处理功能到主程序和任务1中,并在适当位置调用图像处理器的销毁方法。
2025-05-12 00:05:54 +08:00
robot_control_response_lcmt.py
重构代码,删除不再使用的LCM类型定义文件,更新导入路径,添加图像处理功能到主程序和任务1中,并在适当位置调用图像处理器的销毁方法。
2025-05-12 00:05:54 +08:00
yellow_area_analyzer.py
Add go_until_yellow_area function to task_3.py for yellow area detection and control. Enhanced robot movement logic to stop upon detecting specified yellow area ratio, including temporary image handling and smooth stopping mechanism.
2025-05-28 07:02:58 +00:00