mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-23 06:20:08 +00:00
Add GLONASS L1 and L2 position tests
This commit is contained in:
parent
6230a64b7c
commit
74815e53ed
@ -773,6 +773,44 @@ position-leo:
|
||||
allow_failure: true
|
||||
|
||||
|
||||
position-GLO-L1:
|
||||
image: $DOCKER_HUB_USER/$DOCKER_HUB_REPO:testing
|
||||
stage: test
|
||||
tags:
|
||||
- kepler
|
||||
script:
|
||||
- volk_profile -v 8111
|
||||
- volk_gnsssdr_profile -v 2053
|
||||
- mkdir position-test && cd position-test
|
||||
- export DISPLAY=unknown
|
||||
- cp /captures/gitlab_test_signals/static/glonass/gnss-sdr_GLONASS_L1_CA_ibyte.conf ./gnss-sdr_GLONASS_L1_CA_ibyte.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_GLONASS_L1_CA_ibyte.conf --static_position="40.007988,-105.262707,1655" --static_scenario=1 --pvt_solver_dump_filename=./PVT.dat --dynamic_3D_velocity_RMSE=6 --plot_position_test --show_plots=0
|
||||
- mkdir GLOL1 && cp *.* ./GLOL1
|
||||
artifacts:
|
||||
paths:
|
||||
- position-test/GLOL1/*
|
||||
allow_failure: true
|
||||
|
||||
|
||||
position-GLO-L2:
|
||||
image: $DOCKER_HUB_USER/$DOCKER_HUB_REPO:testing
|
||||
stage: test
|
||||
tags:
|
||||
- kepler
|
||||
script:
|
||||
- volk_profile -v 8111
|
||||
- volk_gnsssdr_profile -v 2053
|
||||
- mkdir position-test && cd position-test
|
||||
- export DISPLAY=unknown
|
||||
- cp /captures/gitlab_test_signals/static/glonass/gnss-sdr_GLONASS_L2_CA_ibyte.conf ./gnss-sdr_GLONASS_L2_CA_ibyte.conf
|
||||
- position_test --config_file_ptest=gnss-sdr_GLONASS_L2_CA_ibyte.conf --static_position="40.007988,-105.262707,1655" --static_scenario=1 --pvt_solver_dump_filename=./PVT.dat --dynamic_3D_velocity_RMSE=6 --plot_position_test --show_plots=0
|
||||
- mkdir GLOL2 && cp *.* ./GLOL2
|
||||
artifacts:
|
||||
paths:
|
||||
- position-test/GLOL2/*
|
||||
allow_failure: true
|
||||
|
||||
|
||||
position-leo-4in1:
|
||||
image: $DOCKER_HUB_USER/$DOCKER_HUB_REPO:testing
|
||||
stage: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user