update 加入并行拍照,加入平滑

This commit is contained in:
FrankCV2048
2024-12-16 20:58:14 +08:00
parent 2c6539ef51
commit ef34f25020
5 changed files with 81 additions and 23 deletions

View File

@ -61,6 +61,7 @@ str_feed_start_error = '请先复位到原点'
str_feed_return_original_position_fail = '机械臂未按照实际路线点移动,未能寻找到适配路径点位'
str_feed_reset_no_line_error = '未定义的线段'
str_feed_angle_error = '角度差距过大,停止运行'
str_feed_reset_start = '开始复位'
str_sys_start = '进入系统'
str_sys_exit = '退出系统'
str_sys_switch_tool = '切换到工具坐标'