Open JadTawil-theonly opened 4 years ago
Also, it seems like the c++ API requires paths which are composed of segments which are parametrized as polynomials. The python API seems to accept arbitrary waypoints, as opposed to waypoints generated by piecewise polynomials. Is this true? And why so?
Yes the C++ API as of now only support polynomial path, but you can implement your own path types by inheriting from the abstract interface.
Is an analog for the set_desired_duration method available in the c++ implementation?
This functionality is not available in the C++ impl.
Stale issue message
Also, it seems like the c++ API requires paths which are composed of segments which are parametrized as polynomials. The python API seems to accept arbitrary waypoints, as opposed to waypoints generated by piecewise polynomials. Is this true? And why so? hi, do you find or make the c++ use of toppra?can you share me with it?i really need it,thanks
The python api also constructs a piecewise polynomial internally.
Hello,
Is an analog for the set_desired_duration method available in the c++ implementation?