We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
self contained in the marked loop.
KinovaGrasping/gym-kinova-gripper/boundary_detection.py
Line 273 in e454bac
The text was updated successfully, but these errors were encountered:
NOTE: IT GOES TO LINE 309. TODO: Figure out what Quaternion_distance means
Quaternion_distance
Translation_error: The distance off the center (the "ideal" grasp location) Quaternion_distance: Not sure... Based on dot product distance stuff.
Translation_error
Sorry, something went wrong.
Quaternion_distance corresponds to the angle in degrees between the two orientations (starting grasp vs perturbed grasp)
It is calculated by 1. getting dot product of both quaternions, 2. arccos => radians, 3. rad2deg => degrees
jimzers
nigelswenson
No branches or pull requests
self contained in the marked loop.
KinovaGrasping/gym-kinova-gripper/boundary_detection.py
Line 273 in e454bac
The text was updated successfully, but these errors were encountered: