You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get better pose and velocity estimates, we can fuse the DVL measurements and the IMU measurements. Structure of the DVL measurements not yet decided, but the IMU measurements are given in an IMU message.
The IMU can be tested in the office by:
Finding the IMU and plugging it into your computer.
We are thinking of implementing the error state kalman filter (ESKF). We will leave this for now, and try to learn c++ more, and learning the ESKF from the sensorfusjon course, and then trying to implement it in late january/february. Hopefully until then we have more info and structured how we want to program it,
Andeshog
changed the title
[TASK] Implement EKF for sensor fusion of Nucleus and IMU
[TASK] Implement ESKF for sensor fusion of Nucleus and IMU
Dec 18, 2024
Andeshog
changed the title
[TASK] Implement ESKF for sensor fusion of Nucleus and IMU
[TASK] Implement ESKF for sensor fusion of DVL and IMU
Dec 31, 2024
Description of task
To get better pose and velocity estimates, we can fuse the DVL measurements and the IMU measurements. Structure of the DVL measurements not yet decided, but the IMU measurements are given in an IMU message.
The IMU can be tested in the office by:
mkdir -p stim300_ws/src ; cd stim300_ws/src
git clone [email protected]:vortexntnu/stim300-driver.git -b feature/ros2-port
cd .. ; colcon build ; source install/setup.bash
ros2 launch driver_stim300 stim300_driver.launch.py
Suggested Workflow
Specifications
Contacts
Code Quality
The text was updated successfully, but these errors were encountered: