#include </home/runner/work/mars_lib/mars_lib/source/mars/include/mars/sensors/position/position_measurement_type.h>
◆ PositionMeasurementType()
mars::PositionMeasurementType::PositionMeasurementType |
( |
Eigen::Vector3d |
position | ) |
|
|
inline |
28 {
29 }
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector3d position_
Position [x y z].
Definition position_measurement_type.h:25
◆ get_csv_state_header_string()
static std::string mars::PositionMeasurementType::get_csv_state_header_string |
( |
| ) |
|
|
inlinestatic |
32 {
33 std::stringstream os;
34 os << "t, ";
35 os << "p_x, p_y, p_z";
36
37 return os.str();
38 }
◆ to_csv_string()
std::string mars::PositionMeasurementType::to_csv_string |
( |
const double & |
timestamp | ) |
const |
|
inline |
41 {
42 std::stringstream os;
43 os.precision(17);
44 os << timestamp;
45
47
48 return os.str();
49 }
◆ position_
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector3d mars::PositionMeasurementType::position_ |
The documentation for this class was generated from the following file: