Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

[Design] Spot wrapper precludes clients observing via ROS by automatically aquiring a lease to the robot. #9

Description

@mklingen-bd

self.lease = self.lease_client.acquire()

The lease system was designed with the intention that there can be an unlimited number of "observers" of the robot, but only one "owner" with the authority to drive the robot. The wrapper is written in such a way that whoever runs the wrapper acquires a lease, and becomes the owner.

This precludes a common use case: Boston Dynamics tools (such as the tablet) controlling the robot while ROS is used to observe and collect data.

We understand that this is not a ROS concept so we were curious how ROS users would interact with the lease system. It might be better to make an explicit service for acquiring and releasing the lease, or by allowing the spot wrapper to run in a passive "observe" mode.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions