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

Better Vision Data: Random Robot Poses! #68

Open
ysims opened this issue Jun 1, 2021 · 0 comments
Open

Better Vision Data: Random Robot Poses! #68

ysims opened this issue Jun 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ysims
Copy link
Member

ysims commented Jun 1, 2021

At the moment the vision data collection only changes the head and arm poses of the NUgus that is collecting data.

We would like to vary our data more by moving the rest of the robots' joints! Probably some sort of while loop over all other objects that are robots (check node type), and move their joints randomly between the joint's max and min position (should be readable!).

Not necessarily required, but would be nice to find a better way to move the motors. At the moment it sets the position and waits a fixed amount of time for it to move. Checking if it's reached the position doesn't directly work because sometimes the motors cannot move further because of collision. Some way to snap the motor or make it move faster would be good (without collision).

Needs #64 merged first.

@ysims ysims added the enhancement New feature or request label Jun 1, 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

1 participant