Closed ljarin closed 3 years ago
Hi @ljarin, you're right, there are some problems with the Python wrapper for the at_time
function. I've now changed the wrapper to return the values instead:
new_position, new_velocity, new_acceleration = out.trajectory.at_time(t)
That worked for me, thanks!
Hi, and thanks for your library!! I am having trouble getting a sample from the trajectory at a specific time, and wanted to ask if I am using the interface correctly. This is an example of how I am calling the library. Thanks in advance.