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] services are implemented in a fire-and-forget fashion, and are non-blocking. #10

Description

@mklingen-bd

Spot API commands are designed in such a way that they return immediately with a command ID. The user is then expected to poll for the command ID that is returned to view the status of the command, and block until the command completes before sending the next command. Sending another command before the current one completes will override the current command with the new one.

The spot wrapper was designed using fire-and-forget ros services. One consequence of this is that users of this wrapper will be unable to tell whether their commands are complete. Suggest using action lib, or wrapping the spot API so that the service appears to block.

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