moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Validates the equality of all limits inside a container. More...
#include <joint_limits_validator.h>
Static Public Member Functions | |
static bool | validateAllPositionLimitsEqual (const pilz_industrial_motion_planner::JointLimitsContainer &joint_limits) |
Validates that the position limits of all limits are equal. | |
static bool | validateAllVelocityLimitsEqual (const pilz_industrial_motion_planner::JointLimitsContainer &joint_limits) |
Validates that the velocity of all limits is equal. | |
static bool | validateAllAccelerationLimitsEqual (const pilz_industrial_motion_planner::JointLimitsContainer &joint_limits) |
Validates that the acceleration of all limits is equal. | |
static bool | validateAllDecelerationLimitsEqual (const pilz_industrial_motion_planner::JointLimitsContainer &joint_limits) |
Validates that the deceleration of all limits is equal. | |
Validates the equality of all limits inside a container.
Definition at line 45 of file joint_limits_validator.h.
|
static |
Validates that the acceleration of all limits is equal.
joint_limits | the joint limits |
Definition at line 55 of file joint_limits_validator.cpp.
|
static |
Validates that the deceleration of all limits is equal.
joint_limits | the joint limits |
Definition at line 61 of file joint_limits_validator.cpp.
|
static |
Validates that the position limits of all limits are equal.
joint_limits | the joint limits |
Definition at line 43 of file joint_limits_validator.cpp.
|
static |
Validates that the velocity of all limits is equal.
joint_limits | the joint limits |
Definition at line 49 of file joint_limits_validator.cpp.