Subversion Repositories NaviCtrl

Rev

Rev 109 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 109 Rev 171
1
/*#######################################################################################*/
1
/*#######################################################################################*/
2
/*#######################################################################################*/
2
/*#######################################################################################*/
3
 
3
 
4
// IMPORTANT NOTE:
4
// IMPORTANT NOTE:
5
 
5
 
6
// This is only a dummy implementation for errorfree compiling of the NaviCtrl sources.
6
// This is only a dummy implementation for errorfree compiling of the NaviCtrl sources.
7
 
7
 
8
// The GPS navigation routines are NOT included !
8
// The GPS navigation routines are NOT included !
9
 
9
 
10
/*#######################################################################################*/
10
/*#######################################################################################*/
11
/*#######################################################################################*/
11
/*#######################################################################################*/
12
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
12
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
13
/*#######################################################################################*/
13
/*#######################################################################################*/
14
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// + Copyright (c) 2008 Ingo Busker, Holger Buss
15
// + Copyright (c) 2008 Ingo Busker, Holger Buss
16
// + Nur für den privaten Gebrauch
16
// + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY
17
// + FOR NON COMMERCIAL USE ONLY
17
// + FOR NON COMMERCIAL USE ONLY
18
// + www.MikroKopter.com
18
// + www.MikroKopter.com
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
20
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
21
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
21
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
22
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
22
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
23
// + bzgl. der Nutzungsbedingungen aufzunehmen.
23
// + bzgl. der Nutzungsbedingungen aufzunehmen.
24
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
24
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
25
// + Verkauf von Luftbildaufnahmen, usw.
25
// + Verkauf von Luftbildaufnahmen, usw.
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
27
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
28
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
28
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
30
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
31
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
31
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
32
// + eindeutig als Ursprung verlinkt werden
32
// + eindeutig als Ursprung verlinkt werden
33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
34
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
34
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
35
// + Benutzung auf eigene Gefahr
35
// + Benutzung auf eigene Gefahr
36
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
36
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
37
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
37
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
38
// + Die PORTIERUNG der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
38
// + Die Portierung oder Nutzung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
39
// + mit unserer Zustimmung zulässig
39
// + mit unserer Zustimmung zulässig
40
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
40
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
41
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
41
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
42
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
42
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
43
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
43
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
44
// + this list of conditions and the following disclaimer.
44
// + this list of conditions and the following disclaimer.
45
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
45
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
46
// +     from this software without specific prior written permission.
46
// +     from this software without specific prior written permission.
47
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permitted
47
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permitted
48
// +     for non-commercial use (directly or indirectly)
48
// +     for non-commercial use (directly or indirectly)
49
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
49
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
50
// +     with our written permission
50
// +     with our written permission
51
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
51
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
52
// +     clearly linked as origin
52
// +     clearly linked as origin
53
// +   * PORTING this software (or part of it) to systems (other than hardware from www.mikrokopter.de) is NOT allowed
53
// +   * porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed
54
//
54
//
55
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
55
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
56
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
56
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
57
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
57
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
58
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
58
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
59
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
59
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
60
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
60
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
61
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
61
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
62
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
62
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
63
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
63
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
64
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
64
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
65
// +  POSSIBILITY OF SUCH DAMAGE.
65
// +  POSSIBILITY OF SUCH DAMAGE.
66
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
66
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
67
#include <stdio.h>
67
#include <stdio.h>
68
#include <stdlib.h>
68
#include <stdlib.h>
69
#include <math.h>
69
#include <math.h>
70
#include "91x_lib.h"
70
#include "91x_lib.h"
71
#include "main.h"
71
#include "main.h"
72
#include "uart1.h"
72
#include "uart1.h"
73
#include "GPS.h"
73
#include "GPS.h"
74
#include "timer.h"
74
#include "timer.h"
75
#include "spi_slave.h"
75
#include "spi_slave.h"
76
#include "waypoints.h"
76
#include "waypoints.h"
77
#include "i2c.h"
77
#include "i2c.h"
78
 
78
 
79
 
79
 
80
#define M_PI_180        (M_PI / 180.0f)
80
#define M_PI_180        (M_PI / 180.0f)
81
#define GPS_UPDATETIME_MS 200           // 200ms is 5 Hz
81
#define GPS_UPDATETIME_MS 200           // 200ms is 5 Hz
82
typedef enum
82
typedef enum
83
{
83
{
84
        GPS_FLIGHT_MODE_UNDEF,
84
        GPS_FLIGHT_MODE_UNDEF,
85
        GPS_FLIGHT_MODE_FREE,
85
        GPS_FLIGHT_MODE_FREE,
86
        GPS_FLIGHT_MODE_AID,
86
        GPS_FLIGHT_MODE_AID,
87
        GPS_FLIGHT_MODE_WAYPOINT
87
        GPS_FLIGHT_MODE_WAYPOINT
88
} GPS_FlightMode_t;
88
} GPS_FlightMode_t;
89
 
89
 
90
typedef struct
90
typedef struct
91
{
91
{
92
        float Gain;
92
        float Gain;
93
        float P;
93
        float P;
94
        float I;
94
        float I;
95
        float D;
95
        float D;
96
        float A;
96
        float A;
97
        float ACC;
97
        float ACC;
98
        s32 P_Limit;
98
        s32 P_Limit;
99
        s32 I_Limit;
99
        s32 I_Limit;
100
        s32 D_Limit;
100
        s32 D_Limit;
101
        s32 PID_Limit;
101
        s32 PID_Limit;
102
        u32 BrakingDuration;
102
        u32 BrakingDuration;
103
        u8 MinSat;
103
        u8 MinSat;
104
        s8 StickThreshold;
104
        s8 StickThreshold;
105
        float WindCorrection;
105
        float WindCorrection;
106
        float SpeedCompensation;
106
        float SpeedCompensation;
107
        s32 OperatingRadius;
107
        s32 OperatingRadius;
108
        GPS_FlightMode_t  FlightMode;
108
        GPS_FlightMode_t  FlightMode;
109
} __attribute__((packed)) GPS_Parameter_t;
109
} __attribute__((packed)) GPS_Parameter_t;
110
 
110
 
111
typedef struct
111
typedef struct
112
{
112
{
113
        u8  Status; // invalid, newdata, processed
113
        u8  Status; // invalid, newdata, processed
114
        s32 North;              // in cm
114
        s32 North;              // in cm
115
        s32 East;               // in cm
115
        s32 East;               // in cm
116
        s32 Bearing;    // in deg
116
        s32 Bearing;    // in deg
117
        s32 Distance;   // in cm
117
        s32 Distance;   // in cm
118
} __attribute__((packed)) GPS_Deviation_t;
118
} __attribute__((packed)) GPS_Deviation_t;
119
GPS_Deviation_t CurrentTargetDeviation;         // Deviation from Target
119
GPS_Deviation_t CurrentTargetDeviation;         // Deviation from Target
120
GPS_Deviation_t CurrentHomeDeviation;           // Deviation from Home
120
GPS_Deviation_t CurrentHomeDeviation;           // Deviation from Home
121
GPS_Deviation_t TargetHomeDeviation;            // Deviation from Target to Home
121
GPS_Deviation_t TargetHomeDeviation;            // Deviation from Target to Home
122
 
122
 
123
GPS_Stick_t             GPS_Stick;
123
GPS_Stick_t             GPS_Stick;
124
GPS_Parameter_t GPS_Parameter;
124
GPS_Parameter_t GPS_Parameter;
125
 
125
 
126
// the gps reference positions
126
// the gps reference positions
127
GPS_Pos_t GPS_HoldPosition      = {0,0,0, INVALID};                     // the hold position
127
GPS_Pos_t GPS_HoldPosition      = {0,0,0, INVALID};                     // the hold position
128
GPS_Pos_t GPS_HomePosition      = {0,0,0, INVALID};                     // the home position
128
GPS_Pos_t GPS_HomePosition      = {0,0,0, INVALID};                     // the home position
129
GPS_Pos_t * GPS_pTargetPosition = NULL;                             // pointer to the actual target position
129
GPS_Pos_t * GPS_pTargetPosition = NULL;                             // pointer to the actual target position
130
u32 GPS_TargetRadius = 0;                                                               // catch radius for target area
130
u32 GPS_TargetRadius = 0;                                                               // catch radius for target area
131
Waypoint_t* GPS_pWaypoint = NULL;                                               // pointer to the actual waypoint
131
Waypoint_t* GPS_pWaypoint = NULL;                                               // pointer to the actual waypoint
132
 
