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
After discussion between @stonneau and @olivier-stasse we decided that this library would be even more interesting with a memory management that allow us to modify curves in real-time.
For now all curves are created via constructor which therefore imply memory allocation.
I would be better to create the objects with their memory an have a solve/compute function which update the internals.
@stonneau Told us he tried at some point but failed (probably due to the heavy templating system of the library).
The text was updated successfully, but these errors were encountered:
I did not try and failed :D. Initially this was not the intent of the library (we wanted everything to be const because the original use had nothing to do with robotics actually). I don't see a real issue with implementing these changes
After discussion between @stonneau and @olivier-stasse we decided that this library would be even more interesting with a memory management that allow us to modify curves in real-time.
For now all curves are created via constructor which therefore imply memory allocation.
I would be better to create the objects with their memory an have a solve/compute function which update the internals.
@stonneau Told us he tried at some point but failed (probably due to the heavy templating system of the library).
The text was updated successfully, but these errors were encountered: