ubc-subbots / triton

ROS2 system for the Triton AUV
11 stars 1 forks source link

Create `triton_imu_driver` package in the `triton_drivers` package #94

Open loganfillo opened 2 years ago

loganfillo commented 2 years ago

We need an IMU driver to work with our phidgest spatial 3/3/3 IMU: https://www.phidgets.com/?&prodid=32

There should be packages which do this for us, what we need to do is find them, make sure we can install them, then create and test a launch file which will launch the IMU and maybe do occasional health checks. Check out here (https://github.com/loganfillo/test_robot/tree/master/tr_ws/src/tr_drivers/tr_imu_driver) for some work I had done before on IMU drivers in ROS2