Browse Source

GPS_YAW_OFFSET: fix param description

release/1.12
bresch 4 years ago committed by Mathieu Bresciani
parent
commit
5f0c572c61
  1. 2
      src/drivers/gps/params.c

2
src/drivers/gps/params.c

@ -93,7 +93,7 @@ PARAM_DEFINE_INT32(GPS_UBX_MODE, 0); @@ -93,7 +93,7 @@ PARAM_DEFINE_INT32(GPS_UBX_MODE, 0);
* (currently only for the Trimble MB-Two).
*
* Set this to 0 if the antennas are parallel to the forward-facing direction of the vehicle and the first antenna is in
* front. The offset angle increases counterclockwise.
* front. The offset angle increases clockwise.
*
* Set this to 90 if the first antenna is placed on the right side and the second on the left side of the vehicle.
*

Loading…
Cancel
Save