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: do a simple flight scenario #2167

Merged
merged 4 commits into from
Apr 18, 2018

Conversation

mlyle
Copy link
Member

@mlyle mlyle commented Apr 17, 2018

Fixes #47.

Copy link
Member

@tracernz tracernz left a comment

Choose a reason for hiding this comment

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

😁 😁 😁


print("send_control_values", self.tick_num, val_tup)

gi = self.uavrcvr_class._make_to_send(val_tup)
Copy link
Member

Choose a reason for hiding this comment

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

Should make_to_send actually be private API? It seems to be one of the most used methods. 😛

break

self.assertLessEqual(positionActual.Down, -10, "Needed to climb to 10m")
self.assertTrue(40 < i < 60) # Was 49.
Copy link
Member

Choose a reason for hiding this comment

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

, "Took to long to climb to 10 m" maybe?

@tracernz
Copy link
Member

No backtrace to see where it was stuck. :(

@mlyle mlyle force-pushed the mpl-pyrrhic branch 2 times, most recently from 892aeaa to d1e4c48 Compare April 18, 2018 03:07
@mlyle
Copy link
Member Author

mlyle commented Apr 18, 2018

No stuck, just too slow.

Confirms that basic control, climb, failsafe, etc, work.
@mlyle
Copy link
Member Author

mlyle commented Apr 18, 2018

One more commit for shiggles.

@tracernz
Copy link
Member

Nice. 👍

@tracernz tracernz merged commit 2742cac into d-ronin:next Apr 18, 2018
@mlyle mlyle deleted the mpl-pyrrhic branch April 19, 2018 03:43
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants