• Joined on 2026-03-02
temple pushed to master at temple/caero-attitude-control 2026-06-29 14:10:20 -05:00
dd4bc11c43 added error print for SetThrusterPower in order to catch nil thruster references
temple pushed to master at temple/caero-attitude-control 2026-06-29 14:03:17 -05:00
e13ae84aae hopefully fix nil reference error related to propeller transmissions
temple pushed to master at temple/caero-attitude-control 2026-06-29 13:57:14 -05:00
a9f483a05d remove missed UpdateStabilization reference in mainloop
temple pushed to master at temple/caero-attitude-control 2026-06-29 13:52:43 -05:00
d57bcf0ad4 begin reimplementation of UpdateGlobalThrust based on PIDs instead of the old system
de7decceaa modified thruster table to include all axis movement vectors
Compare 2 commits »
temple synced new reference renovate/major-xmlserialization to temple/Suwayomi-Server from mirror 2026-06-29 00:44:33 -05:00
temple synced commits to renovate/major-xmlserialization at temple/Suwayomi-Server from mirror 2026-06-29 00:44:33 -05:00
temple synced commits to master at temple/Suwayomi-Server from mirror 2026-06-28 16:34:35 -05:00
35b48114c6 Use Plain Source over CatalogueSource (#2141)
3031aa7ccd Make contentWarning check more robust (#2140)
Compare 2 commits »
temple pushed to master at temple/caero-attitude-control 2026-06-28 11:02:58 -05:00
d9c29c89be refactored thruster init to follow new thruster schema; removed redundant UpdateStabilization function; removed some implimentation from the UpdateGlobalThrust functions in preparation for refactor
temple pushed to master at temple/caero-attitude-control 2026-06-28 10:56:03 -05:00
583c291af7 i switched up angular and lateral in the last commit. fixed
temple pushed to master at temple/caero-attitude-control 2026-06-28 10:53:21 -05:00
38e2e36e25 update thruster table for better thrust direction support
temple synced commits to master at temple/Suwayomi-Server from mirror 2026-06-28 08:24:35 -05:00
c79486b8be Manual Extension Fixes (#2139)
temple pushed to master at temple/caero-attitude-control 2026-06-27 18:04:32 -05:00
0c42fdaa8e removed debug statements from previous commit and (hopefully) fixed the array not empty check, since the check was designed for tables and not arrays
temple pushed to master at temple/caero-attitude-control 2026-06-27 18:02:09 -05:00
c724e848f7 more debug statements for troubleshooting
temple pushed to master at temple/caero-attitude-control 2026-06-27 18:00:14 -05:00
67c6916632 random test 1 for velocity sensors not found error
temple pushed to master at temple/caero-attitude-control 2026-06-27 17:58:56 -05:00
14ba0ba5ab re-order PollSensors to verify that the most important sensors have their debug statements display last
temple pushed to master at temple/caero-attitude-control 2026-06-27 17:55:07 -05:00
02b7e64301 accidentally forgot to re-define thrustDirections in UpdateGlobalAngularThrust
temple pushed to master at temple/caero-attitude-control 2026-06-27 17:53:54 -05:00
286e7287aa broke out UpdateGlobalThrust into UpdateGlobalLateralThrust and UpdateGlobalAngularThrust to check if the sensor issue is isolated
temple pushed to master at temple/caero-attitude-control 2026-06-27 17:50:13 -05:00
f229d407f8 refine nil check in last commit
temple pushed to master at temple/caero-attitude-control 2026-06-27 17:48:36 -05:00
621c27e551 nil verification in UpdateGlobalThrust for required SensorData fields
temple pushed to master at temple/caero-attitude-control 2026-06-27 17:41:14 -05:00
633e2c11d5 fix accidental function references instead of function value references