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
Hello! This I've actually been meaning to rewrite because it's unnecessarily complex, all it's calculating is the derivative of the error with respect to the joint angles. The cos and sin are there for the transformation into Cartesian coordinates, I'll try to make a commit to fix in the next couple of days, it has been a while coming!
Hello, I'm trying to understand the meaning of this function in your iLQR code. I wonder why there is
np.cos
andnp.sin
involved.BTW, thanks for such a great code.
The text was updated successfully, but these errors were encountered: