Wykres commitów

110 Commity (main)

Autor SHA1 Wiadomość Data
YohanHadji d76d9fddf1 Update code 2022-06-04 00:02:19 +02:00
YohanHadji d373085564 Minor glitches 2022-04-11 11:39:33 +02:00
YohanHadji 6b7e1f5556 Update Version + add camera state to datalog 2022-04-10 12:22:14 +02:00
YohanHadji 35192f4a35 Update Version 2022-04-10 12:16:06 +02:00
YohanHadji addb2d6d75 Safety improvement
Barometer and GPS vertical speed are now constrained between -50 and 10m/s which are the physical limit. Any vertical speed higher or lower would just be wrong.
2022-04-10 12:15:44 +02:00
YohanHadji 320e73eeb4 Update version and SEP_ALT
Changed my mind, it's better to have SEP_ALT relative to the sea level. Because if for a reason it reboots in flight, it'll take the actual altitude as ground altitude and never separate. While if we use sea level as a reference, whatever the reboot altitude is, it'll always deploy daughter at the right altitude.
2022-04-10 12:04:22 +02:00
YohanHadji 763564ca6e Update version 2022-04-10 11:55:49 +02:00
YohanHadji 9fb821c159 Caught bug in baro altitude fusion weight
Oupsi
2022-04-10 11:54:33 +02:00
YohanHadji 3630c2cbe3 Update Version 2022-04-10 11:15:37 +02:00
YohanHadji 9c78698d46 Upgrade separation servo
Separation altitude is now also relative to ground

+ New option to test the sep servo "TEST_SEP_SERVO"
2022-04-10 11:14:37 +02:00
YohanHadji 483e3593e7 Update version name 2022-04-10 09:54:48 +02:00
YohanHadji 8ef9cc8b13 Minor changes 2022-04-10 09:53:25 +02:00
YohanHadji afaaa01c9c Update control.hpp 2022-04-09 23:41:38 +02:00
YohanHadji 46983605cb fix cam bug 2022-04-09 13:42:03 +02:00
YohanHadji 1f99eaeb50 Ready ready ready
Even servo X is tested-ish
I simulated a separation event and then datalog shows the the servo signal moved from 2000 to 1000 as needed
2022-04-09 12:56:11 +02:00
YohanHadji 9ce225c42a Ready for flight, godspeed lil' robot :) 2022-04-09 12:35:11 +02:00
YohanHadji 26a4712cd6 Fixing minor bugs 2022-04-09 12:34:35 +02:00
YohanHadji 342497b33d Adding X servo capability 2022-04-08 23:03:59 +02:00
YohanHadji ffd806f3d6 Fix minor glitches and improve GPS vertical speed precision 2022-04-08 17:30:17 +02:00
YohanHadji 5f9096c2a7 Final check 2022-04-08 16:25:28 +02:00
YohanHadji 53dd46e968 Minor bug fixe 2022-04-08 15:42:50 +02:00
YohanHadji 8b1708f764 Update comments in config.h 2022-04-08 15:25:42 +02:00
YohanHadji 06edd6e779 Finishing the servo fix 2022-04-08 15:19:48 +02:00
YohanHadji aff1205bd6 Fixing bug in servo 2022-04-08 15:03:16 +02:00
YohanHadji 5ff4910874 Cleaning the debugging and catching a bug in the baro code 2022-04-08 14:06:10 +02:00
YohanHadji f4ef53295f Update after night of debug 2022-04-07 23:23:50 +02:00
YohanHadji 8075b483c0 Update main.ino 2022-04-07 19:25:29 +02:00
YohanHadji 7e9e9ea47e Update with new debug mode (make sure to disable it before flight!!) 2022-04-07 19:22:57 +02:00
Yohan Hadji 2b43cc9877
Merge pull request #1 from YohanHadji/add-license-1
Create LICENSE
2022-04-03 21:49:22 +02:00
Yohan Hadji df7f808656
Create LICENSE 2022-04-03 21:49:11 +02:00
Yohan Hadji dbc961b40e
Change License 2022-04-03 21:46:40 +02:00
YohanHadji 3ee23d0414 Adding new modes / features 2022-04-01 00:01:17 +02:00
YohanHadji b56a259026 Update spiral detection code 2022-03-29 23:09:43 +02:00
YohanHadji 14b26605cf Correction of bug on gps vertical speed (not yet used in code) 2022-03-26 21:51:55 +01:00
YohanHadji 5b3445af86 Version is flight proven 2022-03-26 20:13:06 +01:00
YohanHadji 2a03120871 Adding new code! 2022-03-25 19:03:31 +01:00
YohanHadji e8d67be65f Updating PCB File 2022-03-22 15:15:21 +01:00
YohanHadji b460924f92 Updating name 2022-03-21 17:04:01 +01:00
YohanHadji 8f02a1589b Correction on the gerber file 2022-03-21 17:00:34 +01:00
YohanHadji 53f2c03365 Update after test day
More delay after opening and before control start to give more time for the wing to stabilize.

New feature : ground altitude, used to make sure the ground altitude is not reset after the flight has started, even if a GPS fix is lost for a few minutes before being regained

New old feature, but not tested again : cog_brake, will reduce command if turn rate is too high, but might not be really necessary with a good PID controller.. so..
2022-03-21 15:30:02 +01:00
YohanHadji f7a04f50cb Merge branch 'main' of https://github.com/YohanHadji/R2Home into main 2022-03-10 22:31:12 +01:00
YohanHadji cc1c799b6a Update after balloon flight 2022-03-10 22:30:59 +01:00
Yohan Hadji 58de5d98df
Update README.md 2022-02-17 20:13:56 +01:00
YohanHadji bedee3a386 Update name 2022-02-17 20:13:43 +01:00
YohanHadji 9af074476f Merge branch 'main' of https://github.com/YohanHadji/R2Home into main 2022-02-17 20:12:38 +01:00
Yohan Hadji a50b0e70d5
Update README.md 2022-02-17 20:12:25 +01:00
YohanHadji db425347bd Merge branch 'main' of https://github.com/YohanHadji/R2Home into main 2022-02-17 20:11:44 +01:00
YohanHadji f98c868d86 Create Landing_Pano_A_Traj 2.jpg 2022-02-17 20:11:33 +01:00
Yohan Hadji 5bc43f3d83
Update README.md 2022-02-17 20:10:49 +01:00
YohanHadji fccf1538e9 Update Pictures 2022-02-17 20:07:06 +01:00