|
|
1ada914384
|
codegen fixes, bug fixes, gets running on testbed environment
|
2026-03-09 21:23:31 -07:00 |
|
|
|
58d87cd16f
|
gps log plotting
|
2026-03-09 21:23:31 -07:00 |
|
|
|
cec6458f7c
|
aerpaw gps csv reader
|
2026-03-09 21:23:31 -07:00 |
|
|
|
9385b9bd06
|
gps logging updates
|
2026-03-09 21:23:31 -07:00 |
|
|
|
d25287cdf9
|
respect geofence, move from socket to async/await
|
2026-03-09 21:23:31 -07:00 |
|
|
|
61e440b594
|
more config cleanup
|
2026-03-09 21:23:31 -07:00 |
|
|
|
dbb4ba178a
|
config cleanup
|
2026-03-09 21:23:31 -07:00 |
|
|
|
cde86065e9
|
project cleanup
|
2026-03-09 21:23:31 -07:00 |
|
|
|
87d925ba5c
|
logging consistency
|
2026-03-09 21:23:31 -07:00 |
|
|
|
0e9f494c50
|
message type updates
|
2026-03-09 21:23:31 -07:00 |
|
|
|
bcfaad1817
|
removed potentially faulty environment detection in favor of explicit setting
|
2026-03-09 21:23:31 -07:00 |
|
|
|
1475d9e7d1
|
refactor experiment config
|
2026-03-09 21:23:31 -07:00 |
|
|
|
ee238f239d
|
added parallel message receiving for previously implemented messaging where necessary
|
2026-03-09 21:23:31 -07:00 |
|
|
|
4cdcb16ee3
|
added RTL and LAND capabilities
|
2026-03-09 21:23:31 -07:00 |
|
|
|
9705c1e952
|
kinda working
|
2026-03-09 21:23:31 -07:00 |
|
|
|
8002336ba1
|
added real autopilot connection info
|
2026-03-09 21:23:31 -07:00 |
|
|
|
cb61ddb161
|
allowed connection to real autopilot
|
2026-03-09 21:23:31 -07:00 |
|
|
|
4d08e2c88a
|
added aerpawlib capabilities to uav script
|
2026-03-09 21:23:31 -07:00 |
|
|
|
c8b54a30aa
|
reorganized and added aerpawlib submodule
|
2026-03-09 21:23:31 -07:00 |
|
|
|
1ae617d5f7
|
sending starting positions to agents (not verified on AERPAW yet)
|
2026-03-09 21:23:31 -07:00 |
|
|
|
fa5d63361c
|
cleanup demo
|
2026-03-09 21:23:31 -07:00 |
|
|
|
8abd009aed
|
basic implementation of client/server for AERPAW, whole lot of mess included
|
2026-03-09 21:23:31 -07:00 |
|
|
|
20417f240c
|
experiment setup
|
2026-03-09 21:23:31 -07:00 |
|
|
|
0be43fc2d4
|
codegen friendly quadprog
|
2026-01-28 15:42:52 -08:00 |
|
|
|
af50695610
|
fixed initial agent placement altitude not respecting minimum altitude constraint when collision radius is taken into account
|
2026-01-28 15:42:52 -08:00 |
|
|
|
fea1b1686d
|
improvement for obstacle-agent collision detection
|
2026-01-28 15:42:52 -08:00 |
|
|
|
bf875cbfce
|
added random obstacles
|
2026-01-28 15:42:52 -08:00 |
|
|
|
03fae7077c
|
'
|
2026-01-28 15:42:52 -08:00 |
|
|
|
a68690a5cf
|
random agent placement in parametric testing
|
2026-01-28 15:42:52 -08:00 |
|
|
|
8b7a756485
|
CSV parametric testing
|
2026-01-28 15:42:52 -08:00 |
|
|
|
177c1f2ee4
|
test case cleanup
|
2026-01-28 15:42:52 -08:00 |
|
|
|
2a856d0968
|
copied agent trail lines to other perspective plots
|
2026-01-28 15:42:52 -08:00 |
|
|
|
7883d436a4
|
improved objective function generation
|
2026-01-28 15:42:52 -08:00 |
|
|
|
d3b56cd841
|
token commit
|
2026-01-28 15:42:52 -08:00 |
|
|
|
2604711c78
|
fixed unit tests
|
2026-01-13 23:16:41 -08:00 |
|
|
|
bcb3bc3da3
|
lots of cleanup and simplification in test case construction
|
2026-01-13 21:17:35 -08:00 |
|
|
|
08e396c155
|
demonstrated test iteration over parameters, scales really poorly
|
2026-01-13 16:37:39 -08:00 |
|
|
|
df31c2f03c
|
beginning to write parametric tests
|
2026-01-13 15:15:42 -08:00 |
|
|
|
ff02e8a1c6
|
now doing partitioning on every timestep, looks super smooth
|
2026-01-11 19:09:32 -08:00 |
|
|
|
2a48b1d469
|
parameterized variable gradient ascent step size
|
2026-01-11 18:50:14 -08:00 |
|
|
|
7ba21fbaa7
|
fixed cone plotting all the way to ground
|
2026-01-11 18:43:44 -08:00 |
|
|
|
40df9059e7
|
gradient ascent fix
|
2026-01-11 17:52:21 -08:00 |
|
|
|
103e8b391b
|
improved gradient ascent test case
|
2026-01-11 14:41:42 -08:00 |
|
|
|
796e2f322a
|
fixed performance plotting
|
2026-01-11 14:41:27 -08:00 |
|
|
|
ec202d7790
|
reimplemented gradient ascent as central finite differences method
|
2026-01-11 12:42:48 -08:00 |
|
|
|
c47b7229ba
|
a
|
2026-01-08 19:35:10 -08:00 |
|
|
|
02189baaab
|
unit test fixes
|
2026-01-07 12:41:22 -08:00 |
|
|
|
af6a0447a8
|
added z component to GA with constant partition
|
2026-01-07 11:43:14 -08:00 |
|
|
|
62e015da42
|
removed extra file
|
2026-01-07 09:42:09 -08:00 |
|
|
|
ddecf63d68
|
added h plots
|
2026-01-06 21:57:30 -08:00 |
|