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
containing two arrays of 26 values and the 3rd empty.
There's a lot of zeros in there.
.
The docstring for JointStateFromTraj() is the same as JointStatesFromTraj(), so I don't know what it's supposed to be doing.
Calling JointStateFromTraj() on my trajectory returns
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
The text was updated successfully, but these errors were encountered:
What is the difference between these two functions, and how do I use them?
.
For example, I have a timed trajectory.
waypoint idx 10 has delta_time = 0.578625550278
Extracting waypoint 10 gives me 15 values, including position and velocity:
Then JointStatesFromTraj() for waypoint idx 10 gives me this:
containing two arrays of 26 values and the 3rd empty.
There's a lot of zeros in there.
.
The docstring for JointStateFromTraj() is the same as JointStatesFromTraj(), so I don't know what it's supposed to be doing.
Calling JointStateFromTraj() on my trajectory returns
The text was updated successfully, but these errors were encountered: