aboutsummaryrefslogtreecommitdiff
path: root/apps/uORB/topics/vehicle_status.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2012-09-19 18:53:29 +0200
committerLorenz Meier <lm@inf.ethz.ch>2012-09-19 18:53:29 +0200
commit291f4f3a33e6428b23624b1ffe12fec1015816cd (patch)
tree0dc7b590081184d46ffa2ad88ba6fbe56a364891 /apps/uORB/topics/vehicle_status.h
parentb0b72b11eb6c112d3fb58385f5681af55dd5605a (diff)
downloadpx4-firmware-291f4f3a33e6428b23624b1ffe12fec1015816cd.tar.gz
px4-firmware-291f4f3a33e6428b23624b1ffe12fec1015816cd.tar.bz2
px4-firmware-291f4f3a33e6428b23624b1ffe12fec1015816cd.zip
Reworked control interface, needs testing / validation
Diffstat (limited to 'apps/uORB/topics/vehicle_status.h')
-rw-r--r--apps/uORB/topics/vehicle_status.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/uORB/topics/vehicle_status.h b/apps/uORB/topics/vehicle_status.h
index cfde2ab53..850029f01 100644
--- a/apps/uORB/topics/vehicle_status.h
+++ b/apps/uORB/topics/vehicle_status.h
@@ -127,7 +127,7 @@ struct vehicle_status_s
bool flag_control_rates_enabled; /**< true if rates are stabilized */
bool flag_control_attitude_enabled; /**< true if attitude stabilization is mixed in */
- bool flag_control_speed_enabled; /**< true if speed (implies direction) is controlled */
+ bool flag_control_velocity_enabled; /**< true if speed (implies direction) is controlled */
bool flag_control_position_enabled; /**< true if position is controlled */
bool flag_preflight_gyro_calibration; /**< true if gyro calibration is requested */