mirror of https://github.com/ArduPilot/ardupilot
tools: change a word(NFC)
This commit is contained in:
parent
4ef66dcf34
commit
d4236a95c4
|
@ -128,7 +128,7 @@ title('Polar Plot, boat speed (m/s) vs heading (deg)')
|
|||
plot_heading = 50;
|
||||
plot_wind_speed = 5;
|
||||
|
||||
% convet from values to indexs
|
||||
% convert from values to indexs
|
||||
plot_heading = find(heading == plot_heading);
|
||||
plot_wind_speed = find(wind_speed == plot_wind_speed);
|
||||
|
||||
|
|
Loading…
Reference in New Issue