dimensionalOS / dimensionalOS/dimos

Use capability protocols for hardware feature detection in coordinator

Open
#1,352 0 comments 0 reactions 1 assignee View on GitHub

@mustafab0 is already working on this.

Since Feb 23, 2026.

control FDE good trial issue
Dominant language
Python
Stars
4.5k
Forks
808
Avg merge
3d 5h
Merged PRs (30d)
233

Description

ideally want to automatically check things like this with protocols. So as we scale up to integrate with many robots that don't have an end effector we can do checks like this more systematically

Originally posted by @spomichter in #1277

Currently coordinator.py uses isinstance(hw, ConnectedTwistBase) to guard operations like gripper commands. As more hardware types are added, this pattern requires updating coordinator logic for each new type. Instead, define capability protocols (e.g. SupportsGripper, SupportsMobility) and check against those so hardware self-declares its capabilities.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.