Spaces:
Running
Running
chore(roadmap): added node/cli
Browse files
examples/cyberpunk-standalone/src/components/roadmap-section.tsx
CHANGED
@@ -31,6 +31,11 @@ const roadmapItems: RoadmapItem[] = [
|
|
31 |
description: "Manual robot control with keyboard and slider inputs",
|
32 |
status: "completed",
|
33 |
},
|
|
|
|
|
|
|
|
|
|
|
34 |
{
|
35 |
title: "SO-100 leader arm",
|
36 |
description: "Leader arm teleoperation support for intuitive robot control",
|
|
|
31 |
description: "Manual robot control with keyboard and slider inputs",
|
32 |
status: "completed",
|
33 |
},
|
34 |
+
{
|
35 |
+
title: "node/cli",
|
36 |
+
description: "Node.js CLI tools for robot control and automation scripts",
|
37 |
+
status: "in_progress",
|
38 |
+
},
|
39 |
{
|
40 |
title: "SO-100 leader arm",
|
41 |
description: "Leader arm teleoperation support for intuitive robot control",
|