ethz-adrl/towr

Integrating existing height map(Grid map) with Towr

SriDatta9 opened this issue · 3 comments

Hi Alex,
Firstly, Great work!
Could you please tell me how do I integrate grid map with Towr.

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.

Thank you for the response! Surely, I will do that.

Thank you for the response! Surely, I will do that.

Thanks for this, have you tried doing this?