Skip to content

Commit

Permalink
Replace TODO with comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Nov 28, 2022
1 parent de58267 commit c4799f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drake_ros_examples/examples/ufo/ufo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ std::unique_ptr<Diagramd> BuildSimulation() {
builder.Connect(body_pose_at_index->GetOutputPort(BodyPoseAtIndex::kPosePort),
ufo_controller->GetInputPort("X_WS"));

// TODO(sloretz) replace when RobotLocomotion/drake#16923 is solved
// Connect UFO Controller's output to applied force accepted by MultibodyPlant
auto* apply_force_glue =
builder.AddSystem<AppliedSpatialForceVector>(ufo_index);
builder.Connect(ufo_controller->GetOutputPort("F_S_W"),
Expand Down

0 comments on commit c4799f1

Please sign in to comment.