Skip to content

Commit

Permalink
Update moveit_ros/moveit_servo/src/utils/common.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Aug 13, 2024
1 parent 8b9c067 commit f632163
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moveit_ros/moveit_servo/src/utils/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ std::vector<size_t> jointVariablesToHalt(const Eigen::VectorXd& positions, const
std::vector<size_t> variable_indices_to_halt;

// Now get the scaling factor from joint velocity limits.
size_t joint_idx = 0;
size_t variable_idx = 0;
for (const auto& joint_bound : joint_bounds)
{
Expand Down

0 comments on commit f632163

Please sign in to comment.