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

New page: Saving poses #117

Open
mithi opened this issue Jul 8, 2020 · 3 comments
Open

New page: Saving poses #117

mithi opened this issue Jul 8, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@mithi
Copy link
Owner

mithi commented Jul 8, 2020

Page Ideas

  1. Be able to save poses and preselect saved named poses or saved ik configuration
    in local storage: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage

  2. Be able to save named poses and ik configurations by pasting a json string in a text area and submitting it.
    that we can deserialize and store it in local storage for quick access later.

{ type: "ikpose", name: "michael-jackson-thriller", ikParams: {rx, ry, rz, tx, ty, tz}, pose: {} }
{ type: "fkpose", name: "elvis-stay-alive", pose: {} }

We should also perform sanity checks

  1. We can also perform animations given a json object specification for example.
{ 
    type: "movement",
    name: "stay-alive-dance", 
    poseNameSequence: ["point-up", "point-down", "look-left", "look-right"],
    delaySequence: [5000, 2000, 250, 1200]
 }
  1. We can then pull up these named movements, and show the animation in a loop.
@mithi mithi added the enhancement New feature or request label Jul 8, 2020
@mithi mithi pinned this issue Jul 8, 2020
@mithi mithi changed the title Inverse Kinematics Page II - 2d Version FEATURE: Inverse Kinematics Page II - 2d Version Jul 8, 2020
@mithi mithi changed the title FEATURE: Inverse Kinematics Page II - 2d Version FEATURE IDEAS Jul 12, 2020
@EllingtonK
Copy link

Hi mithi. I am really intrigued by your Inverse Kinematics Page Joystick idea. I would like to take up this issue also if that's okay with you.

@mithi
Copy link
Owner Author

mithi commented Sep 20, 2020

Hi mithi. I am really intrigued by your Inverse Kinematics Page Joystick idea. I would like to take up this issue also if that's okay with you.

Hey, this is so cool. I opened up a new issue solely for this. #141 We can continue the conversation there, if that's okay with you.

@mithi
Copy link
Owner Author

mithi commented Sep 20, 2020

@EllingtonK

You can respond directly to issue #141 for any clarifications!

Make sure it doesn't break anything!
You can also checkout the contribution guidelines and commit styleguide!

@mithi mithi changed the title FEATURE IDEAS Saving poses Nov 7, 2020
@mithi mithi changed the title Saving poses New page: Saving poses Nov 19, 2021
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

2 participants