Helper class that handles some common versions into and out of ROS formats.
More...
#include <ROSVisualizerHelper.h>
|
static void | sim_save_total_state_to_file (std::shared_ptr< State > state, std::shared_ptr< Simulator > sim, std::ofstream &of_state_est, std::ofstream &of_state_std, std::ofstream &of_state_gt) |
| Save current estimate state and groundtruth including calibration. More...
|
|
Helper class that handles some common versions into and out of ROS formats.
Definition at line 53 of file ROSVisualizerHelper.h.
◆ ROSVisualizerHelper()
ov_msckf::ROSVisualizerHelper::ROSVisualizerHelper |
( |
| ) |
|
|
privatedefault |
◆ sim_save_total_state_to_file()
void ROSVisualizerHelper::sim_save_total_state_to_file |
( |
std::shared_ptr< State > |
state, |
|
|
std::shared_ptr< Simulator > |
sim, |
|
|
std::ofstream & |
of_state_est, |
|
|
std::ofstream & |
of_state_std, |
|
|
std::ofstream & |
of_state_gt |
|
) |
| |
|
static |
Save current estimate state and groundtruth including calibration.
- Parameters
-
state | Pointer to the state |
sim | Pointer to the simulator (or null) |
of_state_est | Output file for state estimate |
of_state_std | Output file for covariance |
of_state_gt | Output file for groundtruth (if we have it from sim) |
Definition at line 154 of file ROSVisualizerHelper.cpp.
The documentation for this class was generated from the following files: