Skip to content

Commit

Permalink
Remove TODO(Mitiguy) as issues were addressed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitiguy committed Jul 8, 2020
1 parent 970d08c commit 508da99
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions multibody/plant/multibody_plant.h
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,6 @@ class MultibodyPlant : public internal::MultibodyTreeSystem<T> {
const Frame<T>& frame_A,
const Frame<T>& frame_E) const {
// TODO(Mitiguy) Allow with_respect_to to be JacobianWrtVariable::kQDot.
// TODO(Mitiguy) Per issue #13354, add unit tests for this public method.
return internal_tree().CalcBiasTranslationalAcceleration(
context, with_respect_to, frame_B, p_BoBi_B, frame_A, frame_E);
}
Expand Down Expand Up @@ -2642,8 +2641,6 @@ class MultibodyPlant : public internal::MultibodyTreeSystem<T> {
const Frame<T>& frame_A,
const Frame<T>& frame_E) const {
// TODO(Mitiguy) Allow with_respect_to to be JacobianWrtVariable::kQDot.
// TODO(Mitiguy) Allow frame_A to be a non-World frame.
// TODO(Mitiguy) Per issue #13354, add unit tests for this public method.
return internal_tree().CalcBiasSpatialAcceleration(
context, with_respect_to, frame_B, p_BoBp_B, frame_A, frame_E);
}
Expand Down

0 comments on commit 508da99

Please sign in to comment.