A handle used to read and command a single joint.
More...
#include <posvelacc_command_interface.h>
|
double | getCommandAcceleration () const |
|
| PosVelAccJointHandle () |
|
| PosVelAccJointHandle (const JointStateHandle &js, double *cmd_pos, double *cmd_vel, double *cmd_acc) |
|
void | setCommand (double cmd_pos, double cmd_vel, double cmd_acc) |
|
void | setCommandAcceleration (double cmd_acc) |
|
Public Member Functions inherited from hardware_interface::PosVelJointHandle |
double | getCommandPosition () const |
|
double | getCommandVelocity () const |
|
| PosVelJointHandle () |
|
| PosVelJointHandle (const JointStateHandle &js, double *cmd_pos, double *cmd_vel) |
|
void | setCommand (double cmd_pos, double cmd_vel) |
|
void | setCommandPosition (double cmd_pos) |
|
void | setCommandVelocity (double cmd_vel) |
|
Public Member Functions inherited from hardware_interface::JointStateHandle |
double | getEffort () const |
|
std::string | getName () const |
|
double | getPosition () const |
|
double | getVelocity () const |
|
| JointStateHandle () |
|
| JointStateHandle (const std::string &name, const double *pos, const double *vel, const double *eff) |
|
A handle used to read and command a single joint.
Definition at line 42 of file posvelacc_command_interface.h.
hardware_interface::PosVelAccJointHandle::PosVelAccJointHandle |
( |
| ) |
|
|
inline |
hardware_interface::PosVelAccJointHandle::PosVelAccJointHandle |
( |
const JointStateHandle & |
js, |
|
|
double * |
cmd_pos, |
|
|
double * |
cmd_vel, |
|
|
double * |
cmd_acc |
|
) |
| |
|
inline |
- Parameters
-
js | This joint's state handle |
cmd_pos | A pointer to the storage for this joint's output command position |
cmd_vel | A pointer to the storage for this joint's output command velocity |
eff_cmd | A pointer to the storage for this joint's output command acceleration |
Definition at line 53 of file posvelacc_command_interface.h.
double hardware_interface::PosVelAccJointHandle::getCommandAcceleration |
( |
| ) |
const |
|
inline |
void hardware_interface::PosVelAccJointHandle::setCommand |
( |
double |
cmd_pos, |
|
|
double |
cmd_vel, |
|
|
double |
cmd_acc |
|
) |
| |
|
inline |
void hardware_interface::PosVelAccJointHandle::setCommandAcceleration |
( |
double |
cmd_acc | ) |
|
|
inline |
double* hardware_interface::PosVelAccJointHandle::cmd_acc_ |
|
private |
The documentation for this class was generated from the following file: