Integrating existing height map(Grid map) with Towr
SriDatta9 opened this issue · 3 comments
SriDatta9 commented
Hi Alex,
Firstly, Great work!
Could you please tell me how do I integrate grid map with Towr.
awinkler commented
Thanks! You'd have to write a wrapper for grid map that supplies the functions of this interface:
https://github.com/ethz-adrl/towr/blob/master/towr/include/towr/terrain/height_map.h
The main point is that whatever value of grid map you want to use, you'll have to supply the derivative of that value wrt the optimization variables.
SriDatta9 commented
Thank you for the response! Surely, I will do that.
prakharg01 commented
Thank you for the response! Surely, I will do that.
Thanks for this, have you tried doing this?