Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build C/C++ MQTT client #2

Open
Drallert opened this issue Jun 20, 2022 · 0 comments
Open

Build C/C++ MQTT client #2

Drallert opened this issue Jun 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Drallert
Copy link
Contributor

Drallert commented Jun 20, 2022

Requirements:

  • Publishes in topic "trajectory_execution"
  • Subscribed to topic "commands"
  • Packet format:
    • [type,position,n]
    • type: type of packet
      • 1: position packet --> position is meaningful and n is step of execution
      • 0: nack packet --> non valid command (maybe with error codes?)
      • 2: finish packet --> trajectory execution has finished
    • position: [j1,j2,j3,j4,j5,j6], where j1-j6 are joints' 1 through 6 positions
    • n: digit, indicates step number of execution for updating progress bar in the GUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant