Gets the accelerometer's offset of each IMU presented on the network. More...
#include <ros/ros.h>#include "std_msgs/String.h"#include <sstream>#include <string>#include <iostream>#include <vector>#include <imu_network/raw_imu_message.h>#include <imu_network/sensors_values.h>#include <imu_network/sensors_network.h>#include <serialcom/SerialCom.h>#include <algorithm>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| vector< float > | accel_max [3] |
| vector< float > | accel_min [3] |
Gets the accelerometer's offset of each IMU presented on the network.
Definition in file accelerometer_network_calibration.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Main
Definition at line 58 of file accelerometer_network_calibration.cpp.
| vector<float> accel_max[3] |
Definition at line 51 of file accelerometer_network_calibration.cpp.
| vector<float> accel_min[3] |
Definition at line 52 of file accelerometer_network_calibration.cpp.