christopherdoer / rio

RIO - EKF-based Radar Inertial Odometry using 4D mmWave radar sensors
GNU General Public License v3.0
203 stars 34 forks source link

ekf_yrio - Parameter configurations of icins_2021_evaluation.py are not applied #14

Open hoangvietdo opened 7 months ago

hoangvietdo commented 7 months ago

Hi, thanks for sharing your incredible work!

While reproducing your work, I noticed that changing the values of altimeter_update and enable_yaw_aiding in icins_2021_evaluation.py of the package ekf_yrio does not affect the run. To apply this change, I needed to comment out the corresponding Kalman Filter update functions (for baro and yaw), and the results were significantly changed.

Is it a bug related to loading parameters from the launch file?