moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Custom std::set comparator, used for sorting the joint_limits.yaml file into alphabetical order. More...
Public Member Functions | |
bool | operator() (const moveit::core::JointModel *jm1, const moveit::core::JointModel *jm2) const |
Custom std::set comparator, used for sorting the joint_limits.yaml file into alphabetical order.
jm1 | - a pointer to the first joint model to compare |
jm2 | - a pointer to the second joint model to compare |
Definition at line 228 of file srdf_config.cpp.
|
inline |