AutoRally / autorally

Software for the AutoRally platform
http://autorally.github.io
727 stars 228 forks source link

Cost Functions for Standalone Node #96

Open ShivamThukral opened 3 years ago

ShivamThukral commented 3 years ago

Hi,

Thank for this amazing work and for making everything so easy to follow.

I am trying to use the standalone node basis functions using custom costmaps. My question is regarding the cost functions implemented in the file Cost.cuh and Cost.cu

I am adding my custom cost functions to this file. One of which minimises jerk (something like l2-norm for current and previous controls). I can see that you pass 'u' as current controls here. Is there a way I can calculate or pass previous time-step controls? Can 'du' help me somehow to calculate my previous time-step controls?

I am pretty new to CUDA programming.

Thanks in advance!