MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
Functions | |
bool | forceIsOutsideBounds (const geometry_msgs::msg::Wrench &measured, const double force_threshold) |
Evaluate if any force in measured wrench are outside the specified force threshold. More... | |
bool moveit_studio::behaviors::wrench_measurement::forceIsOutsideBounds | ( | const geometry_msgs::msg::Wrench & | measured, |
const double | force_threshold | ||
) |
Evaluate if any force in measured wrench are outside the specified force threshold.
measured | Wrench measurement to evaluate |
force_threshold | The maximum force threshold to compare the measured wrench against. |
measured
is less than the corresponding value in force_threshold
.