-
Notifications
You must be signed in to change notification settings - Fork 81
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 MAVLinkServer #2930
Add MAVLinkServer #2930
Conversation
5fade7e
to
6b5c542
Compare
@patrickelectric can you rebase as master was broken? |
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
Signed-off-by: Patrick José Pereira <[email protected]>
6b5c542
to
badd22e
Compare
Rebased |
# Immediately exit on errors | ||
set -e | ||
|
||
VERSION="master" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a reminder to fixate a version once we validate it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good and it is working as expected here, but I agree with @joaoantoniocardoso that we should change the version from master
Working fine with SITL, the problem when connecting with an autopilot is probably a missing stream-request in the router. That should be configured with command line as mavp2p.
bluerobotics/mavlink-server#30