Good morning everyone, this is my first question so I apologize in advance for any kind of mistake.
Let me explain my problem: I need to generate a trajectory for a robotic arm from a set of waypoints. In Matlab I used the function bsplinepolytraj, but now I want to run the code in Python and I can't find an equivalent function. What I am looking for should be able to give me the same values in output, namely position, velocity and acceleration.
Can you help me with this?