Skip to content

Support for asynchronous execution #8

@cmower

Description

@cmower

Currently, the library only allows for synchronous execution, i.e.

  1. KUKA controller sends a message to the LBR client
  2. Depending on the session state the monitor, onStateChange, waitForCommand, or command methods are called
  3. A response message is encoded and sent back to the controller.

It would be great to implement a way so that you can run a loop on the python side at what ever frequency you like, and have another thread execute in parallel that does the communication with the KUKA controller at the frequency specified on the pad (or in the Java).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions