Commit Graph

561 Commits

Author SHA1 Message Date
cs-powell
d7a2adb687 takeoff to cruise control test 2024-10-01 07:59:48 -04:00
cs-powell
baedfb0ff1 switch between takeoff and cruise control modes 2024-09-30 21:10:46 -04:00
cs-powell
79f8336fa1 Functional takeoff autopilot/interface 2024-09-28 13:02:23 -04:00
Jason Watkins
11a5f350bd Merge pull request #265 from emanuelen5/master
Making the Python 3 package pip-installable
2021-12-04 08:37:39 -08:00
Erasmus Cedernaes
0d462ac306 Making the version same as the XPC plugin 2021-12-02 20:41:26 +01:00
Erasmus Cedernaes
791f225bd2 Unifying quotation marks and removing comment 2021-12-02 20:38:34 +01:00
Erasmus Cedernaes
6acb765bd0 Apply suggestions from code review
Co-authored-by: Christopher Teubert <christopher.a.teubert@nasa.gov>
2021-12-02 20:32:05 +01:00
Erasmus Cedernaes
83c71bb805 Making the Python 3 package pip-installable 2021-12-01 16:05:14 +01:00
Jason Watkins
fbbcb28d66 Merge pull request #244 from federeghe/master
[Build] CameraCallbacks.cpp is missing in CMakeLists.txt
2021-06-25 12:55:51 -07:00
Federico Reghenzani
a9eb41060c [Build] CameraCallbacks.cpp is missing in CMakeLists.txt 2020-12-04 22:47:21 +01:00
Jason Watkins
81a1447d2a Merge pull request #218 from nasa/develop
Version 1.3 RC6
2020-06-27 12:54:00 -07:00
Jason Watkins
f9733dfddd Merge branch 'master' into develop 2020-06-27 12:39:26 -07:00
Jason Watkins
446780cec6 Merge pull request #217 from sanderdatema/develop
Add support for sendCOMM method
2020-06-27 12:33:37 -07:00
Sander Datema
1bc34ed0c5 Revert auto formatting 2020-06-27 21:29:19 +02:00
Sander Datema
388329b218 Add support for sendCOMM method
Credits go to user @angelsware, I just did a copy/paste from #120
2020-06-27 21:14:42 +02:00
Christopher Teubert
a4a4bbaf02 Removed "MATLAB" from CLA software name 2020-06-04 10:38:32 -07:00
Jason Watkins
76f7d28ac8 Merge pull request #208 from HarrisonHall/develop
python3 integer division issue
2020-05-28 15:51:11 -07:00
harrisonhall
49dc454222 python3 integer division issue 2020-05-28 18:25:11 -04:00
Jason Watkins
0dc2bd3a41 Merge pull request #206 from NPrincen/develop
Minimize Send and Receive Socket Timeout Delays
2020-05-16 15:15:12 -07:00
Norman Princen
1f78a23351 Minimize SendTo and Read Socket Timeout Delays
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
2020-05-12 19:06:28 -07:00
Norman Princen
4241599ad7 Minimize sendUDP and readUDP Socket Timeout Delays
sendUDP and readUDP were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions.
2020-05-12 18:58:29 -07:00
Norman Princen
bb16ab9d94 Added includes for Linux and Mac socket select functions 2020-05-12 13:25:10 -07:00
Norman Princen
e2a6820d34 Minimize SendTo and Read Socket Timeout Delays
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
2020-05-12 13:18:47 -07:00
Norman Princen
121b3c92f8 Include sys/select.h for Linux and Mac 2020-05-12 13:15:38 -07:00
Norman Princen
138c738ba0 Minimize SendTo and Read Socket Timeout Delays
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
2020-05-12 12:23:07 -07:00
Norman Princen
d2486dd73b Minimize SendTo and Read Socket Timeout Delays
SendTo and Read were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions and coded in the same manner as the xplaneConnect.c functions.
2020-05-12 10:25:01 -07:00
Norman Princen
581675818b Minimize sendUDP and readUDP Socket Timeout Delays
sendUDP and readUDP were using longer than necessary socket timeouts that may add to process time delay and stuttering.  They were also using different values between Window and Linux/Mac.  The timeouts are now standardized for all versions.
2020-05-12 09:57:38 -07:00
Norman Princen
b69a7e2bab Merge pull request #4 from nasa/develop
Merge pull request #205 from NPrincen/develop
2020-05-09 17:12:14 -07:00
Jason Watkins
7ae6ab2a39 Merge pull request #205 from NPrincen/develop
Created sendPOST function that combines functions of sendPOSI and getTERR
2020-05-06 16:49:35 -07:00
Norman Princen
6120869c2c Added HandlePosT function that combines functions of HandlePosi with HandleGetT 2020-05-02 14:46:46 -07:00
Norman Princen
26d85f755f Added HandlePosT function that combines functions of HandlePosi with HandleGetT 2020-05-02 14:45:15 -07:00
Norman Princen
be4e799f8d Added sendPOST function combining functions of sendPOSI and getTERR 2020-05-02 14:38:48 -07:00
Norman Princen
9b6d0986be Added sendPOST function combining functions of sendPOSI and getTERR 2020-05-02 14:33:21 -07:00
Norman Princen
2d3e9ccc24 Added handling of the POST message 2020-05-02 14:10:37 -07:00
Norman Princen
9869a448d8 Added HandlePosT function that combines HandlePosi with HandleGetT 2020-05-02 14:07:10 -07:00
Norman Princen
0473b5ea23 Added HandlePosT function 2020-05-02 13:58:50 -07:00
Norman Princen
0a50735ebc Added sendPOST function combining sendPOSI and getTERR 2020-05-02 10:13:14 -07:00
Norman Princen
9185424daa Added sendPOST function combining sendPOSI and getTERR 2020-05-02 10:06:42 -07:00
Norman Princen
9a58c30385 Merge pull request #3 from nasa/develop
Update develop
2020-05-01 21:32:44 -07:00
Jason Watkins
28557b9738 Merge pull request #204 from NPrincen/getTERR
Improved MessageHandler HandleGetT and created getTERR C function
2020-05-01 20:47:53 -07:00
Norman Princen
6dcbec8974 Added SendTerr function 2020-05-01 05:04:05 -07:00
Norman Princen
c49168d815 Improved accuracy of HandleGetT terrain probe and requested changes 2020-05-01 04:59:43 -07:00
Jason Watkins
d8f28216e9 Merge pull request #202 from NPrincen/develop
Double Lat/Lon/Alt for getPOSI
2020-04-28 11:39:32 -07:00
Christopher Teubert
418d527856 Added contributor license agreements 2020-04-21 11:07:11 -07:00
Norman Princen
70b4af90b2 Improved accuracy of HandleGetT terrain probe
Follow the process in the following post to get accurate results:
// https://forums.x-plane.org/index.php?/forums/topic/38688-how-do-i-use-xplmprobeterrainxyz/&page=2
Also added the ground velocity vector to the output. This is used for carrier landing where "ground" is moving.
2020-04-19 13:47:18 -07:00
Norman Princen
54f5e43ddc Revert "Improved accuracy of HandleGetT terrain probe"
This reverts commit f630dbdf07.
2020-04-19 13:43:55 -07:00
Norman Princen
f630dbdf07 Improved accuracy of HandleGetT terrain probe
Follow the process in the following post to get accurate results:
// https://forums.x-plane.org/index.php?/forums/topic/38688-how-do-i-use-xplmprobeterrainxyz/&page=2

Also added the ground velocity vector to the output.  This is used for carrier landing where "ground" is moving.
2020-04-19 13:33:00 -07:00
Norman Princen
a3175a8180 Added getTERR function
Also corrected minor typos in comments.
2020-04-19 13:02:25 -07:00
Norman Princen
ba9e8b0eee Revert "Added getTERR function"
This reverts commit ab9d0b7ea7.
2020-04-19 11:37:14 -07:00
Norman Princen
97c87b48b8 Revert "Added getTERR function"
This reverts commit 377e19f4c4.
2020-04-19 11:37:07 -07:00