132
 
133
//-------------------------------------------------------------
133
//-------------------------------------------------------------
134
// Update GPSParamter
134
// Update GPSParamter
135
void GPS_UpdateParameter(void)
135
void GPS_UpdateParameter(void)
136
{
136
{
137
        static GPS_FlightMode_t FlightMode_Old = GPS_FLIGHT_MODE_UNDEF;
137
        static GPS_FlightMode_t FlightMode_Old = GPS_FLIGHT_MODE_UNDEF;
138
        // in case of bad receiving conditions
138
        // in case of bad receiving conditions
139
        if(FC.RC_Quality < 100)
139
        if(FC.RC_Quality < 100)
140
        {       // set fixed parameter
140
        {       // set fixed parameter
141
                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_WAYPOINT;
141
                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_WAYPOINT;
142
                GPS_Parameter.Gain      = (float) 100;
142
                GPS_Parameter.Gain      = (float) 100;
143
                GPS_Parameter.P         = (float) 90;
143
                GPS_Parameter.P         = (float) 90;
144
                GPS_Parameter.I         = (float) 90;
144
                GPS_Parameter.I         = (float) 90;
145
                GPS_Parameter.D         = (float) 90;
145
                GPS_Parameter.D         = (float) 90;
146
                GPS_Parameter.A         = (float) 90;
146
                GPS_Parameter.A         = (float) 90;
147
                GPS_Parameter.ACC       = (float) 0;
147
                GPS_Parameter.ACC       = (float) 0;
148
                GPS_Parameter.P_Limit = 90;
148
                GPS_Parameter.P_Limit = 90;
149
                GPS_Parameter.I_Limit = 90;
149
                GPS_Parameter.I_Limit = 90;
150
                GPS_Parameter.D_Limit = 90;
150
                GPS_Parameter.D_Limit = 90;
151
                GPS_Parameter.PID_Limit = 200;
151
                GPS_Parameter.PID_Limit = 200;
152
                GPS_Parameter.BrakingDuration = 0;
152
                GPS_Parameter.BrakingDuration = 0;
153
                GPS_Parameter.SpeedCompensation = (float) 30;
153
                GPS_Parameter.SpeedCompensation = (float) 30;
154
                GPS_Parameter.MinSat = 6;
154
                GPS_Parameter.MinSat = 6;
155
                GPS_Parameter.StickThreshold = 8;
155
                GPS_Parameter.StickThreshold = 8;
156
                GPS_Parameter.WindCorrection = 0.0;
156
                GPS_Parameter.WindCorrection = 0.0;
157
                GPS_Parameter.OperatingRadius = 0; // forces the aircraft to fly to home positon
157
                GPS_Parameter.OperatingRadius = 0; // forces the aircraft to fly to home positon
158
 
158
 
159
        }
159
        }
160
        else
160
        else
161
        {
161
        {
162
                // update parameter from FC
162
                // update parameter from FC
163
                if(StopNavigation) GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_FREE;
163
                if(StopNavigation) GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_FREE;
164
                else
164
                else
165
                {
165
                {
166
                        if(Parameter.NaviGpsModeControl <  50)
166
                        if(Parameter.NaviGpsModeControl <  50)
167
                        {
167
                        {
168
                                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_FREE;
168
                                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_FREE;
169
                                NCFlags &= ~(NC_FLAG_PH | NC_FLAG_CH);
169
                                NCFlags &= ~(NC_FLAG_PH | NC_FLAG_CH);
170
                                NCFlags |= NC_FLAG_FREE;
170
                                NCFlags |= NC_FLAG_FREE;
171
                        }
171
                        }
172
                        else if(Parameter.NaviGpsModeControl < 180)
172
                        else if(Parameter.NaviGpsModeControl < 180)
173
                        {
173
                        {
174
                                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_AID;
174
                                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_AID;
175
                                NCFlags &= ~(NC_FLAG_FREE | NC_FLAG_CH);
175
                                NCFlags &= ~(NC_FLAG_FREE | NC_FLAG_CH);
176
                                NCFlags |= NC_FLAG_PH;
176
                                NCFlags |= NC_FLAG_PH;
177
                        }
177
                        }
178
                        else
178
                        else
179
                        {
179
                        {
180
                                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_WAYPOINT;
180
                                GPS_Parameter.FlightMode = GPS_FLIGHT_MODE_WAYPOINT;
181
                                NCFlags &= ~(NC_FLAG_FREE | NC_FLAG_PH);
181
                                NCFlags &= ~(NC_FLAG_FREE | NC_FLAG_PH);
182
                                NCFlags |= NC_FLAG_CH;
182
                                NCFlags |= NC_FLAG_CH;
183
                        }
183
                        }
184
                }
184
                }
185
                GPS_Parameter.Gain      = (float)Parameter.NaviGpsGain;
185
                GPS_Parameter.Gain      = (float)Parameter.NaviGpsGain;
186
                GPS_Parameter.P         = (float)Parameter.NaviGpsP;
186
                GPS_Parameter.P         = (float)Parameter.NaviGpsP;
187
                GPS_Parameter.I         = (float)Parameter.NaviGpsI;
187
                GPS_Parameter.I         = (float)Parameter.NaviGpsI;
188
                GPS_Parameter.D         = (float)Parameter.NaviGpsD;
188
                GPS_Parameter.D         = (float)Parameter.NaviGpsD;
189
                GPS_Parameter.A         = (float)Parameter.NaviGpsD;
189
                GPS_Parameter.A         = (float)Parameter.NaviGpsD;
190
                GPS_Parameter.ACC       = (float)Parameter.NaviGpsACC;
190
                GPS_Parameter.ACC       = (float)Parameter.NaviGpsACC;
191
                GPS_Parameter.P_Limit = (s32)Parameter.NaviGpsPLimit;
191
                GPS_Parameter.P_Limit = (s32)Parameter.NaviGpsPLimit;
192
                GPS_Parameter.I_Limit = (s32)Parameter.NaviGpsILimit;
192
                GPS_Parameter.I_Limit = (s32)Parameter.NaviGpsILimit;
193
                GPS_Parameter.D_Limit = (s32)Parameter.NaviGpsDLimit;
193
                GPS_Parameter.D_Limit = (s32)Parameter.NaviGpsDLimit;
194
                GPS_Parameter.PID_Limit = 2* (u32)Parameter.NaviAngleLimitation;
194
                GPS_Parameter.PID_Limit = 2* (u32)Parameter.NaviAngleLimitation;
195
                GPS_Parameter.BrakingDuration = (u32)Parameter.NaviPH_LoginTime;
195
                GPS_Parameter.BrakingDuration = (u32)Parameter.NaviPH_LoginTime;
196
                GPS_Parameter.SpeedCompensation = (float)Parameter.NaviSpeedCompensation;
196
                GPS_Parameter.SpeedCompensation = (float)Parameter.NaviSpeedCompensation;
197
                GPS_Parameter.MinSat = (u8)Parameter.NaviGpsMinSat;
197
                GPS_Parameter.MinSat = (u8)Parameter.NaviGpsMinSat;
198
                GPS_Parameter.StickThreshold = (s8)Parameter.NaviStickThreshold;
198
                GPS_Parameter.StickThreshold = (s8)Parameter.NaviStickThreshold;
199
                GPS_Parameter.WindCorrection = (float)Parameter.NaviWindCorrection;
199
                GPS_Parameter.WindCorrection = (float)Parameter.NaviWindCorrection;
200
                GPS_Parameter.OperatingRadius = (s32)Parameter.NaviOperatingRadius * 100; // conversion of m to cm
200
                GPS_Parameter.OperatingRadius = (s32)Parameter.NaviOperatingRadius * 100; // conversion of m to cm
201
        }
201
        }
202
        // FlightMode changed?
202
        // FlightMode changed?
203
        if(GPS_Parameter.FlightMode != FlightMode_Old)
203
        if(GPS_Parameter.FlightMode != FlightMode_Old)
204
        {
204
        {
205
                BeepTime = 100; // beep to indicate that mode has been switched
205
                BeepTime = 100; // beep to indicate that mode has been switched
206
                NCFlags &= ~NC_FLAG_TARGET_REACHED;
206
                NCFlags &= ~NC_FLAG_TARGET_REACHED;
207
 
207
 
208
                if(GPS_Parameter.FlightMode == GPS_FLIGHT_MODE_WAYPOINT) GPS_pWaypoint = WPList_Begin(); // reset WPList to begin
208
                if(GPS_Parameter.FlightMode == GPS_FLIGHT_MODE_WAYPOINT) GPS_pWaypoint = WPList_Begin(); // reset WPList to begin
209
        }
209
        }
210
        FlightMode_Old = GPS_Parameter.FlightMode;
210
        FlightMode_Old = GPS_Parameter.FlightMode;
211
}
211
}
212
 
