College of DuPage Lunabotics Documentation
2025
|
#include <rclcpp/rclcpp.hpp>
#include <sensor_msgs/msg/imu.hpp>
#include <tf2/LinearMath/Matrix3x3.h>
#include <tf2/LinearMath/Quaternion.h>
Classes | |
class | IMURotator |
Converts IMU data from NED to ENU frame for both D455 and D456 cameras. More... | |
Functions | |
int | main (int argc, char *argv[]) |
Main function. Initializes and spins the IMURotator node. More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function. Initializes and spins the IMURotator node.