添加一些测试备注
This commit is contained in:
@ -242,7 +242,7 @@ if __name__ == '__main__':
|
||||
# 首先在吸附位置处进行 设置零点位置
|
||||
set_zero_position()
|
||||
|
||||
reset_motor()
|
||||
reset_motor() # 待测试
|
||||
|
||||
set_dm_motor_speed(30)
|
||||
set_drop_position(282.6)
|
||||
@ -250,5 +250,7 @@ if __name__ == '__main__':
|
||||
|
||||
# 起始位置:吸附位置
|
||||
move_to_drop_position()
|
||||
time.sleep(5) # 电机运动需要的时间
|
||||
move_to_ori_position()
|
||||
time.sleep(5) # 电机运动需要的时间
|
||||
|
||||
|
||||
Reference in New Issue
Block a user