dcm algorithm for Roll, Pitch and Yaw determination - INCOMPLETE More...
#include "ros/ros.h"
#include "std_msgs/String.h"
#include <sstream>
#include <string>
#include <iostream>
#include <math.h>
#include <cmath>
#include <vector>
#include <boost/format.hpp>
#include <imu_network/sensors_network.h>
#include <imu_network/filtered_imu_network.h>
#include <imu_network/filtered_imu.h>
Go to the source code of this file.
Functions | |
void | chatterCallback (const imu_network::sensors_network::ConstPtr &msg) |
int | main (int argc, char **argv) |
dcm algorithm for Roll, Pitch and Yaw determination - INCOMPLETE
Definition in file dcm_algorithm.cpp.
void chatterCallback | ( | const imu_network::sensors_network::ConstPtr & | msg | ) |
Definition at line 49 of file dcm_algorithm.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 57 of file dcm_algorithm.cpp.