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

Add stream request #30

Open
patrickelectric opened this issue Sep 27, 2024 · 2 comments
Open

Add stream request #30

patrickelectric opened this issue Sep 27, 2024 · 2 comments
Assignees

Comments

@patrickelectric
Copy link
Member

As mavp2p, we should add stream requests to start receiving messages from the autopilot
https://github.com/bluenviron/mavp2p

@joaoantoniocardoso
Copy link
Member

joaoantoniocardoso commented Sep 27, 2024

Current BlueOS master uses the streamreq-frequency arg, which is not implemented and is exactly what we are missing here.

/usr/bin/mavp2p \
  udps:127.0.0.1:8852 \
  udpc:192.168.2.1:14550 \
  udps:0.0.0.0:14550 \
  tcps:127.0.0.1:5777 \
  udps:0.0.0.0:14660 \
  udpc:127.0.0.1:14000 \
  --streamreq-frequency=10

When I first made this CLI, BlueOS master was using streamreq-disable, which I added here just to be able to run mavlink-server without modifying BlueOS.

@joaoantoniocardoso joaoantoniocardoso self-assigned this Sep 27, 2024
@joaoantoniocardoso
Copy link
Member

Retification:

my BlueoS reverted to factory. The current master has the same behavior of the master when I first implemented the CLI, and it was modified here:

So probably this is not what we are missing.

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

No branches or pull requests

2 participants