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
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!
The text was updated successfully, but these errors were encountered:
ShivamThukral
changed the title
Cost Function for Standalone Node
Cost Functions for Standalone Node
Apr 28, 2021
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!
The text was updated successfully, but these errors were encountered: