Skip to content

Commit

Permalink
Sailboat: In Irons : fix sailboat OPTIONS parameter comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kwikius committed Feb 29, 2024
1 parent c216bac commit 7004604
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Rover/sailboat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ const AP_Param::GroupInfo Sailboat::var_info[] = {
// @Param: OPTIONS
// @DisplayName: Sailboat options
// @Description: Sailboat setup options, Only available for separate mainsail RC channel.
// @bitmask: 0:TODO Mainsail works as traditional RC sail in manual. Range 1000 usec to 2000 usec. 1000 usec is fully sheeted in, 2000 usec is fully sheeted out
// @bitmask: 1:reserved
// @bitmask: 2:reserved
// @bitmask: 3:reserved
// @bitmask: 4:TODO mainsail channel modifies angle of attack in auto, acro. MainSailRCIn range {1000 to 1900} usec: Sail angle of attack = (1.0f - (MainsailChannelIn - 1000.0f)/900.0f) * SAIL_ANGLE_IDEAL. MainSailRCIn range {1900 +} usec: Sail relaxed.
// @bitmask: 5:reserved
// @bitmask: 6:reserved
// @bitmask: 7:Detect and get out of "in Irons" in AUTO mode
// @Bitmask: 0: TODO Mainsail works as traditional RC sail in manual. Range 1000 usec to 2000 usec. 1000 usec is fully sheeted in, 2000 usec is fully sheeted out
// @Bitmask: 1: reserved
// @Bitmask: 2: reserved
// @Bitmask: 3: reserved
// @Bitmask: 4: TODO mainsail channel modifies angle of attack in auto, acro. MainSailRCIn range {1000 to 1900} usec: Sail angle of attack = (1.0f - (MainsailChannelIn - 1000.0f)/900.0f) * SAIL_ANGLE_IDEAL. MainSailRCIn range {1900 +} usec: Sail relaxed.
// @Bitmask: 5: reserved
// @Bitmask: 6: reserved
// @Bitmask: 7: Detect and get out of "in Irons" in AUTO mode
// @User: Advanced
AP_GROUPINFO("OPTIONS", 10, Sailboat, options, 0),

Expand Down

0 comments on commit 7004604

Please sign in to comment.