GeographicLib #524
Replies: 3 comments 5 replies
-
So JSBSim is using the GNU Lesser General Public License (GNU LGPL) and GeographicLib is using the more permissive MIT/X11 license. From the GNU licenses FAQ - https://www.gnu.org/licenses/gpl-faq.en.html
So I don't see any specific issue. |
Beta Was this translation helpful? Give feedback.
-
Seems to be an error in the call to GetDistanceTo (from FGWaypoint). I don't have time to debug this, but I'm stepping through the code with: Target lat: -1.982100 and calling GetDistanceTo from within FGWayPoint and get a floating point exception: cout << "Target lat: " << target_latitude_rad << endl; Maybe I can look at this later, but it would be better if someone familiar with the GeographicLib could take a look. Are negative numbers supported? Are there any limitations to the code? Is the great circle distance returned? |
Beta Was this translation helpful? Give feedback.
-
Take a look at this issue - #475 What compiler are you using? You mention the target's coordinates, what were are the source's coordinates? Are source and target extremely close? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I just noticed the inclusion of GeographicLib - in particular for calculating waypoint characteristics. Very nice. Does the fact that it uses a different license cause any issues?
Beta Was this translation helpful? Give feedback.
All reactions