Skip to content

Commit

Permalink
Fix segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 6, 2024
1 parent bc94846 commit d7f05a2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1270,10 +1270,6 @@ void JointTrajectoryController::compute_error_for_joint(
{
error.accelerations[index] = desired.accelerations[index] - current.accelerations[index];
}
if (has_effort_command_interface_)
{
error.effort[index] = desired.effort[index];
}
}

void JointTrajectoryController::fill_partial_goal(
Expand Down

0 comments on commit d7f05a2

Please sign in to comment.