|
OpenWalker Project
Documentation of the ROS Packages
|
The RobotOutPortsReal class. More...
#include <robot_out_ports_real.h>
Public Member Functions | |
| virtual | ~RobotOutPortsReal () |
| Virtual destructor. | |
| virtual IImuSensor * | imuSensor () |
| virtual const IImuSensor * | imuSensor () const |
| virtual IForceTorqueSensors * | forceTorqueSensors () |
| virtual const IForceTorqueSensors * | forceTorqueSensors () const |
| virtual IJoints * | joints () |
| virtual const IJoints * | joints () const |
| virtual ow::JointState & | jointState () |
| virtual const ow::JointState & | jointState () const |
Public Member Functions inherited from ow_core::IRobotOutPortsReal | |
| virtual | ~IRobotOutPortsReal () |
| Virtual destructor. | |
Public Member Functions inherited from ow_core::IJoints | |
| virtual | ~IJoints () |
| Virtual destructor. | |
Protected Attributes | |
| ow_core::ImuSensor | imu_ |
| ow_core::ForceTorqueSensors | fts_ |
| ow::JointState | js_ |
The RobotOutPortsReal class.
The default implementation of the RobotOutPortsReal interface.
1.8.11