CU-Robosub / cusub

The CUSub repository
GNU General Public License v3.0
9 stars 1 forks source link

Filtering Pose in GatePnP causes bad estimates #29

Closed DrYerzinia closed 5 years ago

DrYerzinia commented 5 years ago

Pose filtering needs to be moved from GatePnP to Mapper. We are filtering the pose estimates when they are relative poses in the camera frame so as we move forward that relative pose is changing and your moving average filter is actually lagging the results and introducing error. Moving it to the mapper after its been transformed to odom we get the data that is consistent as we move so filtering increases accuracy.

flamma7 commented 5 years ago

Right this makes sense

flamma7 commented 5 years ago

Same as #75

skhadem commented 5 years ago

Duplicates #75

skhadem commented 5 years ago

75