You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the consequence if i simply remove this function and use simple point move?
Also, the data i saved, comes from the interpolation's results or the original robot poses?
About rotation representation, the current interpolation code seems to only designed for rotation vector as input? but in your paper, you use axis-angle and rotation_6d, should i change my current representation from euler to rotation vector if i want to use this schedule way point function? Or i should transform all to rotation vector to do the interpolation and transform them back to any format i like? @cheng-chi
The text was updated successfully, but these errors were encountered:
What is the consequence if i simply remove this function and use simple point move?
Also, the data i saved, comes from the interpolation's results or the original robot poses?
About rotation representation, the current interpolation code seems to only designed for rotation vector as input? but in your paper, you use axis-angle and rotation_6d, should i change my current representation from euler to rotation vector if i want to use this schedule way point function? Or i should transform all to rotation vector to do the interpolation and transform them back to any format i like? @cheng-chi
The text was updated successfully, but these errors were encountered: