cs-powell
1ea3927d71
final update commit (backlog 1)
2024-11-24 15:57:19 -05:00
cs-powell
3579efea5d
fixed package mismatch
2024-11-24 15:05:33 -05:00
cs-powell
a5cf193a7d
restructuring files (backlong 2)
2024-11-24 13:36:43 -05:00
cs-powell
e574ca3215
restructuring for project (Backlog 3)
2024-11-24 13:32:21 -05:00
cs-powell
d2156ae9bc
legacy commit 4 (backlog)
2024-11-23 23:43:56 -05:00
cs-powell
7678b4e1f9
new commits
2024-11-22 14:50:59 -05:00
cs-powell
f2a0cf8372
new output
2024-10-26 17:08:58 -04:00
cs-powell
87f9619e01
new output file
2024-10-13 12:30:37 -04:00
cs-powell
1a974e7bb2
created dedicated project model folder
2024-10-13 12:30:35 -04:00
cs-powell
25da277c45
new output file
2024-10-13 12:04:46 -04:00
cs-powell
f17c3cfb6d
Update 2 10-12-2024
2024-10-12 17:58:07 -04:00
cs-powell
990d27d2c3
YAw visualization is not working yet
2024-10-06 18:00:53 -04:00
cs-powell
8253861a80
new additions
2024-10-05 10:05:35 -04:00
cs-powell
21404bcc07
small change
2024-10-04 14:05:20 -04:00
cs-powell
6159e125c2
visualizer
2024-10-04 12:32:17 -04:00
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