hjsuh94 / irs_mpc

iRS-LQR: iterative Randomized Smoothing LQR
MIT License
7 stars 0 forks source link

Allow access to bounds on local descent #2

Closed hjsuh94 closed 3 years ago

hjsuh94 commented 3 years ago

For position controlled systems, it could be the case that ubound depends on a nominal point on x_trj, but the current code structure only allows uniform bounds.

hjsuh94 commented 3 years ago

One solution might be to accept a u_bound_relative parameter that becomes additive on state.

pangtao22 commented 3 years ago

I'll give it a stab when I PR the contact stuff.

hjsuh94 commented 3 years ago

After trying out many examples, the following four bounds will cover everything:

In addition, quasistatic systems put a cost on du instead of the absolute u, which might also be problematic.