SITL: added SIM_WOW_PIN

This commit is contained in:
Andrew Tridgell 2018-11-09 14:06:30 +11:00
parent ed8dff8af7
commit 0536a3c4c6
2 changed files with 6 additions and 0 deletions

View File

@ -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
};

View File

@ -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);