byu-magicc / roscopter

*Under Development* - A fully-featured multirotor autopilot for ROS
http://scholarsarchive.byu.edu/cgi/viewcontent.cgi?article=2324&context=facpub
52 stars 38 forks source link

New master #49

Closed matthewk-rydalch closed 4 years ago

engband commented 4 years ago

careful:

roscopter/src/waypoint_manager/velocity_manager.py retained the import of set_trace

I personally don't have a problem with it, but others might. Some people care that that type of line doesn't ever get included in a commit. The main team should discuss and come to an agreement if this is ok. (My vote is cast.)

Also, in-line comments are discouraged in PEP8, and there are a couple here. Probably, they are everywhere in this massive project. This is one point from PEP8 with which I agree. In general, don't use them, except in certain, limited cases.

Probably once the todo list items David posted on the slack channel are completed, a refactor would be good, to clean up style, consistency, and general code quality.