-
Notifications
You must be signed in to change notification settings - Fork 76
Description
@eupedrosa hello,It's still the issue we discussed the day before yesterday.
I want to integrate the wheel speed odometer into solver preblem.
Therefore, I fabricated two points (0,0.25) and (0.25.0), which will participate in the solver as new target points calculated based on wheel speed mileage(odom).
The following figure.
but two opints weight is too small.
so i add Many identical points to increase weight.At present, this approach has a good effect.Only matching a small outline can achieve localization.
But I still think it's not good to do this. I want to increase the weight of these two points separately to 10 or even 100.
So,i change solver.cpp the weight.But none of them are correct.
So,Can you tell me how to add weights in solver.cpp,Realize the effect that one point is equivalent to multiple points.
or,do you have a better way to integrate wheel speed odometry, laser odometry, or other characterized points into this minimal quadratic solver.
Thank you very much.