MILDRobotState.hpp
Go to the documentation of this file.
1 
20 #ifndef MILDROBOTSTATE_HPP_
21 #define MILDROBOTSTATE_HPP_
22 
24 
25 namespace robot_model_services {
26  struct MILDRobotState : public RobotState {
27  public:
28  float pan;
29  float tilt;
30  float rotation;
31  float x;
32  float y;
33  MILDRobotState(float pan, float tilt, float rotation, float x, float y);
35  virtual ~MILDRobotState();
36  };
37 
39 
40  std::ostream& operator<<(std::ostream &strm, const robot_model_services::MILDRobotState &r);
41  std::ostream& operator<<(std::ostream &strm, const robot_model_services::MILDRobotStatePtr &r);
42 }
43 
44 
45 #endif /* MILDROBOTSTATE_HPP_ */
std::ostream & operator<<(std::ostream &strm, const robot_model_services::MILDRobotState &r)
this namespace contains all generally usable classes.
Definition: DebugHelper.hpp:27
boost::shared_ptr< MILDRobotState > MILDRobotStatePtr


asr_robot_model_services
Author(s): Aumann Florian, Borella Jocelyn, Heller Florian, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Stroh Daniel, Trautmann Jeremias, Walter Milena, Wittenbeck Valerij
autogenerated on Mon Jun 10 2019 12:49:59