#include <labust/tools/conversions.hpp>
#include <auv_msgs/RPY.h>
#include <sensor_msgs/Imu.h>
#include <ros/ros.h>
Go to the source code of this file.
Functions | |
void | handleImu (ros::Publisher &rpy, const sensor_msgs::Imu::ConstPtr &data) |
int | main (int argc, char *argv[]) |
void handleImu | ( | ros::Publisher & | rpy, |
const sensor_msgs::Imu::ConstPtr & | data | ||
) |
Definition at line 44 of file quat_to_euler.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 63 of file quat_to_euler.cpp.