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

Copter: merge ArduCopter.cpp and Copter.cpp #11453

Merged
merged 1 commit into from
Jun 4, 2019

Conversation

peterbarker
Copy link
Contributor

No description provided.

@rmackay9
Copy link
Contributor

Cool, thanks

osd.set_nav_info(nav_info);
}
#endif

/*
constructor for main Copter class
*/
Copy link
Member

Choose a reason for hiding this comment

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

Nitpicking: I would put the constructor as the first thing on the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I put it down where we created the instance of it on purpose.

@rmackay9 - preferences?

* ..and many more.
*
* Code commit statistics can be found here: https://github.com/ArduPilot/ardupilot/graphs/contributors
* Wiki: http://copter.ardupilot.org/
Copy link
Member

Choose a reason for hiding this comment

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

Not holding this PR at all, but we should likely start a CONTRIBUTORS.md file, probably based on the allcontributors.org spec.

@OXINARF OXINARF added the Copter label May 31, 2019
@rmackay9
Copy link
Contributor

rmackay9 commented Jun 3, 2019

On the dev call we decided that this was a good change for all vehicles but it's up to the vehicle maintainers to decide when they should implement this in order to reduce havoc with outstanding PRs.

@rmackay9 rmackay9 merged commit 33daef2 into ArduPilot:master Jun 4, 2019
@rmackay9
Copy link
Contributor

rmackay9 commented Jun 4, 2019

Merged, thanks!

@peterbarker peterbarker deleted the pr/copter-content-move branch June 4, 2019 01:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants