tud-airlab / mppi-isaac

Model Predictive Path Integral Control using isaacgym for rollouts, gpu-accelerated
178 stars 21 forks source link

Add priors #21

Closed cpezzato closed 1 year ago

cpezzato commented 1 year ago

Add fabrics priors in the rollouts. Pass goal and obstacles. The output should be a velocity trajectory over the horizon

Currently the priors are just random or halton splines, see here. However, priors such as fabrics should be done in the loop and updated as time horizon passes.

Previously was done as in a past commit in GitLab