9#include <eigen3/Eigen/Dense>
30 inline static double deg2rad(
double deg) {
return (deg * (M_PI / 180.0)); }
static Eigen::MatrixXd load_matrix_data(std::string filename)
Load Eigen double matrix from csv file.
static std::vector< double > analog_str_buf_to_double_vec(const std::string &str)
Convert comma-delimited string to double vector of analog values.
static std::vector< int > analog_str_buf_to_int_vec(const std::string &str)
Convert comma-delimited string to int vector of analog values.
static double deg2rad(double deg)
Convert degrees to rad.