Closed BrendanAndrade closed 11 years ago
Fixed a math error in miabot_propagate_state function, but have not tested if measurement updates are working.
Gains in matrices Q and R probably need to be tuned, along with initial covariance estimate P.
Still need to decide on method for picking initial positions of robots...
Fixed some more typos, and now the estimator is converging successfully to "measurements" published through rostopic. Still need to test on actual robots though.
Fixed by https://github.com/leonard-lab/dcslROS/commit/26e5fc41219949e78fb748086bea3ee66a8f3ac1. Not yet merged into main branch.
Merged at v0.2.0
The state estimator is constantly estimating position to be (0,0). Perhaps gains need to be changed or there is a math error?