212
 
213
//-------------------------------------------------------------
213
//-------------------------------------------------------------
214
// This function defines a good GPS signal condition
214
// This function defines a good GPS signal condition
215
u8 GPS_IsSignalOK(void)
215
u8 GPS_IsSignalOK(void)
216
{
216
{
217
        if( (GPSData.Status != INVALID) && (GPSData.SatFix == SATFIX_3D) &&  (GPSData.NumOfSats >= GPS_Parameter.MinSat)) return(1);
217
        if( (GPSData.Status != INVALID) && (GPSData.SatFix == SATFIX_3D) &&  (GPSData.NumOfSats >= GPS_Parameter.MinSat)) return(1);
218
        else return(0);
218
        else return(0);
219
}
219
}
220
 
220
 
221
//------------------------------------------------------------
221
//------------------------------------------------------------
222
// Checks for manual control action
222
// Checks for manual control action
223
u8 GPS_IsManuallyControlled(void)
223
u8 GPS_IsManuallyControlled(void)
224
{
224
{
225
        if( ( (abs(FC.StickNick) > GPS_Parameter.StickThreshold) || (abs(FC.StickRoll) > GPS_Parameter.StickThreshold)) && (GPS_Parameter.StickThreshold > 0) && (FC.RC_Quality > 150) )
225
        if( ( (abs(FC.StickNick) > GPS_Parameter.StickThreshold) || (abs(FC.StickRoll) > GPS_Parameter.StickThreshold)) && (GPS_Parameter.StickThreshold > 0) && (FC.RC_Quality > 150) )
226
        {
226
        {
227
                NCFlags |= NC_FLAG_MANUAL_CONTROL;
227
                NCFlags |= NC_FLAG_MANUAL_CONTROL;
228
                return(1);
228
                return(1);
229
        }
229
        }
230
        else
230
        else
231
        {
231
        {
232
                NCFlags &= ~NC_FLAG_MANUAL_CONTROL;
232
                NCFlags &= ~NC_FLAG_MANUAL_CONTROL;
233
                return(0);
233
                return(0);
234
        }
234
        }
235
}
235
}
236
 
236
 
237
//------------------------------------------------------------
237
//------------------------------------------------------------
238
// copy GPS position from source position to target position
238
// copy GPS position from source position to target position
239
u8 GPS_CopyPosition(GPS_Pos_t * pGPSPosSrc, GPS_Pos_t* pGPSPosTgt)
239
u8 GPS_CopyPosition(GPS_Pos_t * pGPSPosSrc, GPS_Pos_t* pGPSPosTgt)
240
{
240
{
241
        u8 retval = 0;
241
        u8 retval = 0;
242
        if((pGPSPosSrc == NULL) || (pGPSPosTgt == NULL)) return(retval);        // bad pointer
242
        if((pGPSPosSrc == NULL) || (pGPSPosTgt == NULL)) return(retval);        // bad pointer
243
        // copy only valid positions
243
        // copy only valid positions
244
        if(pGPSPosSrc->Status != INVALID)
244
        if(pGPSPosSrc->Status != INVALID)
245
        {
245
        {
246
                // if the source GPS position is not invalid
246
                // if the source GPS position is not invalid
247
                pGPSPosTgt->Longitude   = pGPSPosSrc->Longitude;
247
                pGPSPosTgt->Longitude   = pGPSPosSrc->Longitude;
248
                pGPSPosTgt->Latitude    = pGPSPosSrc->Latitude;
248
                pGPSPosTgt->Latitude    = pGPSPosSrc->Latitude;
249
                pGPSPosTgt->Altitude    = pGPSPosSrc->Altitude;
249
                pGPSPosTgt->Altitude    = pGPSPosSrc->Altitude;
250
                pGPSPosTgt->Status              = NEWDATA; // mark data in target position as new
250
                pGPSPosTgt->Status              = NEWDATA; // mark data in target position as new
251
                retval = 1;
251
                retval = 1;
252
        }
252
        }
253
        return(retval);
253
        return(retval);
254
}
254
}
255
 
255
 
256
//------------------------------------------------------------
256
//------------------------------------------------------------
257
// clear position data
257
// clear position data
258
u8 GPS_ClearPosition(GPS_Pos_t * pGPSPos)
258
u8 GPS_ClearPosition(GPS_Pos_t * pGPSPos)
259
{
259
{
260
        u8 retval = FALSE;
260
        u8 retval = FALSE;
261
        if(pGPSPos == NULL) return(retval);     // bad pointer
261
        if(pGPSPos == NULL) return(retval);     // bad pointer
262
        else
262
        else
263
        {
263
        {
264
                pGPSPos->Longitude      = 0;
264
                pGPSPos->Longitude      = 0;
265
                pGPSPos->Latitude       = 0;
265
                pGPSPos->Latitude       = 0;
266
                pGPSPos->Altitude       = 0;
266
                pGPSPos->Altitude       = 0;
267
                pGPSPos->Status         = INVALID;
267
                pGPSPos->Status         = INVALID;
268
                retval = TRUE;
268
                retval = TRUE;
269
        }
269
        }
270
        return (retval);
270
        return (retval);
271
}
271
}
272
 
272
 
273
 
273
 
274
//------------------------------------------------------------
274
//------------------------------------------------------------
275
void GPS_Neutral(void)
275
void GPS_Neutral(void)
276
{
276
{
277
        GPS_Stick.Nick  = 0;
277
        GPS_Stick.Nick  = 0;
278
        GPS_Stick.Roll  = 0;
278
        GPS_Stick.Roll  = 0;
279
        GPS_Stick.Yaw   = 0;
279
        GPS_Stick.Yaw   = 0;
280
}
280
}
281
 
281
 
282
//------------------------------------------------------------
282
//------------------------------------------------------------
283
void GPS_Init(void)
283
void GPS_Init(void)
284
{
284
{
285
        SerialPutString("\r\n GPS init...");
285
        SerialPutString("\r\n GPS init...");
286
        UBX_Init();
286
        UBX_Init();
287
        GPS_Neutral();
287
        GPS_Neutral();
288
        GPS_ClearPosition(&GPS_HoldPosition);
288
        GPS_ClearPosition(&GPS_HoldPosition);
289
        GPS_ClearPosition(&GPS_HomePosition);
289
        GPS_ClearPosition(&GPS_HomePosition);
290
        GPS_pTargetPosition = NULL;
290
        GPS_pTargetPosition = NULL;
291
        WPList_Init();
291
        WPList_Init();
292
        GPS_pWaypoint = WPList_Begin();
292
        GPS_pWaypoint = WPList_Begin();
293
        GPS_UpdateParameter();
293
        GPS_UpdateParameter();
294
        SerialPutString("ok");
294
        SerialPutString("ok");
295
}
295
}
296
 
296
 
297
//------------------------------------------------------------
297
//------------------------------------------------------------
298
// calculate the bearing to target position from its deviation
298
// calculate the bearing to target position from its deviation
299
s32 DirectionToTarget_N_E(float northdev, float eastdev)
299
s32 DirectionToTarget_N_E(float northdev, float eastdev)
300
{
300
{
301
        s32 bearing;
301
        s32 bearing;
302
        bearing = (s32)(atan2(northdev, eastdev) / M_PI_180);
302
        bearing = (s32)(atan2(northdev, eastdev) / M_PI_180);
303
        bearing = (270L - bearing)%360L;
303
        bearing = (270L - bearing)%360L;
304
        return(bearing);
304
        return(bearing);
305
}
305
}
306
 
