#include <JointLimitRange.hpp>
◆ Acceleration()
JointLimitRange base::JointLimitRange::Acceleration |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
static |
Creates a JointLimitRange structure with the acceleration range set to min
, max
◆ Effort()
◆ isValid()
bool base::JointLimitRange::isValid |
( |
const JointState & |
state | ) |
const |
Checks that the provided JointState is within limits for the values that are valid
- Returns
- true if the check passes, false otherwise
◆ Position()
Creates a JointLimitRange structure with the position range set to min
, max
◆ Raw()
◆ Speed()
◆ validate()
void base::JointLimitRange::validate |
( |
const JointState & |
state | ) |
const |
Checks that the provided JointState is within limits for the values that are valid
- Exceptions
-
OutOfBoundsException | if limits are exceeded. |
◆ max
◆ min
The documentation for this struct was generated from the following files: