Georacer / last_letter

A collection of ROS packages for UAV simulation and autopilot development
GNU General Public License v3.0
36 stars 16 forks source link

Document the maximum string length of the polynomial coefficient parameter lines #46

Open Georacer opened 9 years ago

Georacer commented 9 years ago

Found in propulsionLib.cpp:

char s[100];
// Create engine power polynomial
sprintf(s,"%s","motor/engPowerPoly");
engPowerPoly =  factory.buildPolynomial(s);