mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
gps: add note to param
This notes the reference yaw angle for the Septentrio Mosaic-H. It's unfortunately a bit tricky in that Unicore has the main antenna in front by default while Septentrio decided to put the aux antenna in front. Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright (c) 2016 PX4 Development Team. All rights reserved.
|
* Copyright (c) 2016-2024 PX4 Development Team. All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
@@ -152,8 +152,9 @@ PARAM_DEFINE_INT32(GPS_UBX_CFG_INTF, 0);
|
|||||||
*
|
*
|
||||||
* The offset angle increases clockwise.
|
* The offset angle increases clockwise.
|
||||||
*
|
*
|
||||||
* Set this to 90 if the rover (or Unicore primary) antenna is placed on the
|
* Set this to 90 if the rover (or Unicore primary, or Septentrio Mosaic Aux)
|
||||||
* right side of the vehicle and the moving base antenna is on the left side.
|
* antenna is placed on the right side of the vehicle and the moving base
|
||||||
|
* antenna is on the left side.
|
||||||
*
|
*
|
||||||
* (Note: the Unicore primary antenna is the one connected on the right as seen
|
* (Note: the Unicore primary antenna is the one connected on the right as seen
|
||||||
* from the top).
|
* from the top).
|
||||||
|
|||||||
Reference in New Issue
Block a user