-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modalai 1.11 #1
base: master
Are you sure you want to change the base?
Modalai 1.11 #1
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c915f0d - Browse repository at this point
Copy the full SHA c915f0dView commit details -
boards: add UAVCAN timer override mechanism and CUAV X7 add CAN (PX4#…
…15348) * X7Pro adds CAN driver * UAVCAN timer selection moved to default.cmake * Modify some details about @CUAVcaijie UAVCAN timer selection moved to default.cmake * Put some timer parameters to micro_hal.h from board_config.h. Fix all h7 boards Co-authored-by: honglang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1672fc6 - Browse repository at this point
Copy the full SHA 1672fc6View commit details -
bosch/bmi055: fix accel temperature reading
- single register output is in 2's complement
Configuration menu - View commit details
-
Copy full SHA for 427b17d - Browse repository at this point
Copy the full SHA 427b17dView commit details -
ll40ls: set default rotation to downwards facing
All the other distance sensors have their default rotation to downwards facing as well
Configuration menu - View commit details
-
Copy full SHA for c3a410e - Browse repository at this point
Copy the full SHA c3a410eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af9c6e6 - Browse repository at this point
Copy the full SHA af9c6e6View commit details
Commits on Sep 2, 2020
-
BatterySimulator: remove SimulatorBattery
It loads the battery parameters but then overwrites them with hardcoded values and it breaks the ModuleParams parent/child hierarchy. Both is undesired.
Configuration menu - View commit details
-
Copy full SHA for 226f5f8 - Browse repository at this point
Copy the full SHA 226f5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 165c8b2 - Browse repository at this point
Copy the full SHA 165c8b2View commit details -
ina226/voxlpm: make sure parameter sub is reset
The subscription to parameter updates has to get copied otherwise the change detection will not get reset for next time.
Configuration menu - View commit details
-
Copy full SHA for f92c5aa - Browse repository at this point
Copy the full SHA f92c5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db9d71 - Browse repository at this point
Copy the full SHA 4db9d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for a809e4c - Browse repository at this point
Copy the full SHA a809e4cView commit details -
analog_battery: fix missing stdio include
This was not a problem before because battery.h included the adc driver and implicitly snprintf was defined through there.
Configuration menu - View commit details
-
Copy full SHA for 7da7eba - Browse repository at this point
Copy the full SHA 7da7ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd7d44 - Browse repository at this point
Copy the full SHA 4cd7d44View commit details
Commits on Sep 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c7600f - Browse repository at this point
Copy the full SHA 5c7600fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dfa9fe - Browse repository at this point
Copy the full SHA 1dfa9feView commit details
Commits on Sep 4, 2020
-
fw_pos_control_l1: fix swapped TECS time parameters (PX4#15685)
Co-authored-by: Jonathan Hahn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33cabba - Browse repository at this point
Copy the full SHA 33cabbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65c59f1 - Browse repository at this point
Copy the full SHA 65c59f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 722596d - Browse repository at this point
Copy the full SHA 722596dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dc28e - Browse repository at this point
Copy the full SHA b8dc28eView commit details
Commits on Sep 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2bc4a5a - Browse repository at this point
Copy the full SHA 2bc4a5aView commit details
Commits on Sep 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bfc59f6 - Browse repository at this point
Copy the full SHA bfc59f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71db090 - Browse repository at this point
Copy the full SHA 71db090View commit details
Commits on Sep 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cd3db45 - Browse repository at this point
Copy the full SHA cd3db45View commit details -
Configuration menu - View commit details
-
Copy full SHA for db529aa - Browse repository at this point
Copy the full SHA db529aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f01fbdf - Browse repository at this point
Copy the full SHA f01fbdfView commit details
Commits on Sep 21, 2020
-
boards: cubeorange and cubeyellow disable serial console (used for AD…
…SB on new carrier boards) - add console builds (cubepilot_cubeorange_console) for hardware test rack and developers
Configuration menu - View commit details
-
Copy full SHA for 4f8bcec - Browse repository at this point
Copy the full SHA 4f8bcecView commit details
Commits on Sep 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8398e80 - Browse repository at this point
Copy the full SHA 8398e80View commit details -
boards: CUAV Nora/X7pro fix BOARD_DSHOT_MOTOR_ASSIGNMENT
- BOARD_DSHOT_MOTOR_ASSIGNMENT isn't needed if there's no remapping
Configuration menu - View commit details
-
Copy full SHA for 740c471 - Browse repository at this point
Copy the full SHA 740c471View commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 50d768c - Browse repository at this point
Copy the full SHA 50d768cView commit details
Commits on Oct 3, 2020
-
uavcan: Increase uavcan main stack size
I observed stack overflows when executing `uavcan params list`, so the stack size probably needs to be increased. Signed-off-by: Alex Mikhalev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db37c63 - Browse repository at this point
Copy the full SHA db37c63View commit details -
Regression from d2254c2, I overlooked that they were defined in reverse order.
Configuration menu - View commit details
-
Copy full SHA for 665effc - Browse repository at this point
Copy the full SHA 665effcView commit details -
commander: PreFlightCheck param_find all parameters immediately
- this ensures the relevant parameters are marked active immediately before parameter sync - fixes PX4#15872
Configuration menu - View commit details
-
Copy full SHA for d3148f2 - Browse repository at this point
Copy the full SHA d3148f2View commit details
Commits on Oct 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3188408 - Browse repository at this point
Copy the full SHA 3188408View commit details -
battery: fix duplicate uORB publish and minor cleanup
- run battery_status module on adc_report publications rather than a fixed schedule
Configuration menu - View commit details
-
Copy full SHA for 9fcbf18 - Browse repository at this point
Copy the full SHA 9fcbf18View commit details
Commits on Oct 20, 2020
-
fix EscBattery: remove _battery.publish();
updateBatteryStatus() already publishes
Configuration menu - View commit details
-
Copy full SHA for 6da456e - Browse repository at this point
Copy the full SHA 6da456eView commit details -
battery: fix isFloatEqual(), use matrix::isEqualF
Fixes param migration, e.g. if BAT_N_CELLS is set, migrates to BAT1_N_CELLS.
Configuration menu - View commit details
-
Copy full SHA for 977479c - Browse repository at this point
Copy the full SHA 977479cView commit details -
battery: disable secondary module by default
Avoid a GCS showing 2 battery indicators. Alternatively we could also check the 'connected' flag, but this is more explicit.
Configuration menu - View commit details
-
Copy full SHA for 5faf8bd - Browse repository at this point
Copy the full SHA 5faf8bdView commit details -
tests: don't run battery_simulator
The battery migration interferes with the tests.
Configuration menu - View commit details
-
Copy full SHA for 8592fe2 - Browse repository at this point
Copy the full SHA 8592fe2View commit details
Commits on Oct 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bdcccb1 - Browse repository at this point
Copy the full SHA bdcccb1View commit details
Commits on Nov 12, 2020
-
ekf2: update ecl with bug fixes
- ecl/EKF: Improve robustness of yaw reset to bad inertial data (PX4/PX4-ECL#914) - ecl/EKF: Use strength in Gauss (bug fix) (PX4/PX4-ECL#933)
Configuration menu - View commit details
-
Copy full SHA for efabca8 - Browse repository at this point
Copy the full SHA efabca8View commit details -
commander: fix switch to loiter
Sometimes, the mission_result timestamp is the same as the internal_state timestamp which would meant that we would not switch to LOITER even though the takeoff is clearly done at that point.
Configuration menu - View commit details
-
Copy full SHA for 508c09d - Browse repository at this point
Copy the full SHA 508c09dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92a9278 - Browse repository at this point
Copy the full SHA 92a9278View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8778ac - Browse repository at this point
Copy the full SHA d8778acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a516e5 - Browse repository at this point
Copy the full SHA 8a516e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377dc90 - Browse repository at this point
Copy the full SHA 377dc90View commit details -
Fix non-determinstic boot hang with crashdumps
On boot, if board_hardfault_init finds a hardfault stored in BBSRAM, it checks if there is any data available on stdin to see if there is somebody there to respond to a prompt. But on boards such as cubeorange where there is not a serial console by default, the ioctl fails and bytesWaiting is uninitialized. So it will non-deterministally hang the boot process with no outside feedback if that value is not zero. Signed-off-by: Alex Mikhalev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0a4b10 - Browse repository at this point
Copy the full SHA a0a4b10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8068ed8 - Browse repository at this point
Copy the full SHA 8068ed8View commit details -
ROMFS: 50000_generic_ground_vehicle remove fmu-v2 exclude
- this allows px4_fmu-v2_rover to function until we have a better mechanism for including or excluding ROMFS dependencies PX4#15711
Configuration menu - View commit details
-
Copy full SHA for 97ab827 - Browse repository at this point
Copy the full SHA 97ab827View commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 669ffc7 - Browse repository at this point
Copy the full SHA 669ffc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f73dc - Browse repository at this point
Copy the full SHA 00f73dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6605cd5 - Browse repository at this point
Copy the full SHA 6605cd5View commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a317030 - Browse repository at this point
Copy the full SHA a317030View commit details
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6e33449 - Browse repository at this point
Copy the full SHA 6e33449View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b5bad6 - Browse repository at this point
Copy the full SHA 9b5bad6View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4eb6eab - Browse repository at this point
Copy the full SHA 4eb6eabView commit details
Commits on Apr 29, 2021
-
PX4 compile flags: disable Wlogical-op for GCC 10
There is a proper fix for this already on master but it's a rabbit hole to cherry-pick it: -> update matrix -> dependency on changing ecl -> dependency on a lot of autopilot changes
Configuration menu - View commit details
-
Copy full SHA for d47db30 - Browse repository at this point
Copy the full SHA d47db30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ec57c7 - Browse repository at this point
Copy the full SHA 4ec57c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for efcfc00 - Browse repository at this point
Copy the full SHA efcfc00View commit details -
rc/dsm: remove system field check, add new validity checks
- unfortunately we can't depend on the system field due to potential external binding and non-genuine Spektrum equipment - reject any DSM frame with duplicate channels - add 16 channel mask - tighten valid PWM range 990-2010us (±100% travel is 1102-1898µs) - update RCTest rejected frame count
Configuration menu - View commit details
-
Copy full SHA for ce719e0 - Browse repository at this point
Copy the full SHA ce719e0View commit details
Commits on Apr 30, 2021
-
- intial commit, add ModalAI FCv2 BSP template from FMU v6x
- refactor FMU v6x to ModalAI FCv2 name only
Configuration menu - View commit details
-
Copy full SHA for 8b7d5d5 - Browse repository at this point
Copy the full SHA 8b7d5d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee208a - Browse repository at this point
Copy the full SHA 5ee208aView commit details
Commits on May 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24474f0 - Browse repository at this point
Copy the full SHA 24474f0View commit details -
- remove the unused ADC_SCALED_VDD_3V3_SENSORS* references, we aren't…
… doing sensing on 3.3
Configuration menu - View commit details
-
Copy full SHA for 3dcdc31 - Browse repository at this point
Copy the full SHA 3dcdc31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c57a28 - Browse repository at this point
Copy the full SHA 8c57a28View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaac629 - Browse repository at this point
Copy the full SHA aaac629View commit details -
- fix last commit by removing heater driver and the io from the list
- remove PWM capture, not routed
Configuration menu - View commit details
-
Copy full SHA for 644ce4d - Browse repository at this point
Copy the full SHA 644ce4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9954b3 - Browse repository at this point
Copy the full SHA b9954b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e579ea2 - Browse repository at this point
Copy the full SHA e579ea2View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c2009a8 - Browse repository at this point
Copy the full SHA c2009a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2d619 - Browse repository at this point
Copy the full SHA cd2d619View commit details -
Configuration menu - View commit details
-
Copy full SHA for abb1fcb - Browse repository at this point
Copy the full SHA abb1fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f58188 - Browse repository at this point
Copy the full SHA 3f58188View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6f5812 - Browse repository at this point
Copy the full SHA d6f5812View commit details -
- configure old tone alarm pin for FYSNC for IMUs in the future
Configuration menu - View commit details
-
Copy full SHA for 4f1b28d - Browse repository at this point
Copy the full SHA 4f1b28dView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ca12d50 - Browse repository at this point
Copy the full SHA ca12d50View commit details
Commits on May 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da4de3c - Browse repository at this point
Copy the full SHA da4de3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb7fc3 - Browse repository at this point
Copy the full SHA bcb7fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb956ae - Browse repository at this point
Copy the full SHA eb956aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d59de3 - Browse repository at this point
Copy the full SHA 7d59de3View commit details
Commits on May 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9df89b3 - Browse repository at this point
Copy the full SHA 9df89b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9581772 - Browse repository at this point
Copy the full SHA 9581772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa0e88 - Browse repository at this point
Copy the full SHA 7aa0e88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c1bfd - Browse repository at this point
Copy the full SHA 87c1bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1539030 - Browse repository at this point
Copy the full SHA 1539030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 937ea21 - Browse repository at this point
Copy the full SHA 937ea21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8686d4b - Browse repository at this point
Copy the full SHA 8686d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e99f018 - Browse repository at this point
Copy the full SHA e99f018View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba76c9a - Browse repository at this point
Copy the full SHA ba76c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a3911b - Browse repository at this point
Copy the full SHA 6a3911bView commit details
Commits on May 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 367ebd6 - Browse repository at this point
Copy the full SHA 367ebd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b58a5 - Browse repository at this point
Copy the full SHA b7b58a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1123614 - Browse repository at this point
Copy the full SHA 1123614View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3bfcce - Browse repository at this point
Copy the full SHA d3bfcceView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0f9901 - Browse repository at this point
Copy the full SHA b0f9901View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2400719 - Browse repository at this point
Copy the full SHA 2400719View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321757c - Browse repository at this point
Copy the full SHA 321757cView commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26b81b9 - Browse repository at this point
Copy the full SHA 26b81b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5fdf5d - Browse repository at this point
Copy the full SHA c5fdf5dView commit details
Commits on May 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5dab655 - Browse repository at this point
Copy the full SHA 5dab655View commit details
Commits on May 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0ae6201 - Browse repository at this point
Copy the full SHA 0ae6201View commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f986767 - Browse repository at this point
Copy the full SHA f986767View commit details