Skip to content

Commit

Permalink
Update common.cpp
Browse files Browse the repository at this point in the history
Added reference
  • Loading branch information
Nils-ChristianIseke authored Dec 5, 2023
1 parent 39ad1d9 commit f60b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/moveit_servo/src/utils/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ double jointLimitVelocityScalingFactor(const Eigen::VectorXd& velocities,
}

std::vector<int> jointsToHalt(const Eigen::VectorXd& positions, const Eigen::VectorXd& velocities,
const moveit::core::JointBoundsVector& joint_bounds, const std::vector<double> margins)
const moveit::core::JointBoundsVector& joint_bounds, const std::vector<double>& margins)
{
std::vector<int> joint_idxs_to_halt;
for (size_t i = 0; i < joint_bounds.size(); i++)
Expand Down

0 comments on commit f60b93f

Please sign in to comment.