Main Page
Namespaces
Classes
Files
File List
File Members
include
robot_model_services
robot_model
impl
MILDRobotState.hpp
Go to the documentation of this file.
1
20
#ifndef MILDROBOTSTATE_HPP_
21
#define MILDROBOTSTATE_HPP_
22
23
#include "
robot_model_services/robot_model/RobotState.hpp
"
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);
34
MILDRobotState
();
35
virtual
~MILDRobotState
();
36
};
37
38
typedef
boost::shared_ptr<MILDRobotState>
MILDRobotStatePtr
;
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_ */
robot_model_services::MILDRobotState::MILDRobotState
MILDRobotState()
Definition:
MILDRobotState.cpp:25
robot_model_services::operator<<
std::ostream & operator<<(std::ostream &strm, const robot_model_services::MILDRobotState &r)
Definition:
MILDRobotState.cpp:28
robot_model_services::MILDRobotState::pan
float pan
Definition:
MILDRobotState.hpp:28
RobotState.hpp
robot_model_services::MILDRobotState::~MILDRobotState
virtual ~MILDRobotState()
Definition:
MILDRobotState.cpp:26
boost::shared_ptr
robot_model_services::MILDRobotState
Definition:
MILDRobotState.hpp:26
robot_model_services
this namespace contains all generally usable classes.
Definition:
DebugHelper.hpp:27
robot_model_services::MILDRobotStatePtr
boost::shared_ptr< MILDRobotState > MILDRobotStatePtr
Definition:
MILDRobotState.hpp:38
robot_model_services::RobotState
Definition:
RobotState.hpp:26
robot_model_services::MILDRobotState::x
float x
Definition:
MILDRobotState.hpp:31
robot_model_services::MILDRobotState::tilt
float tilt
Definition:
MILDRobotState.hpp:29
robot_model_services::MILDRobotState::y
float y
Definition:
MILDRobotState.hpp:32
robot_model_services::MILDRobotState::rotation
float rotation
Definition:
MILDRobotState.hpp:30
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