cs-powell
0eafd83c5b
Somehow fixed the problem with the timer activating too soon by changing the timer start to when it is in the "inner process" of the main method
2024-12-17 14:18:53 -05:00
cs-powell
33a4b8eb7e
New visualization for model queue and delay events between looking at compass and looking at airspeed
2024-12-07 23:19:42 -05:00
cs-powell
2297854c28
Refactor package names for intellij
2024-12-05 23:48:34 -05:00
cs-powell
9585fe9d4a
intellij commit #2
2024-12-05 21:08:35 -05:00
cs-powell
75cb986ed1
intellij commit #1
2024-12-05 21:08:26 -05:00
cs-powell
b460a8f8b9
Data logging toggle switch
2024-11-29 20:20:03 -05:00
cs-powell
a91fb09632
removing unused imports
2024-11-26 12:06:37 -05:00
cs-powell
c214cb182b
reorganized visualizer and test processes (added abstract class for test process)
2024-11-26 12:01:27 -05:00
cs-powell
39e825d407
compartmentalization of main method into testprocess files
2024-11-25 14:07:17 -05:00
cs-powell
88967419c6
documents reformatted
2024-11-25 13:49:01 -05:00
cs-powell
cc17797319
test
2024-11-24 16:22:05 -05:00
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