Skip to main content

Seeed reBot Arm B601 Follower Integration with LeRobot

This repository provides the Follower Arm (Robot) integration for the reBot Arm B601 with the LeRobot framework. It enables the B601 arm to be used as a follower robot in teleoperation and data collection workflows.

Supported Hardware

  • Robot: Seeed reBot Arm B601 Series (6-DOF + Gripper)
  • Motors: Damiao (DM4340 + DM4310), RobStride
  • Communication: CAN bus via USB-CAN adapter, including SocketCAN-compatible adapters and Damiao's USB2CAN adapter

Installation

  1. Install LeRobot: Follow the instructions in the LeRobot repository to install the base library. A very quick summary is shown below.

    conda create -y -n lerobot python=3.12
    conda activate lerobot
    conda install ffmpeg -c conda-forge
    git clone https://github.com/huggingface/lerobot.git
    cd lerobot
    pip install -e .
    
  2. Install the motorbridge Python package:

    pip install motorbridge
    
  3. Install this package: Clone this repository and install it in editable mode:

    git clone https://github.com/Seeed-Projects/lerobot-robot-seeed-b601.git
    cd lerobot-robot-seeed-b601
    pip install -e .
    

    Or install from PyPI:

    pip install lerobot-robot-seeed-b601
    

    Upon installation, two robot variants are registered:

    • seeed_b601_dm_follower: B601 follower using Damiao motors - Primary supported path
    • seeed_b601_rs_follower: B601 follower using RobStride motors - Registered, still being refined
    # Verify that the follower configs are visible to LeRobot
    lerobot-teleoperate --help | grep SeeedB601
    
    # Expected output includes
    SeeedB601DMFollowerConfig ['robot']:
    SeeedB601RSFollowerConfig ['robot']:
    

Configuration

Default motor mapping for the B601 follower:

  • shoulder_pan: master ID 0x01, feedback ID 0x11, motor model dm4340p

  • shoulder_lift: master ID 0x02, feedback ID 0x12, motor model dm4340p

  • elbow_flex: master ID 0x03, feedback ID 0x13, motor model dm4340p

  • wrist_flex: master ID 0x04, feedback ID 0x14, motor model dm4310

  • wrist_yaw: master ID 0x05, feedback ID 0x15, motor model dm4310

  • wrist_roll: master ID 0x06, feedback ID 0x16, motor model dm4310

  • gripper: master ID 0x07, feedback ID 0x17, motor model dm4310

  • CAN adapter types:

    • socketcan: for SocketCAN-compatible adapters such as can0
    • damiao: for Damiao serial bridge adapters such as /dev/ttyACM0
    • robstride: registered in config, but the dedicated adapter path is not yet supported by the current motorbridge Python SDK integration

Make sure your actual motor names, IDs, wiring, and motor models match these defaults before running calibration or teleoperation.

Usage

Pair a follower with a B601 leader

lerobot-teleoperate \
    --robot.type=seeed_b601_dm_follower \
    --robot.id=follower1 \
    --robot.port=/dev/ttyACM4 \
    --robot.can_adapter=damiao \
    --teleop.type=seeed_b601_dm_leader \
    --teleop.id=leader1 \
    --teleop.port=/dev/ttyACM5 \
    --teleop.can_adapter=damiao

Teleoperate with follower cameras

lerobot-teleoperate \
    --robot.type=seeed_b601_dm_follower \
    --robot.id=my_b601_follower \
    --robot.port=/dev/ttyACM4 \
    --robot.can_adapter=damiao \
    --robot.cameras="{ up: {type: opencv, index_or_path: /dev/video10, width: 640, height: 480, fps: 30}, side: {type: intelrealsense, serial_number_or_name: 233522074606, width: 640, height: 480, fps: 30}}" \
    --teleop.type=seeed_b601_dm_leader \
    --teleop.id=my_b601_leader \
    --teleop.port=/dev/ttyACM5 \
    --teleop.can_adapter=damiao \
    --display_data=true

Fore more lerobot operations, please refer to the lerobot official documentation:

https://huggingface.co/docs/lerobot/il_robots

Notes

  • About calibration: the reBot Arm doesn't need an explicit calibration, it only reset every motor's zero position on the launch time of the lerobot scripts.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lerobot_robot_seeed_b601-1.0.5.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lerobot_robot_seeed_b601-1.0.5-py3-none-any.whl (24.9 kB view details)

Uploaded Python 3

File details

Details for the file lerobot_robot_seeed_b601-1.0.5.tar.gz.

File metadata

  • Download URL: lerobot_robot_seeed_b601-1.0.5.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for lerobot_robot_seeed_b601-1.0.5.tar.gz
Algorithm Hash digest
SHA256 9f7c89ab812b80233d95865c3ec5bbe7c2d50e4617e5e12e43f5427ac8dfbf90
MD5 f3c64070402af428c53e12d9ef30a871
BLAKE2b-256 5e748eec85fc62f38bcfc9f6f080ba009eee6e8e135b26468ff0f880bdcad650

See more details on using hashes here.

Provenance

The following attestation bundles were made for lerobot_robot_seeed_b601-1.0.5.tar.gz:

Publisher: python-publish.yml on Seeed-Projects/lerobot-robot-seeed-b601

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lerobot_robot_seeed_b601-1.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for lerobot_robot_seeed_b601-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b318b90eaf66e3c1ef7a82b04b98f12608ebd1e98532fc80df7e50e3f4e9bd0e
MD5 59cadbb77e37c2520226766974f230c4
BLAKE2b-256 9ce7fc4e11a6ff8edca891749db277d86ed9da9a781ba60a4bb2305c77ef56f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for lerobot_robot_seeed_b601-1.0.5-py3-none-any.whl:

Publisher: python-publish.yml on Seeed-Projects/lerobot-robot-seeed-b601

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.0.5 This release

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page