-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Support for reading second GPS instance is broken #8945
Comments
I have repeated this test with a pixhawk cube and it is not possible to get a GPS to connect to any port other than the default GPS port. The test used this commit to prevent GPS or companion computer connections starting on boot: On the pixracer I connected the GPS receiver to the TELEM2 port and attempted to start using' gps start -d /dev/ttyS2' The driver cycled through a range of GPS protocols and baud rates attempting to connect. Repeating this test using the GPS connected to the TELEM2 port on a pixhawk 'cube' and starting the GPS via 'gps start -d /dev/ttyS2' produced the same result. I was unable to find a port mapping that worked for the GPS2 port. |
This should fix it: #9019. Can you cross-test it? |
Fixed on my hardware TXS. |
Has this issue been fixed in a gold release of code. I have the latest official build on my pixracer and it doesn't see the second GPS so curious how to get it working. |
Not yet, just in the latest beta version. |
bkueng thanks man. any idea on timing. I am a month away from wanting to maiden this new build so its not a problem for me right now. But you know what its like,m you want to remove all the bugs as you encounter them before you put it in the air. |
Hard to say, but a month should be enough. Alternatively you can:
|
Thanks man. I can wait. I have lots to do and the reality is, even if I wanted to maiden tomorrow, missing a gps isn't a real issue. I can wait, I just appreciate your getting back to me. I truly appreciate it |
hows that new release coming |
Bug Report
The firmware at commit 19e706f is unable to read a second GPS receiver connected to the TELEM2 port of a pixracer after making the following modifications:
The following console output is generated when the GPS status is queried:
Both reeceivers are UBlox M8N units and both work when plugged into the GPS port. The TELEM2 port is able to connect to a modem under normal usage.
The text was updated successfully, but these errors were encountered: