Open Andeshog opened 2 months ago
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,
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 git@github.com: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