-
Notifications
You must be signed in to change notification settings - Fork 50
Implementation of novb_heading2 #95
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
Conversation
|
Nice, thanks! I've triggered the CI, let's see what it thinks... :) |
|
It isn't happy. Apply this patch: (I unfortunately have no idea how I could commit that myself to this PR. Do you have any idea how this is supposed to work?) |
|
What if you try to contribute directly from our fork? Or did you get some permissions denied? |
|
I managed to use this "gh" cli to checkout your branch, which created a local branch in my workspace, but did not change/add any remote or so. So I didn't know where to push to. I tried this (suggested by git itself): $ git push origin HEAD:refs/pull/95/head
Enumerating objects: 133, done.
Counting objects: 100% (133/133), done.
Delta compression using up to 16 threads
Compressing objects: 100% (100/100), done.
Writing objects: 100% (102/102), 18.49 KiB | 3.08 MiB/s, done.
Total 102 (delta 70), reused 0 (delta 0)
remote: Resolving deltas: 100% (70/70), completed with 23 local objects.
To github.com:fixposition/fixposition_driver.git
! [remote rejected] HEAD -> refs/pull/95/head (deny updating a hidden ref)
error: failed to push some refs to '[email protected]:fixposition/fixposition_driver.git' |
|
I thought that the easiest workflow is to contribute to our fork. So you do: The fork is public, so I think that it should work. |
|
OK, I added your copy as another remote and i can directly checkout your branch and modify it. Still, i cannot push of course (it's only publicly readable, but not writable of course). $ git remote -v
ascento [email protected]:Ascento-AG/fixposition_driver.git (fetch)
ascento [email protected]:Ascento-AG/fixposition_driver.git (push)
origin [email protected]:fixposition/fixposition_driver.git (fetch)
origin [email protected]:fixposition/fixposition_driver.git (push)
$ git push ascento
ERROR: Permission to Ascento-AG/fixposition_driver.git denied to flipflip8952.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.I guess you could give me write permissions. But I see that you have already applied the patch, so no need for that today.. :-) I've triggered again the CI |
|
this seems to be good to go :) |
|
Yes, I tested purely the running of the driver and the publishing of the new message :) |
|
Yay, we did it! :-) |

Hi, I have implemented the logic to make the NovbHeading2 msg available through the driver.
This is since we wanted to have access to the baseline measurements, to better detect GNSS outages. Could you give a look?
I will test this tomorrow.
Thanks!