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
I'm doing some trajectory optimization, which can generate trajectories in the exactly same format as the .traj files generated by recording trajectories. However, when I try to load the generated trajectories with the load_traj() function, it says "load failed". And if I download the recorded trajectories and load it, it also fails, so seems like the load_traj() function just can't take local path as input. I'm wondering if there's any easy ways I can load a trajectory and send it at 250Hz.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I'm doing some trajectory optimization, which can generate trajectories in the exactly same format as the
.traj
files generated by recording trajectories. However, when I try to load the generated trajectories with theload_traj()
function, it says "load failed". And if I download the recorded trajectories and load it, it also fails, so seems like theload_traj()
function just can't take local path as input. I'm wondering if there's any easy ways I can load a trajectory and send it at 250Hz.Thanks.
The text was updated successfully, but these errors were encountered: