S SmartDocs
系列: Robotaxi-OperatingSystem-Hardware-Interfaces python 6 行 · 更新於 2026-03-12

test.py

Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboOS/test/test.py

import requests

url = "http://127.0.0.1:5000/publish_task"

data = {"refresh": True, "task": "Navigate to P1, pick up apple"}
response = requests.post(url, json=data)

相關文章

Robotaxi-OperatingSystem-Hardware-Interfaces c 更新於 2026-02-03

alloc.c

alloc.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/alloc.c).

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces c 更新於 2026-02-03

hello.c

hello.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/hello.c).

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces c 更新於 2026-02-03

mlock_demo.c

mlock_demo.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/mlock_demo.c).

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces python 更新於 2026-03-12

debug_perf.py

debug_perf.py — python source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/debug_perf.py).

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces python 更新於 2026-03-12

inference.py

inference.py — python source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/inference.py).

閱讀文章 →
Robotaxi-OperatingSystem-Hardware-Interfaces bash 更新於 2026-03-12

startup.sh

startup.sh — bash source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/startup.sh).

閱讀文章 →