We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56e5d5 commit 2490064Copy full SHA for 2490064
moveit_core/robot_model/include/moveit/robot_model/joint_model_group.h
@@ -589,7 +589,7 @@ class JointModelGroup
589
/**
590
* @brief Get the lower and upper position limits of all active variables in the group.
591
*
592
- * @return std::pair<Eigen::VectorXd, Eigen::VectorXd> Containing the joint limits
+ * @return std::pair<Eigen::VectorXd, Eigen::VectorXd> Containing the lower and upper joint limits for all active variables.
593
*/
594
[[nodiscard]] std::pair<Eigen::VectorXd, Eigen::VectorXd> getLowerAndUpperLimits() const;
595
0 commit comments