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

why process "pos" in dataset like this? #12

Open
tycoer opened this issue May 7, 2022 · 1 comment
Open

why process "pos" in dataset like this? #12

tycoer opened this issue May 7, 2022 · 1 comment

Comments

@tycoer
Copy link

tycoer commented May 7, 2022

  1. Why process "pos" in dataset like the line:

pos = pos / self.size - 0.5

  1. Why the "self.size" in

self.size = 6 * self.gripper.finger_depth

define like this?

  1. Why the do not use "pos" in " x, y, z" instead of "i, j k" in following lines?
    df = df.rename(columns={"x": "i", "y": "j", "z": "k"})
@tycoer tycoer closed this as completed May 7, 2022
@tycoer tycoer reopened this May 7, 2022
@Steve-Tod
Copy link
Collaborator

  1. Because we want to normalize the pos into [-0.5, 0.5].
  2. I just adopt the code of vgn. My understanding is that they just set the size of workspace to be 30cm.
  3. I just adopt the code of vgn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants