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

Include ExternallyAppliedSpatialForce input in KinematicTrajectoryOptimization::AddEffortBoundsAtNormalizedTimes #22797

Open
aelvio opened this issue Mar 21, 2025 · 0 comments
Assignees
Labels
component: planning and control Optimization-based planning and control, and search- and sampling-based planning type: feature request

Comments

@aelvio
Copy link

aelvio commented Mar 21, 2025

The implementation of KinematicTrajectoryOptimization::AddEffortBoundsAtNormalizedTimes, internally, assesses generalized forces by:

MultibodyForces<AutoDiffXd> forces_(*plant_); plant_->CalcForceElementsContribution(*plant_context_, &forces_); *y = plant_->CalcInverseDynamics(*plant_context_, qddot, forces_);

However, this does not account for any additional forces that may be acting on the system outside of a ForceElement, such as contact forces or externally applied spatial forces (which I'm using to mimic contact forces).

Ideally, fixing the value of the plant's applied spatial force input in a particular context should get that spatial force considered in the EffortBounds calculus (and perhaps elsewhere).

@RussTedrake mentioned that it would be good to support this (and perhaps make it easier to support in all of the control methods which evaluate the dynamics). I don't know if contact forces would introduce other issues, but at the very least it would be great to have externally applied spatial forces included.

@RussTedrake RussTedrake self-assigned this Mar 22, 2025
@xuchenhan-tri xuchenhan-tri added the component: planning and control Optimization-based planning and control, and search- and sampling-based planning label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: planning and control Optimization-based planning and control, and search- and sampling-based planning type: feature request
Projects
None yet
Development

No branches or pull requests

3 participants