306
 
307
 
307
 
308
//------------------------------------------------------------
308
//------------------------------------------------------------
309
// Rescale xy-vector length if length limit is violated
309
// Rescale xy-vector length if length limit is violated
310
// returns vector len after scaling
310
// returns vector len after scaling
311
s32 GPS_LimitXY(s32 *x, s32 *y, s32 limit)
311
s32 GPS_LimitXY(s32 *x, s32 *y, s32 limit)
312
{
312
{
313
        s32 dist;
313
        s32 dist;
314
 
314
 
315
        dist = (s32)hypot(*x,*y);       // the length of the vector
315
        dist = (s32)hypot(*x,*y);       // the length of the vector
316
        if (dist > limit)
316
        if (dist > limit)
317
        // if vector length is larger than the given limit
317
        // if vector length is larger than the given limit
318
        {       // scale vector compontents so that the length is cut off to limit
318
        {       // scale vector compontents so that the length is cut off to limit
319
                *x = (s32)(( (double)(*x) * (double)limit ) / (double)dist);
319
                *x = (s32)(( (double)(*x) * (double)limit ) / (double)dist);
320
                *y = (s32)(( (double)(*y) * (double)limit ) / (double)dist);
320
                *y = (s32)(( (double)(*y) * (double)limit ) / (double)dist);
321
                dist = limit;
321
                dist = limit;
322
        }
322
        }
323
        return(dist);
323
        return(dist);
324
}
324
}
325
 
325
 
326
//------------------------------------------------------------
326
//------------------------------------------------------------
327
// transform the integer deg into float radians
327
// transform the integer deg into float radians
328
inline double RadiansFromGPS(s32 deg)
328
inline double RadiansFromGPS(s32 deg)
329
{
329
{
330
  return ((double)deg * 1e-7f * M_PI_180); // 1E-7 because deg is the value in ° * 1E7
330
  return ((double)deg * 1e-7f * M_PI_180); // 1E-7 because deg is the value in ° * 1E7
331
}
331
}
332
 
332
 
333
//------------------------------------------------------------
333
//------------------------------------------------------------
334
// transform the integer deg into float deg
334
// transform the integer deg into float deg
335
inline double DegFromGPS(s32 deg)
335
inline double DegFromGPS(s32 deg)
336
{
336
{
337
  return ((double)deg  * 1e-7f); // 1E-7 because deg is the value in ° * 1E7
337
  return ((double)deg  * 1e-7f); // 1E-7 because deg is the value in ° * 1E7
338
}
338
}
339
 
339
 
340
//------------------------------------------------------------
340
//------------------------------------------------------------
341
// calculate the deviation from the current position to the target position
341
// calculate the deviation from the current position to the target position
342
u8 GPS_CalculateDeviation(GPS_Pos_t * pCurrentPos, GPS_Pos_t * pTargetPos, GPS_Deviation_t* pDeviationFromTarget)
342
u8 GPS_CalculateDeviation(GPS_Pos_t * pCurrentPos, GPS_Pos_t * pTargetPos, GPS_Deviation_t* pDeviationFromTarget)
343
{
343
{
344
        double temp1, temp2;
344
        double temp1, temp2;
345
        // if given pointer is NULL
345
        // if given pointer is NULL
346
        if((pCurrentPos == NULL) || (pTargetPos == NULL)) goto baddata;
346
        if((pCurrentPos == NULL) || (pTargetPos == NULL)) goto baddata;
347
        // if positions are invalid
347
        // if positions are invalid
348
        if((pCurrentPos->Status == INVALID) || (pTargetPos->Status == INVALID)) goto baddata;
348
        if((pCurrentPos->Status == INVALID) || (pTargetPos->Status == INVALID)) goto baddata;
349
 
349
 
350
        // The deviation from the current to the target position along north and east direction is
350
        // The deviation from the current to the target position along north and east direction is
351
        // simple the lat/lon difference. To convert that angular deviation into an
351
        // simple the lat/lon difference. To convert that angular deviation into an
352
        // arc length the spherical projection has to be considered.
352
        // arc length the spherical projection has to be considered.
353
        // The mean earth radius is 6371km. Therfore the arc length per latitude degree
353
        // The mean earth radius is 6371km. Therfore the arc length per latitude degree
354
        // is always 6371km * 2 * Pi / 360deg =  111.2 km/deg.
354
        // is always 6371km * 2 * Pi / 360deg =  111.2 km/deg.
355
        // The arc length per longitude degree depends on the correspondig latitude and
355
        // The arc length per longitude degree depends on the correspondig latitude and
356
        // is 111.2km * cos(latitude).
356
        // is 111.2km * cos(latitude).
357
 
357
 
358
        // calculate the shortest longitude deviation from target
358
        // calculate the shortest longitude deviation from target
359
        temp1 = DegFromGPS(pCurrentPos->Longitude) - DegFromGPS(pTargetPos->Longitude);
359
        temp1 = DegFromGPS(pCurrentPos->Longitude) - DegFromGPS(pTargetPos->Longitude);
360
        // outside an angular difference of -180 deg ... +180 deg its shorter to go the other way around
360
        // outside an angular difference of -180 deg ... +180 deg its shorter to go the other way around
361
        // In our application we wont fly more than 20.000 km but along the date line this is important.
361
        // In our application we wont fly more than 20.000 km but along the date line this is important.
362
        if(temp1 > 180.0f) temp1 -= 360.0f;
362
        if(temp1 > 180.0f) temp1 -= 360.0f;
363
        else if (temp1 < -180.0f) temp1 += 360.0f;
363
        else if (temp1 < -180.0f) temp1 += 360.0f;
364
        temp1 *= cos((RadiansFromGPS(pTargetPos->Latitude) + RadiansFromGPS(pCurrentPos->Latitude))/2);
364
        temp1 *= cos((RadiansFromGPS(pTargetPos->Latitude) + RadiansFromGPS(pCurrentPos->Latitude))/2);
365
        // calculate latitude deviation from target
365
        // calculate latitude deviation from target
366
        // this is allways within -180 deg ... 180 deg
366
        // this is allways within -180 deg ... 180 deg
367
        temp2 = DegFromGPS(pCurrentPos->Latitude) - DegFromGPS(pTargetPos->Latitude);
367
        temp2 = DegFromGPS(pCurrentPos->Latitude) - DegFromGPS(pTargetPos->Latitude);
368
        // deviation from target position in cm
368
        // deviation from target position in cm
369
        // i.e. the distance to walk from the target in northern and eastern direction to reach the current position
369
        // i.e. the distance to walk from the target in northern and eastern direction to reach the current position
370
 
370
 
371
        pDeviationFromTarget->Status = INVALID;
371
        pDeviationFromTarget->Status = INVALID;
372
        pDeviationFromTarget->North = (s32)(11119492.7f * temp2);
372
        pDeviationFromTarget->North = (s32)(11119492.7f * temp2);
373
        pDeviationFromTarget->East  = (s32)(11119492.7f * temp1);
373
        pDeviationFromTarget->East  = (s32)(11119492.7f * temp1);
374
        // If the position deviation is small enough to neglect the earth curvature
374
        // If the position deviation is small enough to neglect the earth curvature
375
        // (this is for our application always fulfilled) the distance to target
375
        // (this is for our application always fulfilled) the distance to target
376
        // can be calculated by the pythagoras of north and east deviation.
376
        // can be calculated by the pythagoras of north and east deviation.
377
        pDeviationFromTarget->Distance = (s32)(11119492.7f * hypot(temp1, temp2));
377
        pDeviationFromTarget->Distance = (s32)(11119492.7f * hypot(temp1, temp2));
378
        if (pDeviationFromTarget->Distance == 0L) pDeviationFromTarget->Bearing = 0L;
378
        if (pDeviationFromTarget->Distance == 0L) pDeviationFromTarget->Bearing = 0L;
379
        else pDeviationFromTarget->Bearing = DirectionToTarget_N_E(temp2, temp1);
379
        else pDeviationFromTarget->Bearing = DirectionToTarget_N_E(temp2, temp1);
380
        pDeviationFromTarget->Status = NEWDATA;
380
        pDeviationFromTarget->Status = NEWDATA;
381
        return TRUE;
381
        return TRUE;
382
 
382
 
383
        baddata:
383
        baddata:
384
        pDeviationFromTarget->North     = 0L;
384
        pDeviationFromTarget->North     = 0L;
385
        pDeviationFromTarget->East              = 0L;
385
        pDeviationFromTarget->East              = 0L;
386
        pDeviationFromTarget->Distance  = 0L;
386
        pDeviationFromTarget->Distance  = 0L;
387
        pDeviationFromTarget->Bearing   = 0L;
387
        pDeviationFromTarget->Bearing   = 0L;
388
        pDeviationFromTarget->Status = INVALID;
388
        pDeviationFromTarget->Status = INVALID;
389
        return FALSE;
389
        return FALSE;
390
}
390
}
391
 
