mirror of https://github.com/ArduPilot/ardupilot
Rover: add frame type Omni3Mecanum
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
4de8e04679
commit
408401250b
|
@ -523,7 +523,7 @@ const AP_Param::GroupInfo ParametersG2::var_info[] = {
|
|||
// @Param: FRAME_TYPE
|
||||
// @DisplayName: Frame Type
|
||||
// @Description: Frame Type
|
||||
// @Values: 0:Undefined,1:Omni3,2:OmniX,3:OmniPlus
|
||||
// @Values: 0:Undefined,1:Omni3,2:OmniX,3:OmniPlus,4:Omni3Mecanum
|
||||
// @User: Standard
|
||||
// @RebootRequired: True
|
||||
AP_GROUPINFO("FRAME_TYPE", 24, ParametersG2, frame_type, 0),
|
||||
|
|
Loading…
Reference in New Issue