速度调节
This commit is contained in:
@@ -1254,6 +1254,8 @@ def api_mission_start():
|
||||
"qr_scan": bool(data.get("qr_scan", True)),
|
||||
"front_photo": bool(data.get("front_photo", True)),
|
||||
"back_photo": bool(data.get("back_photo", True)),
|
||||
"agv_speed": float(data.get("agv_speed", 0.5)),
|
||||
"arm_speed": int(data.get("arm_speed", 500)),
|
||||
}
|
||||
print(f"[Mission] options: {options}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user