391
 
392
//------------------------------------------------------------
392
//------------------------------------------------------------
393
void GPS_Navigation(void)
393
void GPS_Navigation(void)
394
{
394
{
395
        static u32 beep_rythm;
395
        static u32 beep_rythm;
396
        static u32 GPSDataTimeout = 0;
396
        static u32 GPSDataTimeout = 0;
397
 
397
 
398
        // pointer to current target position
398
        // pointer to current target position
399
        static GPS_Pos_t * pTargetPositionOld = NULL;
399
        static GPS_Pos_t * pTargetPositionOld = NULL;
400
        static Waypoint_t* GPS_pWaypointOld = NULL;
400
        static Waypoint_t* GPS_pWaypointOld = NULL;
401
 
401
 
402
        static GPS_Pos_t RangedTargetPosition = {0,0,0, INVALID};               // the limited target position, this is derived from the target position with repect to the operating radius
402
        static GPS_Pos_t RangedTargetPosition = {0,0,0, INVALID};               // the limited target position, this is derived from the target position with repect to the operating radius
403
        static s32 OperatingRadiusOld = -1;
403
        static s32 OperatingRadiusOld = -1;
404
        static u32 WPTime = 0;
404
        static u32 WPTime = 0;
405
 
405
 
406
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
406
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
407
        //+ Check for new data from GPS-receiver
407
        //+ Check for new data from GPS-receiver
408
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
408
        //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
409
        switch(GPSData.Status)
409
        switch(GPSData.Status)
410
        {
410
        {
411
                case INVALID: // no gps data available
411
                case INVALID: // no gps data available
412
                        // do nothing
412
                        // do nothing
413
                        GPS_Parameter.PID_Limit = 0; // disables PID output
413
                        GPS_Parameter.PID_Limit = 0; // disables PID output
414
                        break;
414
                        break;
415
 
415
 
416
                case PROCESSED: // the current data have been allready processed
416
                case PROCESSED: // the current data have been allready processed
417
                        // if no new data are available within the timeout switch to invalid state.
417
                        // if no new data are available within the timeout switch to invalid state.
418
                        if(CheckDelay(GPSDataTimeout)) GPSData.Status = INVALID;
418
                        if(CheckDelay(GPSDataTimeout)) GPSData.Status = INVALID;
419
                        // wait for new gps data
419
                        // wait for new gps data
420
                        break;
420
                        break;
421
 
421
 
422
                case NEWDATA: // handle new gps data
422
                case NEWDATA: // handle new gps data
423
 
423
 
424
                // update GPS Parameter from FC-Data via SPI interface
424
                // update GPS Parameter from FC-Data via SPI interface
425
                GPS_UpdateParameter();
425
                GPS_UpdateParameter();
426
 
426
 
427
                        // wait maximum of 3 times the normal data update time before data timemout
427
                        // wait maximum of 3 times the normal data update time before data timemout
428
                        GPSDataTimeout = SetDelay(3 * GPS_UPDATETIME_MS);
428
                        GPSDataTimeout = SetDelay(3 * GPS_UPDATETIME_MS);
429
                        beep_rythm++;
429
                        beep_rythm++;
430
 
430
 
431
                        // debug
431
                        // debug
432
                        DebugOut.Analog[21] = (s16)GPSData.Speed_North;
432
                        DebugOut.Analog[21] = (s16)GPSData.Speed_North;
433
                        DebugOut.Analog[22] = (s16)GPSData.Speed_East;
433
                        DebugOut.Analog[22] = (s16)GPSData.Speed_East;
434
                        DebugOut.Analog[31] = (s16)GPSData.NumOfSats;
434
                        DebugOut.Analog[31] = (s16)GPSData.NumOfSats;
435
 
435
 
436
                        // If GPS signal condition is sufficient for a reliable position measurement
436
                        // If GPS signal condition is sufficient for a reliable position measurement
437
                        if(GPS_IsSignalOK())
437
                        if(GPS_IsSignalOK())
438
                        {
438
                        {
439
                                // update home deviation info
439
                                // update home deviation info
440
                                GPS_CalculateDeviation(&(GPSData.Position), &GPS_HomePosition, &CurrentHomeDeviation);
440
                                GPS_CalculateDeviation(&(GPSData.Position), &GPS_HomePosition, &CurrentHomeDeviation);
441
 
441
 
442
                                // if the MK is starting or the home position is invalid then store the home position
442
                                // if the MK is starting or the home position is invalid then store the home position
443
                                if((FC.MKFlags & MKFLAG_START) || (GPS_HomePosition.Status == INVALID))
443
                                if((FC.MKFlags & MKFLAG_START) || (GPS_HomePosition.Status == INVALID))
444
                                {       // try to update the home position from the current position
444
                                {       // try to update the home position from the current position
445
                                        if(GPS_CopyPosition(&(GPSData.Position), &GPS_HomePosition))
445
                                        if(GPS_CopyPosition(&(GPSData.Position), &GPS_HomePosition))
446
                                        {
446
                                        {
447
                                                BeepTime = 700; // beep on success
447
                                                BeepTime = 700; // beep on success
448
                                                GPS_CopyPosition(&GPS_HomePosition, &(NaviData.HomePosition));
448
                                                GPS_CopyPosition(&GPS_HomePosition, &(NaviData.HomePosition));
449
                                        }
449
                                        }
450
                                        GPS_pWaypoint = WPList_Begin(); // go to start of waypoint list, return NULL of the list is empty
450
                                        GPS_pWaypoint = WPList_Begin(); // go to start of waypoint list, return NULL of the list is empty
451
                                }
451
                                }
452
 
452
 
453
                                /* The selected flight mode influences the target position pointer and therefore the behavior */
453
                                /* The selected flight mode influences the target position pointer and therefore the behavior */
454
 
454
 
455
                                // check for current flight mode and set the target pointer GPS_pTargetPosition respectively
455
                                // check for current flight mode and set the target pointer GPS_pTargetPosition respectively
456
                                switch(GPS_Parameter.FlightMode)
456
                                switch(GPS_Parameter.FlightMode)
457
                                {
457
                                {
458
                                        // the GPS control is deactived
458
                                        // the GPS control is deactived
459
                                        case GPS_FLIGHT_MODE_FREE:
459
                                        case GPS_FLIGHT_MODE_FREE:
460
 
460
 
461
                                                GPS_Parameter.PID_Limit = 0; // disables PID output
461
                                                GPS_Parameter.PID_Limit = 0; // disables PID output
462
                                                // update hold position
462
                                                // update hold position
463
                                                GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
463
                                                GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
464
                                                // no target position
464
                                                // no target position
465
                                                GPS_pTargetPosition = NULL;
465
                                                GPS_pTargetPosition = NULL;
466
                                                GPS_TargetRadius = 0;
466
                                                GPS_TargetRadius = 0;
467
                                                break;
467
                                                break;
468
 
468
 
469
                                        // the GPS supports the position hold, if the pilot takes no action
469
                                        // the GPS supports the position hold, if the pilot takes no action
470
                                        case GPS_FLIGHT_MODE_AID:
470
                                        case GPS_FLIGHT_MODE_AID:
471
 
471
 
472
                                                if(GPS_IsManuallyControlled())
472
                                                if(GPS_IsManuallyControlled())
473
                                                {
473
                                                {
474
                                                        GPS_Parameter.PID_Limit = 0; // disables PID output, as long as the manual conrol is active
474
                                                        GPS_Parameter.PID_Limit = 0; // disables PID output, as long as the manual conrol is active
475
                                                    GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
475
                                                    GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
476
                                                        GPS_pTargetPosition = NULL;
476
                                                        GPS_pTargetPosition = NULL;
477
                                                        GPS_TargetRadius = 0;
477
                                                        GPS_TargetRadius = 0;
478
                                                }
478
                                                }
479
                                                else
479
                                                else
480
                                                {
480
                                                {
481
                                                        GPS_pTargetPosition = &GPS_HoldPosition;
481
                                                        GPS_pTargetPosition = &GPS_HoldPosition;
482
                                                        GPS_TargetRadius = 100; // 1 meter
482
                                                        GPS_TargetRadius = 100; // 1 meter
483
                                                }
483
                                                }
484
                                                break;
484
                                                break;
485
 
485
 
486
                                        // the GPS control is directed to a target position
486
                                        // the GPS control is directed to a target position
487
                                        // given by a waypoint or by the home position
487
                                        // given by a waypoint or by the home position
488
                                        case GPS_FLIGHT_MODE_WAYPOINT:
488
                                        case GPS_FLIGHT_MODE_WAYPOINT:
489
 
489
 
490
                                                if(GPS_IsManuallyControlled()) // the human pilot takes the action
490
                                                if(GPS_IsManuallyControlled()) // the human pilot takes the action
491
                                                {
491
                                                {
492
                                                        GPS_Parameter.PID_Limit = 0; // disables PID output, as long as the manual conrol is active
492
                                                        GPS_Parameter.PID_Limit = 0; // disables PID output, as long as the manual conrol is active
493
                                                    GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);  // update hold position
493
                                                    GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);  // update hold position
494
                                                        GPS_pTargetPosition = NULL;     // set target position invalid
494
                                                        GPS_pTargetPosition = NULL;     // set target position invalid
495
                                                        GPS_TargetRadius = 0;
495
                                                        GPS_TargetRadius = 0;
496
                                                }
496
                                                }
497
                                                else // no manual control  -> gps position hold active
497
                                                else // no manual control  -> gps position hold active
498
                                                {
498
                                                {
499
                                                        // waypoint trigger logic
499
                                                        // waypoint trigger logic
500
                                                        if(GPS_pWaypoint != NULL) // waypoint exist
500
                                                        if(GPS_pWaypoint != NULL) // waypoint exist
501
                                                        {
501
                                                        {
502
                                                                if(GPS_pWaypoint->Position.Status == INVALID) // should never happen
502
                                                                if(GPS_pWaypoint->Position.Status == INVALID) // should never happen
503
                                                                {
503
                                                                {
504
                                                                        GPS_pWaypoint = WPList_Next(); // goto to next WP
504
                                                                        GPS_pWaypoint = WPList_Next(); // goto to next WP
505
                                                                        BeepTime = 255;
505
                                                                        BeepTime = 255;
506
                                                                }
506
                                                                }
507
                                                                else // waypoint position is valid
507
                                                                else // waypoint position is valid
508
                                                                {
508
                                                                {
509
                                                                        // check if the pointer to the waypoint has been changed or the data have been updated
509
                                                                        // check if the pointer to the waypoint has been changed or the data have been updated
510
                                                                        if((GPS_pWaypoint != GPS_pWaypointOld) || (GPS_pWaypoint->Position.Status == NEWDATA))
510
                                                                        if((GPS_pWaypoint != GPS_pWaypointOld) || (GPS_pWaypoint->Position.Status == NEWDATA))
511
                                                                        {
511
                                                                        {
512
                                                                                GPS_pWaypointOld = GPS_pWaypoint;
512
                                                                                GPS_pWaypointOld = GPS_pWaypoint;
513
                                                                        }
513
                                                                        }
514
                                                                        // if WP has been reached once, wait hold time before trigger to next one
514
                                                                        // if WP has been reached once, wait hold time before trigger to next one
515
                                                                        if(NCFlags & NC_FLAG_TARGET_REACHED)
515
                                                                        if(NCFlags & NC_FLAG_TARGET_REACHED)
516
                                                                        {
516
                                                                        {
517
                                                                                /* ToDo: Adjust GPS_pWaypoint->Heading, GPS_pWaypoint->Event handling */
517
                                                                                /* ToDo: Adjust GPS_pWaypoint->Heading, GPS_pWaypoint->Event handling */
518
                                                                                if(CheckDelay(WPTime))
518
                                                                                if(CheckDelay(WPTime))
519
                                                                                {
519
                                                                                {
520
                                                                                        GPS_pWaypoint = WPList_Next(); // goto to next waypoint, return NULL if end of list has been reached
520
                                                                                        GPS_pWaypoint = WPList_Next(); // goto to next waypoint, return NULL if end of list has been reached
521
                                                                                }
521
                                                                                }
522
                                                                        } // EOF if(WPArrived)
522
                                                                        } // EOF if(WPArrived)
523
                                                                        else
523
                                                                        else
524
                                                                        {
524
                                                                        {
525
                                                                                WPTime = SetDelay(GPS_pWaypoint->HoldTime * 1000); // set hold time stamp
525
                                                                                WPTime = SetDelay(GPS_pWaypoint->HoldTime * 1000); // set hold time stamp
526
                                                                        }
526
                                                                        }
527
                                                                }
527
                                                                }
528
                                                        } // EOF waypoint trigger logic
528
                                                        } // EOF waypoint trigger logic
529
 
529
 
530
                                                        if(GPS_pWaypoint != NULL) // Waypoint exist
530
                                                        if(GPS_pWaypoint != NULL) // Waypoint exist
531
                                                        {
531
                                                        {
532
                                                                // update the hold position
532
                                                                // update the hold position
533
                                                                GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
533
                                                                GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
534
                                                                GPS_pTargetPosition = &(GPS_pWaypoint->Position);
534
                                                                GPS_pTargetPosition = &(GPS_pWaypoint->Position);
535
                                                                GPS_TargetRadius = (s32)(GPS_pWaypoint->ToleranceRadius) * 100L;
535
                                                                GPS_TargetRadius = (s32)(GPS_pWaypoint->ToleranceRadius) * 100L;
536
 
536
 
537
                                                        }
537
                                                        }
538
                                                        else // no waypoint info available, i.e. the WPList is empty or the end of the list has been reached
538
                                                        else // no waypoint info available, i.e. the WPList is empty or the end of the list has been reached
539
                                                        {
539
                                                        {
540
                                                                // fly back to home postion
540
                                                                // fly back to home postion
541
                                                                if(GPS_HomePosition.Status == INVALID)
541
                                                                if(GPS_HomePosition.Status == INVALID)
542
                                                                {
542
                                                                {
543
                                                                        GPS_pTargetPosition = &GPS_HoldPosition; // fall back to hold mode if home position is not available
543
                                                                        GPS_pTargetPosition = &GPS_HoldPosition; // fall back to hold mode if home position is not available
544
                                                                        GPS_TargetRadius = 100;
544
                                                                        GPS_TargetRadius = 100;
545
                                                                        BeepTime = 255; // beep to indicate missin home position
545
                                                                        BeepTime = 255; // beep to indicate missin home position
546
                                                                }
546
                                                                }
547
                                                                else // the home position is valid
547
                                                                else // the home position is valid
548
                                                                {
548
                                                                {
549
                                                                        // update the hold position
549
                                                                        // update the hold position
550
                                                                        GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
550
                                                                        GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
551
                                                                        // set target to home position
551
                                                                        // set target to home position
552
                                                                        GPS_pTargetPosition = &GPS_HomePosition;
552
                                                                        GPS_pTargetPosition = &GPS_HomePosition;
553
                                                                        GPS_TargetRadius = 100;
553
                                                                        GPS_TargetRadius = 100;
554
                                                                }
554
                                                                }
555
                                                        }
555
                                                        }
556
                                                } // EOF no manual control
556
                                                } // EOF no manual control
557
                                                break;
557
                                                break;
558
 
558
 
559
                                        case GPS_FLIGHT_MODE_UNDEF:
559
                                        case GPS_FLIGHT_MODE_UNDEF:
560
                                        default:
560
                                        default:
561
                                                GPS_Parameter.PID_Limit = 0; // disables PID output
561
                                                GPS_Parameter.PID_Limit = 0; // disables PID output
562
                                                // update hold position
562
                                                // update hold position
563
                                                GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
563
                                                GPS_CopyPosition(&(GPSData.Position), &GPS_HoldPosition);
564
                                                // no target position
564
                                                // no target position
565
                                                GPS_pTargetPosition = NULL;
565
                                                GPS_pTargetPosition = NULL;
566
                                                GPS_TargetRadius = 0;
566
                                                GPS_TargetRadius = 0;
567
                                                break;
567
                                                break;
568
 
568
 
569
                                }// EOF GPS Mode Handling
569
                                }// EOF GPS Mode Handling
570
 
570
 
571
 
571
 
572
                                /* Calculation of range target based on the real target */
572
                                /* Calculation of range target based on the real target */
573
 
573
 
574
                                // if no target position exist clear the ranged target position
574
                                // if no target position exist clear the ranged target position
575
                                if(GPS_pTargetPosition == NULL) GPS_ClearPosition(&RangedTargetPosition);
575
                                if(GPS_pTargetPosition == NULL) GPS_ClearPosition(&RangedTargetPosition);
576
                                else
576
                                else
577
                                {       // if the target position has been changed or the value has been updated or the OperatingRadius has changed
577
                                {       // if the target position has been changed or the value has been updated or the OperatingRadius has changed
578
                                        if((GPS_pTargetPosition != pTargetPositionOld)  || (GPS_pTargetPosition->Status == NEWDATA) || (GPS_Parameter.OperatingRadius != OperatingRadiusOld) )
578
                                        if((GPS_pTargetPosition != pTargetPositionOld)  || (GPS_pTargetPosition->Status == NEWDATA) || (GPS_Parameter.OperatingRadius != OperatingRadiusOld) )
579
                                        {
579
                                        {
580
                                                BeepTime = 255; // beep to indicate setting of a new target position
580
                                                BeepTime = 255; // beep to indicate setting of a new target position
581
                                                NCFlags &= ~NC_FLAG_TARGET_REACHED;     // clear target reached flag
581
                                                NCFlags &= ~NC_FLAG_TARGET_REACHED;     // clear target reached flag
582
                                                // calculate deviation of new target position from home position
582
                                                // calculate deviation of new target position from home position
583
                                                if(GPS_CalculateDeviation(GPS_pTargetPosition, &GPS_HomePosition, &TargetHomeDeviation))
583
                                                if(GPS_CalculateDeviation(GPS_pTargetPosition, &GPS_HomePosition, &TargetHomeDeviation))
584
                                                {
584
                                                {
585
                                                        // check distance from home position
585
                                                        // check distance from home position
586
                                                        if(TargetHomeDeviation.Distance > GPS_Parameter.OperatingRadius)
586
                                                        if(TargetHomeDeviation.Distance > GPS_Parameter.OperatingRadius)
587
                                                        {
587
                                                        {
588
                                                                //calculate ranged target position to be within the operation radius area
588
                                                                //calculate ranged target position to be within the operation radius area
589
                                                                NCFlags |= NC_FLAG_RANGE_LIMIT;
589
                                                                NCFlags |= NC_FLAG_RANGE_LIMIT;
590
 
590
 
591
                                                                TargetHomeDeviation.North = (s32)(((float)TargetHomeDeviation.North * (float)GPS_Parameter.OperatingRadius) / (float)TargetHomeDeviation.Distance);
591
                                                                TargetHomeDeviation.North = (s32)(((float)TargetHomeDeviation.North * (float)GPS_Parameter.OperatingRadius) / (float)TargetHomeDeviation.Distance);
592
                                                                TargetHomeDeviation.East = (s32)(((float)TargetHomeDeviation.East * (float)GPS_Parameter.OperatingRadius) / (float)TargetHomeDeviation.Distance);
592
                                                                TargetHomeDeviation.East = (s32)(((float)TargetHomeDeviation.East * (float)GPS_Parameter.OperatingRadius) / (float)TargetHomeDeviation.Distance);
593
                                                                TargetHomeDeviation.Distance = GPS_Parameter.OperatingRadius;
593
                                                                TargetHomeDeviation.Distance = GPS_Parameter.OperatingRadius;
594
 
594
 
595
                                                                RangedTargetPosition.Status = INVALID;
595
                                                                RangedTargetPosition.Status = INVALID;
596
                                                                RangedTargetPosition.Latitude = GPS_HomePosition.Latitude;
596
                                                                RangedTargetPosition.Latitude = GPS_HomePosition.Latitude;
597
                                                                RangedTargetPosition.Latitude += (s32)((float)TargetHomeDeviation.North / 1.11194927f);
597
                                                                RangedTargetPosition.Latitude += (s32)((float)TargetHomeDeviation.North / 1.11194927f);
598
                                                                RangedTargetPosition.Longitude = GPS_HomePosition.Longitude;
598
                                                                RangedTargetPosition.Longitude = GPS_HomePosition.Longitude;
599
                                                                RangedTargetPosition.Longitude += (s32)((float)TargetHomeDeviation.East / (1.11194927f * cos(RadiansFromGPS(GPS_HomePosition.Latitude))) );
599
                                                                RangedTargetPosition.Longitude += (s32)((float)TargetHomeDeviation.East / (1.11194927f * cos(RadiansFromGPS(GPS_HomePosition.Latitude))) );
600
                                                                RangedTargetPosition.Altitude = GPS_pTargetPosition->Altitude;
600
                                                                RangedTargetPosition.Altitude = GPS_pTargetPosition->Altitude;
601
                                                                RangedTargetPosition.Status = NEWDATA;
601
                                                                RangedTargetPosition.Status = NEWDATA;
602
                                                        }
602
                                                        }
603
                                                        else
603
                                                        else
604
                                                        {       // the target is located within the operation radius area
604
                                                        {       // the target is located within the operation radius area
605
                                                                // simple copy the loaction to the ranged target position
605
                                                                // simple copy the loaction to the ranged target position
606
                                                                GPS_CopyPosition(GPS_pTargetPosition, &RangedTargetPosition);
606
                                                                GPS_CopyPosition(GPS_pTargetPosition, &RangedTargetPosition);
607
                                                                NCFlags &= ~NC_FLAG_RANGE_LIMIT;
607
                                                                NCFlags &= ~NC_FLAG_RANGE_LIMIT;
608
                                                        }
608
                                                        }
609
                                                }
609
                                                }
610
                                                else
610
                                                else
611
                                                {       // deviation could not be determined
611
                                                {       // deviation could not be determined
612
                                                        GPS_ClearPosition(&RangedTargetPosition);
612
                                                        GPS_ClearPosition(&RangedTargetPosition);
613
                                                }
613
                                                }
614
                                                GPS_pTargetPosition->Status = PROCESSED;        // mark current target as processed!
614
                                                GPS_pTargetPosition->Status = PROCESSED;        // mark current target as processed!
615
                                        }
615
                                        }
616
                                }
616
                                }
617
                                OperatingRadiusOld = GPS_Parameter.OperatingRadius;
617
                                OperatingRadiusOld = GPS_Parameter.OperatingRadius;
618
                                // remember last target position pointer
618
                                // remember last target position pointer
619
                                pTargetPositionOld = GPS_pTargetPosition;
619
                                pTargetPositionOld = GPS_pTargetPosition;
620
 
620
 
621
                                /* Calculate position deviation from ranged target */
621
                                /* Calculate position deviation from ranged target */
622
 
622
 
623
                                // calculate deviation of current position to ranged target position in cm
623
                                // calculate deviation of current position to ranged target position in cm
624
                                if(GPS_CalculateDeviation(&(GPSData.Position), &RangedTargetPosition, &CurrentTargetDeviation))
624
                                if(GPS_CalculateDeviation(&(GPSData.Position), &RangedTargetPosition, &CurrentTargetDeviation))
625
                                {       // set target reached flag of we once reached the target point
625
                                {       // set target reached flag of we once reached the target point
626
                                        if(!(NCFlags & NC_FLAG_TARGET_REACHED) && (CurrentTargetDeviation.Distance < GPS_TargetRadius))
626
                                        if(!(NCFlags & NC_FLAG_TARGET_REACHED) && (CurrentTargetDeviation.Distance < GPS_TargetRadius))
627
                                        {
627
                                        {
628
                                                NCFlags |= NC_FLAG_TARGET_REACHED;      // set target reached flag
628
                                                NCFlags |= NC_FLAG_TARGET_REACHED;      // set target reached flag
629
                                        }
629
                                        }
630
                                        // implement your control code here based
630
                                        // implement your control code here based
631
                                        // in the info available in the CurrentTargetDeviation, GPSData and FromFlightCtrl.GyroHeading
631
                                        // in the info available in the CurrentTargetDeviation, GPSData and FromFlightCtrl.GyroHeading
632
                                        GPS_Stick.Nick = 0;
632
                                        GPS_Stick.Nick = 0;
633
                                        GPS_Stick.Roll = 0;
633
                                        GPS_Stick.Roll = 0;
634
                                        GPS_Stick.Yaw  = 0;
634
                                        GPS_Stick.Yaw  = 0;
635
                                }
635
                                }
636
                                else // deviation could not be calculated
636
                                else // deviation could not be calculated
637
                                {   // do nothing on gps sticks!
637
                                {   // do nothing on gps sticks!
638
                                        GPS_Neutral();
638
                                        GPS_Neutral();
639
                                        NCFlags &= ~NC_FLAG_TARGET_REACHED;     // clear target reached
639
                                        NCFlags &= ~NC_FLAG_TARGET_REACHED;     // clear target reached
640
                                }
640
                                }
641
 
641
 
642
                        }// eof if GPSSignal is OK
642
                        }// eof if GPSSignal is OK
643
                        else // GPSSignal not OK
643
                        else // GPSSignal not OK
644
                        {
644
                        {
645
                                GPS_Neutral();
645
                                GPS_Neutral();
646
                                // beep if signal is not sufficient
646
                                // beep if signal is not sufficient
647
                                if(GPS_Parameter.FlightMode != GPS_FLIGHT_MODE_FREE)
647
                                if(GPS_Parameter.FlightMode != GPS_FLIGHT_MODE_FREE)
648
                                {
648
                                {
649
                                        if(!(GPSData.Flags & FLAG_GPSFIXOK) && !(beep_rythm % 5)) BeepTime = 100;
649
                                        if(!(GPSData.Flags & FLAG_GPSFIXOK) && !(beep_rythm % 5)) BeepTime = 100;
650
                                        else if (GPSData.NumOfSats < GPS_Parameter.MinSat && !(beep_rythm % 5)) BeepTime = 10;
650
                                        else if (GPSData.NumOfSats < GPS_Parameter.MinSat && !(beep_rythm % 5)) BeepTime = 10;
651
                                }
651
                                }
652
                        }
652
                        }
653
                        GPSData.Status = PROCESSED; // mark as processed
653
                        GPSData.Status = PROCESSED; // mark as processed
654
                        break;
654
                        break;
655
        }
655
        }
