Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Access to Optimizer Intermediate Trajectories #7

Open
ttchalakov opened this issue Mar 17, 2022 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@ttchalakov
Copy link
Collaborator

The current controller design doesn't allow the user to get the intermediate trajectory optimization for a chosen optimizer in a controller (LQR, iLQR, MPPI, etc.) after running the controller. I suggest that the internal trajectory optimization be saved for each iteration of the controller and then made accessible as part of the controller class through a getter function like internal_traj_optim() or something of the same idea. It would also be most convenient for the user, if possible, to get the optimized trajectory as a trajectory object like for iLQR. LQR will not provide a trajectory object and MPPI could provide a list of trajectories.

@ttchalakov ttchalakov added the enhancement New feature or request label Mar 17, 2022
@williamedwards williamedwards self-assigned this Mar 22, 2022
@williamedwards
Copy link
Owner

e8ada34

Added API and implementation for iLQR. Still need to add for other optimizers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants