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

integration_tests: add checks to takeoff/land test [2] #110

Merged
merged 2 commits into from
Oct 6, 2017

Conversation

julianoes
Copy link
Collaborator

Replaces #98.

This adds some checks to the ActionSimpleHover tests to actually check
what PX4 SITL is executing rather than just checking if we get the
correct responses.

This could be an example for CI tests for PX4 using DroneCore.

@dagar have a look

To test this:

  • Start PX4 SITL
  • Then start the test:
    make && build/default/integration_tests_runner --gtest_filter="SitlTest.ActionSimpleHover*"
    

Or if you have Firmware and DroneCore next to each other in a folder:

make && AUTOSTART_SITL=1 build/default/integration_tests_runner --gtest_filter="SitlTest.ActionSimpleHover*"

Copy link
Member

@mrpollo mrpollo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mrpollo
Copy link
Member

mrpollo commented Oct 5, 2017

@julianoes can you rebase plz?

This adds some checks to the ActionSimpleHover tests to actually check
what PX4 SITL is executing rather than just checking if we get the
correct responses.

This could be an example for CI tests for PX4 using DroneCore.
@julianoes julianoes merged commit 204fc3b into develop Oct 6, 2017
@julianoes julianoes deleted the sitl-test2 branch October 6, 2017 07:39
dlech pushed a commit to dlech/MAVSDK that referenced this pull request Jan 14, 2022
Add shell definition
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

Successfully merging this pull request may close these issues.

2 participants