SITL: added SIM_WOW_PIN
This commit is contained in:
parent
ed8dff8af7
commit
0536a3c4c6
@ -132,6 +132,9 @@ const AP_Param::GroupInfo SITL::var_info2[] = {
|
||||
// @Path: ./SIM_Gripper_EPM.cpp
|
||||
AP_SUBGROUPINFO(gripper_epm_sim, "GRPE_", 24, SITL, Gripper_EPM),
|
||||
|
||||
// weight on wheels pin
|
||||
AP_GROUPINFO("WOW_PIN", 25, SITL, wow_pin, -1),
|
||||
|
||||
AP_GROUPEND
|
||||
};
|
||||
|
||||
|
@ -197,6 +197,9 @@ public:
|
||||
// differential pressure sensor tube order
|
||||
AP_Int8 arspd_signflip;
|
||||
|
||||
// weight on wheels pin
|
||||
AP_Int8 wow_pin;
|
||||
|
||||
uint16_t irlock_port;
|
||||
|
||||
void simstate_send(mavlink_channel_t chan);
|
||||
|
Loading…
Reference in New Issue
Block a user