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

Connecting to Ardusub system #2378

Open
codymarquardt opened this issue Aug 19, 2024 · 3 comments
Open

Connecting to Ardusub system #2378

codymarquardt opened this issue Aug 19, 2024 · 3 comments
Labels

Comments

@codymarquardt
Copy link

I am running Ardusub on a bluerov2. I am trying to call mavsdk.add_any_connection() and cannot find a connection with a valid system.

From docs, I see it is udpin://0.0.0.0:14550, but that’s not working.

Is there any confirmation that this works on a BlueROV? I can’t find any resources on others doing this. Unsure if this is a sdk issue or lack of documentation issue

@julianoes
Copy link
Collaborator

Where does BlueRov2 send or listen to MAVLink?

@codymarquardt
Copy link
Author

image

This is what I can see on the mavlink endpoints page of BlueOS

@julianoes
Copy link
Collaborator

The first one looks like it would be listening on all network interfaces (0.0.0.0), so if MAVSDK is running on the same host, it would connect to that one using udp://127.0.0.1:14550.

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

2 participants