mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 05:30:36 +08:00
Optionally enable airspeed sensor sim
Enable and disable sensor sim module with parameter
This commit is contained in:
committed by
JaeyoungLim
parent
192764387d
commit
3f50bd051f
@@ -32,10 +32,13 @@
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* simulated GPS number of satellites used
|
||||
* Enable simulated airspeed sensor instance
|
||||
*
|
||||
* @reboot_required true
|
||||
* @min 0
|
||||
* @max 50
|
||||
* @group Simulator
|
||||
*/
|
||||
// PARAM_DEFINE_INT32(SIM_GPS_USED, 10);
|
||||
* @max 1
|
||||
* @group Sensors
|
||||
* @value 0 Disabled
|
||||
* @value 1 Enabled
|
||||
*/
|
||||
PARAM_DEFINE_INT32(SENS_EN_ARSPDSIM, 0);
|
||||
|
||||
Reference in New Issue
Block a user