From 5cfeac8ba54dce05804d078822f74900c6a0a04a Mon Sep 17 00:00:00 2001 From: DsThakurRawat Date: Fri, 15 May 2026 00:41:53 +0530 Subject: [PATCH] docs: add quadcopter to README quickstart --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1ec308..a3ec961 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,10 @@ reflex models list # Smoke test — probe hardware → resolve model → pull → export → serve reflex go --model smolvla-base -# Now make it real with per-robot normalization (ships with franka, so100, ur5) +# Now make it real with per-robot normalization (ships with franka, so100, ur5, quadcopter) reflex go --model smolvla-base --embodiment franka +# Or for a drone: +reflex go --model smolvla-base --embodiment quadcopter # Or with explicit hardware override reflex go --model pi05-libero --embodiment franka --device-class a10g