#include </home/runner/work/mars_lib/mars_lib/source/mars/include/mars/sensors/velocity/velocity_sensor_state_type.h>
◆ VelocitySensorStateType()
mars::VelocitySensorStateType::VelocitySensorStateType |
( |
| ) |
|
|
inline |
28 {
30 }
BaseStates(int cov_size)
Definition base_states.h:27
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector3d p_iv_
Definition velocity_sensor_state_type.h:25
◆ get_csv_state_header_string()
static std::string mars::VelocitySensorStateType::get_csv_state_header_string |
( |
| ) |
|
|
inlinestatic |
33 {
34 std::stringstream os;
35 os << "t, ";
36 os << "p_iv_x, p_iv_y, p_iv_z";
37
38 return os.str();
39 }
◆ to_csv_string()
std::string mars::VelocitySensorStateType::to_csv_string |
( |
const double & |
timestamp | ) |
const |
|
inline |
42 {
43 std::stringstream os;
44 os.precision(17);
45 os << timestamp;
46
48 return os.str();
49 }
◆ p_iv_
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector3d mars::VelocitySensorStateType::p_iv_ |
The documentation for this class was generated from the following file: