Skip to content

Add Zaber#58

Merged
MGross21 merged 4 commits intomainfrom
zaber
Mar 1, 2026
Merged

Add Zaber#58
MGross21 merged 4 commits intomainfrom
zaber

Conversation

@MGross21
Copy link
Owner

@MGross21 MGross21 commented Mar 1, 2026

This pull request introduces support for Zaber linear actuators to the project, including a new Zaber robot implementation, documentation, and the necessary dependency. It also provides guidance for adding new robots and improves the project’s template structure for future integrations.

New Zaber robot integration:

  • Added a new Zaber class in armctl/zaber/zaber.py implementing the standard robot interface using the official Zaber Motion library, supporting connection management, joint and cartesian movement, state queries, and homing for multi-axis linear actuators.
  • Registered the Zaber robot in the package’s __init__.py and __all__, enabling its use as part of the public API. [1] [2] [3]
  • Added Zaber-specific documentation and resource links in armctl/zaber/README.md.
  • Added the zaber-motion dependency to pyproject.toml to support the new robot integration.

Improvements for robot development and documentation:

  • Added agent.md with clear instructions and conventions for adding new robots, including implementation steps, key decisions, and documentation practices.
  • Added a blank robot template README at armctl/_blank/README.md to guide future robot integrations and documentation.

@MGross21 MGross21 merged commit 5e239c5 into main Mar 1, 2026
11 checks passed
@MGross21 MGross21 deleted the zaber branch March 1, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant