-
Notifications
You must be signed in to change notification settings - Fork 176
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
VN310 support? Dual GNSS #75
Comments
I also don't see any documentation for a 'compass' member variable in any of the rosmsgs, but I do see a reference to getting compass data in #57 |
You should be able to easily support the dual GPS receiver with minimal
modifications to main.cc. hardware support should be there already.
I'll note that this note does not publish the raw GPS data by default,
instead it relies on the INS solution which on the VN 310 should use both
GPS antennas.
It's probably not very helpful but the ROS2 version supports it out of the
box, just need to configure the node parameters to enable the messages you
care about.
…On Tue, Jul 27, 2021, 11:31 Phillip Ring ***@***.***> wrote:
I also don't see any documentation for a 'compass' member variable in any
of the rosmsgs, but I do see a reference to getting compass data in #57
<#57>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXHVFYKU47GZZYTU5R4V23TZ3GO5ANCNFSM5BCOSX4Q>
.
|
The yaw value reported by the VN-310 is aligned with North already. That direction is determined automatically using the dual GPS (as long as you setup the antenna positions properly already). You can just use the yaw value for heading. The compass status registers aren't needed for normal operation of the VN-310. Basically the VN-310 is already supported and has worked fine for me. |
@pringithub did you find a solution? We also want to use the dual GNSS with ROS1. |
@umiklos When this issue was originally opened, I was already using this repository with the VN310 without any problems. There was never any update from @pringithub that made it clear what their specific issue was. I'd recommend just trying it out. |
Hello!
We have a VN310 and are wondering if this library could add Dual GNSS support as specified in the VN310 spec.
Thankfully, we are able to use the vn210.yaml file to get GPS data with a single antenna, but would like the option of dual antennae as well.
The text was updated successfully, but these errors were encountered: