Closed Aymenzerahmed closed 2 years ago
Hi, in the C++ version the profiles
member in the Trajectory
class contain all the relevant information. They are a list of Profile
, which contain the t
and j
arrays with the switching times and the jerk values. In the Python version, you would need to build it by yourself with the ÈXPOSE_INTERNAL
CMake flag enabled. Then, the mentioned classes and members are wrapped and can be used in Python similarly.
Hi, I wish to know the best way to extract the jerk profile from the ruckig trajectory?