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
Add a setRPY function which takes in floats instead of a vector. This is useful when we end up constructing temporary Vector3f objects solely so that we can call into setRPY. Audit all existing uses of setRPY to eliminate temporary construction of vectors.
The text was updated successfully, but these errors were encountered:
Add a
setRPY
function which takes in floats instead of a vector. This is useful when we end up constructing temporaryVector3f
objects solely so that we can call intosetRPY
. Audit all existing uses ofsetRPY
to eliminate temporary construction of vectors.The text was updated successfully, but these errors were encountered: