Commit Graph

104 Commits

Author SHA1 Message Date
a45abd69ec fix: less warnings, better logging for helios broadcast 2024-08-14 18:41:47 +02:00
alban
2c0d5cd13f feat: add Intensity Transformer 2023-07-24 18:53:19 +02:00
alban
22d7d3c718 fix: i in point for etherdream is meh 2023-07-24 17:35:39 +02:00
alban
514f4cc7c9 fix: etherdream should work with device trait adjustments 2023-07-24 17:35:15 +02:00
alban
6f04925ea5 feat: add framerate with fixed value for now (20Hz) 2023-07-24 17:34:06 +02:00
alban
3ce346306f feat: add helios to etherdream transformer 2023-07-24 17:29:33 +02:00
alban
ff96bdf6fa fix: etherdream example 2023-07-24 17:28:18 +02:00
alban
e148a1ec5e fix: cleanup for errors 2023-07-20 21:34:23 +02:00
alban
f45b9e5748 fix: dac/etherdream should work 2023-07-20 21:12:34 +02:00
alban
810a3677de fix: populate redis general geometry 2023-07-20 21:12:17 +02:00
alban
71fabde385 fix: Resampler should have correct type 2023-07-20 21:11:57 +02:00
alban
4719dcc430 feat: more dispatch actions and cosmetic 2023-07-20 00:54:24 +02:00
alban
8e10e0d82e fix: /etherdream some cleanup and better error management 2023-07-19 21:39:25 +02:00
alban
ae75092d34 feat: the etherdream device should work 2023-07-19 01:28:45 +02:00
alban
4a87821c22 fix: various fixes for etherdream and debug 2023-07-17 22:44:27 +02:00
alban
fd9ad62278 feat: add redis populate 2023-07-17 22:44:06 +02:00
alban
60121a01c2 fix: client_key is a string 2023-07-17 10:24:02 +02:00
alban
afaa397a52 fix: the settings should use ip for etherdream 2023-07-16 23:12:10 +02:00
alban
86e32e08b1 feat: adds Etherdream device 2023-07-16 20:28:06 +02:00
alban
ffba2efeed fix: conf for etherdream uses ip 2023-07-16 20:26:45 +02:00
alban
ee4d0e049f Merge branch 'feature/dac-etherdream' into dev/alban 2023-07-11 20:17:49 +02:00
alban
6fa8846997 feat: add get_client_key + cleanup 2023-07-09 22:44:15 +02:00
alban
e4580e0e53 feat: add grid 2023-07-09 22:16:01 +02:00
69b619dbf5 black working 2023-07-06 22:58:24 +02:00
21bc0496c2 kpps working 2023-07-06 22:22:56 +02:00
alban
76cc1c1275 wip 2023-07-06 22:18:44 +02:00
5ff4ecacdd kpps working 2023-07-06 22:17:49 +02:00
538f13f539 more worldstate keys 2023-07-06 21:52:20 +02:00
e5e8ad878b micro-cleanup 2023-07-06 20:26:06 +02:00
2b0a2ce06d refacto 2023-07-01 17:42:31 +02:00
1d61235e51 cleanup 2023-07-01 17:19:48 +02:00
6c0678ca1d cleanup 2023-07-01 17:17:33 +02:00
3d53982e72 fix homography calculation + test 2023-07-01 17:14:01 +02:00
ee9e3f1da0 add homography transformer 2023-07-01 16:01:11 +02:00
ddf44460ae fetch the right edh for this laser 2023-07-01 14:54:37 +02:00
42773aa2a2 add error handling 2023-07-01 14:44:51 +02:00
5470a9b78a add homography crate, use Matrix3 to store EDH 2023-07-01 14:34:30 +02:00
63c700f12d get edh 2023-06-29 23:27:54 +02:00
f307fea63c fix code + dummy dac 2023-06-29 23:24:56 +02:00
alban
ce86a1cecb wip: add worldstate 2023-06-29 22:36:00 +02:00
alban
9b9e04ad63 fix: helios status trace time 2023-06-12 21:56:21 +02:00
alban
0f3ee7c54a fix: helios.status state 2023-06-12 19:27:44 +02:00
alban
526a78428b feat; add device status 2023-06-12 19:25:17 +02:00
883c72ff24 cleanups 2023-06-10 18:53:10 +02:00
9a5db444a0 cleanup and new grid 2023-06-10 18:47:04 +02:00
81de6728fc fix warnings 2023-06-10 17:08:08 +02:00
256599095f Merge branch 'master' of git.interhacker.space:corpsmoderne/lazer_rust 2023-06-08 22:45:10 +02:00
0a5000eea0 Merge branch 'master' of git.interhacker.space:corpsmoderne/lazer_rust 2023-06-08 22:39:26 +02:00
f61c36e897 Merge branch 'dev/marc' 2023-06-08 22:38:48 +02:00
08e78b9a88 feat: adding somme new transformation
* Rotate to rotate the image, !! Some point could be outside of the
  0-4096 range on x and y !!
  you should parameter a center and an angle. All the point will move
  around the center. The angle is un degre.
* Flip vertical: flip all the point verticaly. You should parameter an
  height where all point will flip
* Flip horizontaly. You should parameter an X corrodinate where all
  point will flip around.
2023-06-08 22:34:03 +02:00