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

Implement skeletonPlayer #28

Closed
pattacini opened this issue Apr 11, 2018 · 0 comments
Closed

Implement skeletonPlayer #28

pattacini opened this issue Apr 11, 2018 · 0 comments
Assignees
Labels
🚀 enhancement New feature or request

Comments

@pattacini
Copy link
Member

pattacini commented Apr 11, 2018

Implement a module that is responsible for playing back the trajectory of a skeleton as recorded by means of yarpdatadumper.

The services exposed by RPC:

  1. load <file>: to load a session containing the skeleton data.
  2. start [p1] [p2] [p3] [p4]: to start the session.
    • p1: optional integer defining the number of times the trajectory needs to be played back.
    • p2: optional double specifying the time warp.
    • p3: optional double specifying the starting time within the recording.
    • p4: optional double specifying the ending time within the recording.
  3. stop: to end the session.
  4. set_tag name: to give the skeleton a name.
@pattacini pattacini added the 🚀 enhancement New feature or request label Apr 11, 2018
@pattacini pattacini added this to the Demo Y1M5 milestone Apr 11, 2018
@pattacini pattacini self-assigned this Apr 11, 2018
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