Skip to content

Commit

Permalink
Rover: add frame type Omni3Mecanum
Browse files Browse the repository at this point in the history
Signed-off-by: Rhys Mainwaring <[email protected]>
  • Loading branch information
srmainwaring authored and rmackay9 committed Jul 16, 2024
1 parent 4de8e04 commit 4084012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rover/Parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 4084012

Please sign in to comment.