656
 
656
 
657
        DebugOut.Analog[6] = NCFlags;
657
        DebugOut.Analog[6] = NCFlags;
658
        DebugOut.Analog[27] = (s16)CurrentTargetDeviation.North;
658
        DebugOut.Analog[27] = (s16)CurrentTargetDeviation.North;
659
        DebugOut.Analog[28] = (s16)CurrentTargetDeviation.East;
659
        DebugOut.Analog[28] = (s16)CurrentTargetDeviation.East;
660
        DebugOut.Analog[29] = GPS_Stick.Nick;
660
        DebugOut.Analog[29] = GPS_Stick.Nick;
661
        DebugOut.Analog[30] = GPS_Stick.Roll;
661
        DebugOut.Analog[30] = GPS_Stick.Roll;
662
 
662
 
663
        // update navi data, send back to ground station
663
        // update navi data, send back to ground station
664
        GPS_CopyPosition(&(GPSData.Position),   &(NaviData.CurrentPosition));
664
        GPS_CopyPosition(&(GPSData.Position),   &(NaviData.CurrentPosition));
665
        GPS_CopyPosition(&RangedTargetPosition, &(NaviData.TargetPosition));
665
        GPS_CopyPosition(&RangedTargetPosition, &(NaviData.TargetPosition));
