Spaces:
Running
Running
refactor(roadmap): added "releaseMotors"
Browse files
examples/cyberpunk-standalone/src/components/roadmap-section.tsx
CHANGED
@@ -15,6 +15,11 @@ const roadmapItems: RoadmapItem[] = [
|
|
15 |
description: "WebSerial-based robot detection and connection management",
|
16 |
status: "completed",
|
17 |
},
|
|
|
|
|
|
|
|
|
|
|
18 |
{
|
19 |
title: "calibrate",
|
20 |
description:
|
|
|
15 |
description: "WebSerial-based robot detection and connection management",
|
16 |
status: "completed",
|
17 |
},
|
18 |
+
{
|
19 |
+
title: "releaseMotors",
|
20 |
+
description: "Release motor torque for safe manual positioning and setup",
|
21 |
+
status: "completed",
|
22 |
+
},
|
23 |
{
|
24 |
title: "calibrate",
|
25 |
description:
|