26 #ifdef HAVE_PYTHONLIBS 35 int main(
int argc,
char **argv) {
42 PRINT_ERROR(
RED "ERROR: ./error_simulation <file_est.txt> <file_std.txt> <file_gt.txt>\n" RESET);
43 PRINT_ERROR(
RED "ERROR: rosrun ov_eval error_simulation <file_est.txt> <file_std.txt> <file_gt.txt>\n" RESET);
44 std::exit(EXIT_FAILURE);
51 PRINT_INFO(
"Plotting state variable errors...\n");
70 #ifdef HAVE_PYTHONLIBS void plot_imu_intrinsics(bool doplotting, double max_time=INFINITY)
Will plot the imu intrinsic errors.
void plot_state(bool doplotting, double max_time=INFINITY)
Will plot the state error and its three sigma bounds.
void plot_timeoff(bool doplotting, double max_time=INFINITY)
Will plot the state imu camera offset and its sigma bound.
void plot_cam_extrinsics(bool doplotting, double max_time=INFINITY)
Will plot the camera calibration extrinsic transform.
void plot_cam_instrinsics(bool doplotting, double max_time=INFINITY)
Will plot the camera calibration intrinsics.
int main(int argc, char **argv)
void show(const bool block=true)
A single simulation run (the full state not just pose).
static void setPrintLevel(const std::string &level)
#define PRINT_ERROR(x...)