666
        GPS_CopyPosition(&GPS_HomePosition,     &(NaviData.HomePosition));
666
        GPS_CopyPosition(&GPS_HomePosition,     &(NaviData.HomePosition));
667
        NaviData.SatsInUse = GPSData.NumOfSats;
667
        NaviData.SatsInUse = GPSData.NumOfSats;
668
        NaviData.TargetPositionDeviation.Distance = (u16)CurrentTargetDeviation.Distance/10; // dm
668
        NaviData.TargetPositionDeviation.Distance = (u16)CurrentTargetDeviation.Distance/10; // dm
669
        NaviData.TargetPositionDeviation.Bearing  = (s16)CurrentTargetDeviation.Bearing;
669
        NaviData.TargetPositionDeviation.Bearing  = (s16)CurrentTargetDeviation.Bearing;
670
        NaviData.HomePositionDeviation.Distance   = (u16)CurrentHomeDeviation.Distance/10; // dm
670
        NaviData.HomePositionDeviation.Distance   = (u16)CurrentHomeDeviation.Distance/10; // dm
671
        NaviData.HomePositionDeviation.Bearing    = (s16)CurrentHomeDeviation.Bearing;
671
        NaviData.HomePositionDeviation.Bearing    = (s16)CurrentHomeDeviation.Bearing;
