Skip to content

Commit

Permalink
Fix a bug in manipulator_joint_space_controller (exporting the wrong …
Browse files Browse the repository at this point in the history
…output) (RobotLocomotion#9529)

* Fix a bug in manipulator_joint_space_controller (exporting the wrong output).
  • Loading branch information
sherm1 authored and siyuanfeng-tri committed Sep 27, 2018
1 parent 0addfac commit c6e5046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ ManipulatorJointSpaceController::ManipulatorJointSpaceController(

// Exposes inverse dynamics' debug output.
output_port_index_inverse_dynamics_debug_ =
builder.ExportOutput(plan_eval_->get_output_port_debug_info());
builder.ExportOutput(id_controller->get_output_port_debug_info());

// Exposes inverse dynamics' QpOutput output.
output_port_index_qp_output_ =
Expand Down

0 comments on commit c6e5046

Please sign in to comment.