feat(ax-arm): add AX-series arm robot package

Add the lerobot_robot_ax_arm package with the AXArm robot,
its config, URDF joint mapping, an end-effector keyboard
teleop example, and packaging metadata.
This commit is contained in:
CarolinePascal
2026-07-08 12:22:00 +02:00
parent b23f952506
commit ec66ca42bb
7 changed files with 542 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "lerobot_robot_ax_arm"
version = "0.1.0"
description = "Third-party LeRobot robot: 4-DoF Dynamixel AX-series (Protocol 1.0) arm"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"lerobot[dynamixel]",
]
[tool.setuptools.packages.find]
include = ["lerobot_robot_ax_arm*"]
[tool.setuptools.package-data]
lerobot_robot_ax_arm = ["urdf/*.urdf"]