MCPcopy Create free account
hub / github.com/amov-lab/Prometheus / printf_param

Function printf_param

Modules/control/src/px4_sender.cpp:537–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535
536
537void printf_param()
538{
539 cout <<">>>>>>>>>>>>>>>>>>>>>>>> px4_sender Parameter <<<<<<<<<<<<<<<<<<<<<<" <<endl;
540 cout << "Takeoff_height : "<< Takeoff_height<<" [m] "<<endl;
541 cout << "Disarm_height : "<< Disarm_height <<" [m] "<<endl;
542 cout << "Land_speed : "<< Land_speed <<" [m/s] "<<endl;
543 cout << "Land_mode : "<< Land_mode << endl;
544 cout << "geo_fence_x : "<< geo_fence_x[0] << " [m] to "<<geo_fence_x[1] << " [m]"<< endl;
545 cout << "geo_fence_y : "<< geo_fence_y[0] << " [m] to "<<geo_fence_y[1] << " [m]"<< endl;
546 cout << "geo_fence_z : "<< geo_fence_z[0] << " [m] to "<<geo_fence_z[1] << " [m]"<< endl;
547}
548
549int check_failsafe()
550{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected