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

Added missing return statements #62

Open sethmnielsen opened 3 years ago

sethmnielsen commented 3 years ago

The compiler was complaining about these. Also, one of the += overloads State& State::operator+=(const VectorXd& dx) was not returning the instance, which might have caused problems for any code that uses that operator (if there is any code out there using it).