OpenWalker Project
Documentation of the ROS Packages
|
#include <i_robot.h>
Public Member Functions | |
virtual | ~IRobot () |
Virtual destructor. | |
virtual | connectInPort (const IInverseKinematicsOutPorts *ik)=0 |
Connect to in port. More... | |
virtual const IRobotOutPorts * | outPorts () const =0 |
|
pure virtual |
Connect to in port.
Connects this module to the out port of another module.
NOTE: The pointer is constant. This module reads only the out port of the other module.