Skip to content

Commit

Permalink
Update src/ActionServer_FJT.c
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Miller <[email protected]>
  • Loading branch information
gavanderhoorn and ted-miller authored May 20, 2024
1 parent b73ad5d commit 2cb6115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionServer_FJT.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ void Ros_ActionServer_FJT_Goal_Complete(GOAL_END_TYPE goal_end_type)
{
double current_jstate = feedback_FollowJointTrajectory.feedback.actual.positions.data[axis];
diff = fabs(lastTrajPtPositions[axis] - current_jstate);
Ros_Debug_BroadcastMsg("desired - actual: %12.8f - %12.8f: %12.8f",
Ros_Debug_BroadcastMsg("target pos (%12.8f) - actual pos (%12.8f) = (%12.8f)",
lastTrajPtPositions[axis], current_jstate, diff);

double chosen_posTolerance = posTolerance[axis];
Expand Down

0 comments on commit 2cb6115

Please sign in to comment.