Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase GPS random walk to better reflect reality #27

Open
klaxalk opened this issue May 11, 2021 · 5 comments
Open

Increase GPS random walk to better reflect reality #27

klaxalk opened this issue May 11, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@klaxalk
Copy link
Member

klaxalk commented May 11, 2021

No description provided.

@klaxalk klaxalk added the enhancement New feature or request label May 11, 2021
@spurnvoj
Copy link
Member

How much do you want to change it? These are the values which are there now

          <plugin name='gps_plugin' filename='libgazebo_gps_plugin.so'>
            <robotNamespace/>
            <gpsNoise>1</gpsNoise>
            <gpsXYRandomWalk>2.0</gpsXYRandomWalk>
            <gpsZRandomWalk>4.0</gpsZRandomWalk>
            <gpsXYNoiseDensity>0.0002</gpsXYNoiseDensity>
            <gpsZNoiseDensity>0.0004</gpsZNoiseDensity>
            <gpsVXYNoiseDensity>0.2</gpsVXYNoiseDensity>
            <gpsVZNoiseDensity>0.4</gpsVZNoiseDensity>
          </plugin>

@spurnvoj
Copy link
Member

Datasheet for Neo-M8N chip used in most of the pixhawk GPS receivers says that the horizontal precision is 2.5 m (GPS+GLONASS). So I can update it to this value. Is it enough?

@klaxalk
Copy link
Member Author

klaxalk commented Oct 8, 2021

I think 2.5 m is the "optimistic" value. Now the question is, wherher we should not simulate with more pessimistic values, to prevent any surprises in the real world.

@spurnvoj
Copy link
Member

Is this is valid? Should I change the GPS horizontal precision to 2.5m?

@klaxalk
Copy link
Member Author

klaxalk commented Jan 23, 2023

Ye, I still think the normal GPS random walk should be more visible.

ViktorWalter pushed a commit that referenced this issue Jan 25, 2023
Update to px4 firmware 1.13.2 and jinja2 templated drone model description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants