#include <joint_state_interface.h>
A handle used to read the state of a single joint.
Definition at line 41 of file joint_state_interface.h.
hardware_interface::JointStateHandle::JointStateHandle |
( |
| ) |
|
|
inline |
hardware_interface::JointStateHandle::JointStateHandle |
( |
const std::string & |
name, |
|
|
const double * |
pos, |
|
|
const double * |
vel, |
|
|
const double * |
eff |
|
) |
| |
|
inline |
- Parameters
-
name | The name of the joint |
pos | A pointer to the storage for this joint's position |
vel | A pointer to the storage for this joint's velocity |
eff | A pointer to the storage for this joint's effort (force or torque) |
Definition at line 52 of file joint_state_interface.h.
double hardware_interface::JointStateHandle::getEffort |
( |
| ) |
const |
|
inline |
std::string hardware_interface::JointStateHandle::getName |
( |
| ) |
const |
|
inline |
double hardware_interface::JointStateHandle::getPosition |
( |
| ) |
const |
|
inline |
double hardware_interface::JointStateHandle::getVelocity |
( |
| ) |
const |
|
inline |
const double* hardware_interface::JointStateHandle::eff_ |
|
private |
std::string hardware_interface::JointStateHandle::name_ |
|
private |
const double* hardware_interface::JointStateHandle::pos_ |
|
private |
const double* hardware_interface::JointStateHandle::vel_ |
|
private |
The documentation for this class was generated from the following file: