Skip to content

Commit 2490064

Browse files
sjahrmarioprats
andauthored
Apply suggestions from code review
Co-authored-by: Mario Prats <[email protected]>
1 parent e56e5d5 commit 2490064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moveit_core/robot_model/include/moveit/robot_model/joint_model_group.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ class JointModelGroup
589589
/**
590590
* @brief Get the lower and upper position limits of all active variables in the group.
591591
*
592-
* @return std::pair<Eigen::VectorXd, Eigen::VectorXd> Containing the joint limits
592+
* @return std::pair<Eigen::VectorXd, Eigen::VectorXd> Containing the lower and upper joint limits for all active variables.
593593
*/
594594
[[nodiscard]] std::pair<Eigen::VectorXd, Eigen::VectorXd> getLowerAndUpperLimits() const;
595595

0 commit comments

Comments
 (0)