|
MIRA
|
Provides a service method to obtain the enclosed robot model. More...
#include <robot/RobotModelProvider.h>

Public Types | |
| typedef model::RigidModelProvider< RobotModel > | Base |
| typedef boost::shared_ptr< ModelType > | ModelTypePtr |
Public Member Functions | |
| template<typename Reflector > | |
| void | reflect (Reflector &r) |
| virtual RobotModelPtr | getRobotModel () |
| Return the enclosed rigid model as RobotModel pointer. More... | |
| void | reflect (RPCServer::RPCReflector &r) |
| virtual model::RigidModelPtr | getRigidModel () |
| void | publishJoint (const std::string &name, float value, Time const &t=Time::now()) |
| void | publishTransforms (const std::string &ns, Time const &t=Time::now()) |
| virtual Buffer< uint8 > | getResourceFile (const std::string &filename, bool compress) |
Protected Attributes | |
| ModelTypePtr | mModel |
Provides a service method to obtain the enclosed robot model.
| typedef model::RigidModelProvider<RobotModel> Base |
|
inline |
|
inlinevirtual |
Return the enclosed rigid model as RobotModel pointer.
Implements IRobotModelProvider.
1.8.14