mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 11:20:35 +08:00
Removed verbose print
This commit is contained in:
@@ -920,6 +920,7 @@ FixedwingEstimator::task_main()
|
||||
struct home_position_s home;
|
||||
|
||||
orb_copy(ORB_ID(home_position), _home_sub, &home);
|
||||
warnx("HOME SET");
|
||||
|
||||
double lat = home.lat;
|
||||
double lon = home.lon;
|
||||
|
||||
Reference in New Issue
Block a user