roscopter icon indicating copy to clipboard operation
roscopter copied to clipboard

Added missing return statements

Open sethmnielsen opened this issue 4 years ago • 0 comments

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).

sethmnielsen avatar Oct 05 '20 20:10 sethmnielsen