~thopiekar/mavlink/+git/MAVSDK:pr-apm-mission-plan-check

Last commit made on 2023-05-30
Get this branch:
git clone -b pr-apm-mission-plan-check https://git.launchpad.net/~thopiekar/mavlink/+git/MAVSDK

Branch merges

Branch information

Name:
pr-apm-mission-plan-check
Repository:
lp:~thopiekar/mavlink/+git/MAVSDK

Recent commits

5eaf2cc... by Jonas Vautherin <email address hidden>

Merge pull request #2062 from mavlink/pr-disable-sitl-tests

CI: disable integration tests

23c34c0... by Julian Oes

CI: disable integration tests

Some of the tests are more often failing than passing and we stopped
even checking the results. So we might as well disable the tests for
now, so that it at least looks better in the README badge and PR checks.

Also, we save some of Azures CPU cycles just burns energy without any
gain at this point.

I think in the future we can discuss bringing back some tests, or just
have some examples executable as tests instead but heavily rely on the
system-tests instead.

The example tests added back in would be to test a few cases that cover
whether things are roughly still connecting and running, however, it
won't be feasible to have integration tests for all sorts of
combinations of PX4 and ArduPilot versions against all of the various
features because we just run into combinatorial explosion.

Signed-off-by: Julian Oes <email address hidden>

ea956a8... by Julian Oes

Merge pull request #2055 from mavlink/ci-fix-macos

ci: try to fix fetching tags on macOS

616c07d... by Julian Oes

CI: try fetch-depth instead of git fetch

Signed-off-by: Julian Oes <email address hidden>

f43b34e... by Julian Oes

Revert "ci: remove git fetch tags in some jobs"

This reverts commit d48a67c39b7b37316d94eaeac25c742a7182e6cf.

f2906e1... by Jonas Vautherin <email address hidden>

ci: remove git fetch tags in some jobs

de0169f... by Julian Oes

Merge pull request #2061 from mavlink/generate-code

Generate code from protos

58eae8a... by Jonas Vautherin <email address hidden>

Generate code from protos

I forgot to update the proto submodule.

Signed-off-by: Julian Oes <email address hidden>

a4b7262... by Julian Oes

Merge pull request #2057 from alireza787b/offboard-pos-vel-acc

added set_position_velocity_acceleration_ned offboard function

c5cd7f0... by alireza787b <email address hidden>

added set_position_velocity_acceleration_ned offboard function