Browse Source

Merge pull request #1230 from PX4/posvalidcomment

update comment about condition_global_position_valid
sbg
Lorenz Meier 11 years ago
parent
commit
bd808ccf3a
  1. 2
      src/modules/uORB/topics/vehicle_status.h

2
src/modules/uORB/topics/vehicle_status.h

@ -186,7 +186,7 @@ struct vehicle_status_s { @@ -186,7 +186,7 @@ struct vehicle_status_s {
bool condition_system_sensors_initialized;
bool condition_system_returned_to_home;
bool condition_auto_mission_available;
bool condition_global_position_valid; /**< set to true by the commander app if the quality of the gps signal is good enough to use it in the position estimator */
bool condition_global_position_valid; /**< set to true by the commander app if the quality of the position estimate is good enough to use it for navigation */
bool condition_launch_position_valid; /**< indicates a valid launch position */
bool condition_home_position_valid; /**< indicates a valid home position (a valid home position is not always a valid launch) */
bool condition_local_position_valid;

Loading…
Cancel
Save