672
        NaviData.UBat = FC.UBat;
672
        NaviData.UBat = FC.UBat;
673
        NaviData.GroundSpeed = (u16)GPSData.Speed_Ground;
673
        NaviData.GroundSpeed = (u16)GPSData.Speed_Ground;
674
        NaviData.Heading = (s16)(GPSData.Heading/100000L);
674
        NaviData.Heading = (s16)(GPSData.Heading/100000L);
675
        NaviData.CompassHeading = (s16)FromFlightCtrl.GyroHeading/10; // in deg
675
        NaviData.CompassHeading = (s16)FromFlightCtrl.GyroHeading/10; // in deg
676
        NaviData.AngleNick = FromFlightCtrl.AngleNick / 10;        // in deg
676
        NaviData.AngleNick = FromFlightCtrl.AngleNick / 10;        // in deg
677
        NaviData.AngleRoll = FromFlightCtrl.AngleRoll / 10;        // in deg
677
        NaviData.AngleRoll = FromFlightCtrl.AngleRoll / 10;        // in deg
678
        NaviData.RC_Quality = (u8)FC.RC_Quality;
678
        NaviData.RC_Quality = (u8)FC.RC_Quality;
679
        NaviData.MKFlags = (u8)FC.MKFlags;
679
        NaviData.MKFlags = (u8)FC.MKFlags;
680
        NaviData.NCFlags = NCFlags;
680
        NaviData.NCFlags = NCFlags;
681
        NaviData.OperatingRadius = Parameter.NaviOperatingRadius;
681
        NaviData.OperatingRadius = Parameter.NaviOperatingRadius;
682
        NaviData.TopSpeed = (s16)GPSData.Speed_Top;  // in cm/s
682
        NaviData.TopSpeed = (s16)GPSData.Speed_Top;  // in cm/s
683
        NaviData.TargetHoldTime = (u8)(GetDelay(WPTime)/1000); // in s
683
        NaviData.TargetHoldTime = (u8)(GetDelay(WPTime)/1000); // in s
684
        //+++++++++++++++++++++++++++++++++++++++++++++++++++
684
        //+++++++++++++++++++++++++++++++++++++++++++++++++++
685
        return;
685
        return;
686
}
686
}
687
 
687
 
688
 
688