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

GLOBAL_POSITION_INT vs GPS_RAW_INT #47

Open
pgiacalo opened this issue Jan 31, 2013 · 3 comments
Open

GLOBAL_POSITION_INT vs GPS_RAW_INT #47

pgiacalo opened this issue Jan 31, 2013 · 3 comments
Assignees
Labels

Comments

@pgiacalo
Copy link

Hi guys,

Question. It appears that mavelous is using mavlink message type GPS_RAW_INT rather than GLOBAL_POSITION_INT for data updates. If so, is there a particular reason for this choice?

The mavlink web site has this to saw about GPS_RAW_INT...

"The global position, as returned by the Global Positioning System (GPS). This is NOT the global position estimate of the sytem, but rather a RAW sensor value. See message GLOBAL_POSITION for the global position estimate..."

Thanks,
Phil

@pchickey
Copy link
Contributor

Hi Philip,

We're probably doing that wrong. I implemented it originally and never
found any good reason to change it, but I agree we should if it will help
us work with more vehicles than just ArduCopter, which sends the same info
in both messages.

If you could please file this as a bug to investigate on github, that will
help me remember once I have some time to work on Mavelous again (next two
weeks are not so good...).

Best
Pat

On Wed, Jan 30, 2013 at 5:57 PM, Philip Giacalone
[email protected]:

Hi guys,

Question. It appears that mavelous is using mavlink message type
GPS_RAW_INT rather than GLOBAL_POSITION_INT for data updates. If so, is
there a particular reason for this choice?

The mavlink web site has this to saw about GPS_RAW_INT...

"The global position, as returned by the Global Positioning System (GPS).
This is NOT the global position estimate of the sytem, but rather a RAW
sensor value. See message GLOBAL_POSITION for the global position
estimate..."

Thanks,
Phil


Reply to this email directly or view it on GitHubhttps://github.com//issues/47.

@pgiacalo
Copy link
Author

Ok, thanks. I'll file the bug. Sorry about that...


From: Pat Hickey [email protected]
To: wiseman/mavelous [email protected]
Cc: Philip Giacalone [email protected]
Sent: Wednesday, January 30, 2013 8:35 PM
Subject: Re: [mavelous] GLOBAL_POSITION_INT vs GPS_RAW_INT (#47)

Hi Philip,

We're probably doing that wrong. I implemented it originally and never
found any good reason to change it, but I agree we should if it will help
us work with more vehicles than just ArduCopter, which sends the same info
in both messages.

If you could please file this as a bug to investigate on github, that will
help me remember once I have some time to work on Mavelous again (next two
weeks are not so good...).

Best
Pat

On Wed, Jan 30, 2013 at 5:57 PM, Philip Giacalone
[email protected]:

Hi guys,

Question. It appears that mavelous is using mavlink message type
GPS_RAW_INT rather than GLOBAL_POSITION_INT for data updates. If so, is
there a particular reason for this choice?

The mavlink web site has this to saw about GPS_RAW_INT...

"The global position, as returned by the Global Positioning System (GPS).
This is NOT the global position estimate of the sytem, but rather a RAW
sensor value. See message GLOBAL_POSITION for the global position
estimate..."

Thanks,
Phil


Reply to this email directly or view it on GitHubhttps://github.com//issues/47.


Reply to this email directly or view it on GitHub.

@pchickey
Copy link
Contributor

Oh, crap, I just realized I responded to an actual github issue - for some
reason I though this was a mailing list post. I'm sorry for not having any
idea what was going on!

On Wed, Jan 30, 2013 at 10:40 PM, Philip Giacalone <[email protected]

wrote:

Ok, thanks. I'll file the bug. Sorry about that...


From: Pat Hickey [email protected]
To: wiseman/mavelous [email protected]
Cc: Philip Giacalone [email protected]
Sent: Wednesday, January 30, 2013 8:35 PM
Subject: Re: [mavelous] GLOBAL_POSITION_INT vs GPS_RAW_INT (#47)

Hi Philip,

We're probably doing that wrong. I implemented it originally and never
found any good reason to change it, but I agree we should if it will help
us work with more vehicles than just ArduCopter, which sends the same info
in both messages.

If you could please file this as a bug to investigate on github, that will
help me remember once I have some time to work on Mavelous again (next two
weeks are not so good...).

Best
Pat

On Wed, Jan 30, 2013 at 5:57 PM, Philip Giacalone
[email protected]:

Hi guys,

Question. It appears that mavelous is using mavlink message type
GPS_RAW_INT rather than GLOBAL_POSITION_INT for data updates. If so, is
there a particular reason for this choice?

The mavlink web site has this to saw about GPS_RAW_INT...

"The global position, as returned by the Global Positioning System
(GPS).
This is NOT the global position estimate of the sytem, but rather a RAW
sensor value. See message GLOBAL_POSITION for the global position
estimate..."

Thanks,
Phil


Reply to this email directly or view it on GitHub<
https://github.com/wiseman/mavelous/issues/47>.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/47#issuecomment-12929833.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@pchickey @pgiacalo and others