MRPT  1.9.9
CObservationRobotPose.h
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | http://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2018, Individual contributors, see AUTHORS file |
6  | See: http://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See details in http://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 #ifndef CObservationRobotPose_H
10 #define CObservationRobotPose_H
11 
13 #include <mrpt/obs/CObservation.h>
15 
16 namespace mrpt::obs
17 {
18 /** An observation providing an alternative robot pose from an external source.
19  * \sa CObservation
20  * \ingroup mrpt_obs_grp
21  */
23 {
25  public:
26  /** The observed robot pose */
28 
29  /** The pose of the sensor on the robot/vehicle */
31 
32  void getSensorPose(mrpt::poses::CPose3D& out_sensorPose)
33  const override; // See base class docs.
34  void setSensorPose(const mrpt::poses::CPose3D& newSensorPose)
35  override; // See base class docs.
37  std::ostream& o) const override; // See base class docs
38 
39 }; // End of class def.
40 
41 }
42 #endif
43 
44 
An observation providing an alternative robot pose from an external source.
void setSensorPose(const mrpt::poses::CPose3D &newSensorPose) override
A general method to change the sensor pose on the robot.
mrpt::poses::CPose3D sensorPose
The pose of the sensor on the robot/vehicle.
This namespace contains representation of robot actions and observations.
#define DEFINE_SERIALIZABLE(class_name)
This declaration must be inserted in all CSerializable classes definition, within the class declarati...
mrpt::poses::CPose3DPDFGaussian pose
The observed robot pose.
A class used to store a 3D pose (a 3D translation + a rotation in 3D).
Definition: CPose3D.h:86
Declares a class that represents any robot&#39;s observation.
Definition: CObservation.h:43
void getDescriptionAsText(std::ostream &o) const override
Build a detailed, multi-line textual description of the observation contents and dump it to the outpu...
Declares a class that represents a Probability Density function (PDF) of a 3D pose ...
void getSensorPose(mrpt::poses::CPose3D &out_sensorPose) const override
A general method to retrieve the sensor pose on the robot.



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020