Skip to content

Commit

Permalink
fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Sep 12, 2023
1 parent 6ca6594 commit 40228d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joint_limits/src/simple_joint_limiter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ bool SimpleJointLimiter<JointLimits>::on_enforce(
limited_jnts_pos.emplace_back(joint_names_[index]);
}
// priority to pos_cmd derivative over cmd_vel because we always have a pos_state so
// recomputing vel_cmd is fine compute expected_vel with already clamped pos_cmd and pos_state
// recomputing vel_cmd is fine compute expected_vel with already clamped pos_cmd and
// pos_state
// TODO(gwalck) handle the case of continuous joints with angle_wraparound to compute vel
// correctly
desired_vel[index] =
Expand Down

0 comments on commit 40228d9

Please sign in to comment.