You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi just a quick question:
Is there a reason costDesiredTrajerctories areset in every mpc loop iteration? mpcInterface_->setTargetTrajectories(costDesiredTrajectories_);
I can probably just set it when it changed right?
I have very long trajectories so i think no reason to copy them over and over again in every iteration
The text was updated successfully, but these errors were encountered:
Hi just a quick question:
Is there a reason costDesiredTrajerctories areset in every mpc loop iteration?
mpcInterface_->setTargetTrajectories(costDesiredTrajectories_);
I can probably just set it when it changed right?
I have very long trajectories so i think no reason to copy them over and over again in every iteration
The text was updated successfully, but these errors were encountered: