Giter VIP home page Giter VIP logo

Comments (22)

weisongwen avatar weisongwen commented on July 1, 2024

image

WLS positioning result.
NLOS exclusion available 9.0 9.0 0.0
meanEr_ 46.16285547 std_---- 29.6756165967
percent_1= 0.21387283237 percent_2= 0.450867052023 percent_3= 0.410404624277
meanErPros_ 44.3619354996 stdProp_ 29.9814039684
percent_1= 0.277456647399 percent_2= 0.49710982659 percent_3= 0.398843930636

def PercentCal(self, data_):
# self.axes_1.grid(True)
error_ = []
error_ = data_
percent_1 = 0.0 # >15
percent_2 = 0.0 # >25
percent_3 = 0.0 # >40
for perCal in range(len(error_)):
if (error_[perCal] <= 20):
percent_1 = percent_1 + 1
if (error_[perCal] <= 35):
percent_2 = percent_2 + 1
if (error_[perCal] >= 45):
percent_3 = percent_3 + 1
percent_1 = percent_1 / len(error_)
percent_2 = percent_2 / len(error_)
percent_3 = percent_3 / len(error_)
print 'percent_1=', percent_1, 'percent_2=', percent_2, 'percent_3=', percent_3

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image
self.excluSatLis = [9,14,31]

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

Surface Detection
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

NLOS exclusion available 9.0 8.0 1.0
meanEr_ 46.16285547 std_---- 29.6756165967
percent_1= 0.21387283237 percent_2= 0.450867052023 percent_3= 0.410404624277
meanErPros_ 43.9014069661 stdProp_ 29.4982060128
percent_1= 0.248554913295 percent_2= 0.531791907514 percent_3= 0.393063583815

image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

Covariance estimation with NLOS modelling
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

Covariance estimation with NLOS modelling: add adjustment coefficient
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

(correction1 + userError) * HDOP
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

(correction1 +correction1 + userError) * HDOP
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

(correction1 +correction1 + userError) * HDOP ( Coefficient : 0.35)
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

(correction1 +correction1 + userError) * HDOP ( Coefficient : 0.43)
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image
(correction1 +correction1 + userError) * HDOP ( Coefficient : 0.43 distance=8)

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image
(correction1 +correction1 + userError) * HDOP ( Coefficient : 0.43 distance=5.8)

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image

self.axesCurv_3.plot(self.GNSSTimeProp, self.errorProp, '-', linewidth='1', color='black',
label='errorProp')
self.axesCurv_3.plot(self.GNSSTimeProp, self.Covariance, '-
', linewidth='1', color='blue',
label='Covariance') # self.Covariance
# CovarianceFixed
self.axesCurv_3.plot(self.GNSSTimeProp, self.CovarianceFixed, '-*', linewidth='1', color='Red',
label='Covariance') # self.Covariance

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

LiDAR localization: covariance <40
image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

image

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

constant
image
image

image
image
image

Fixed Covariance (13) and add all the GNSS positioning into the graph optimization

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

Conventional method:
--- pose graph optimization ---
nodes: 207 edges: 515
optimizing... done
iterations: 17
chi2: (before)2.11194e+15 -> (after)11.8739
time: 0.000[sec]

from 10_nlos_correction_.

weisongwen avatar weisongwen commented on July 1, 2024

--- pose graph optimization ---
nodes: 195 edges: 384
optimizing... done
iterations: 45
chi2: (before)-nan -> (after)-nan
time: 0.211[sec]
enu_():6.19839
-38.175

from 10_nlos_correction_.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.