Go to the documentation of this file.
32 #include <RobotAPI/interface/core/RobotState.h>
34 #include <IceUtil/Time.h>
52 return "PlatformUnitSimulation";
68 void move(
float targetPlatformVelocityX,
float targetPlatformVelocityY,
float targetPlatformVelocityRotation,
const Ice::Current&
c = Ice::emptyCurrent)
override;
71 void setMaxVelocities(
float positionalVelocity,
float orientaionalVelocity,
const Ice::Current&
c = Ice::emptyCurrent)
override;
72 void stopPlatform(
const Ice::Current&
c = Ice::emptyCurrent)
override;
119 std::string agentName;
120 std::string robotRootFrame;
const VariantTypeId Float
std::shared_ptr< MultiDimPIDControllerTemplate<> > MultiDimPIDControllerPtr
armarx::core::time::DateTime Time
MatrixXX< 4, 4, float > Matrix4f
This file offers overloads of toIce() and fromIce() functions for STL container types.