Davide Iafrate
650320281b
Add support for ICM42688P IMU on mamba f405 mk2 v2 target ( #25047 )
...
Co-authored-by: Ramon Roche <mrpollo@gmail.com>
2025-06-29 13:46:41 -08:00
Matthias Grob
2bc04f91f8
docs: fix all end of file newlines
...
Note: Some files are autogenerated and I did not yet
go through each source of generation to fix it there.
Instead I adjusted the filter to only exclude those
such that we can fix things in steps.
2025-06-26 11:03:23 -07:00
Matthias Grob
e9bac962ab
docs index: fix special character encoding to be UTF-8
2025-06-26 11:03:23 -07:00
Hamish Willee
35096d3278
Remove images not linked from docs
2025-06-26 13:13:30 +10:00
Hamish Willee
b3441b7221
Remove legacy translations
2025-06-26 13:13:30 +10:00
Hamish Willee
2bda1b08c9
Add image to repo, prettier
2025-06-26 12:49:44 +10:00
Jakub Kákona
804af78245
Update docs/en/telemetry/index.md
...
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
2025-06-26 12:49:44 +10:00
Jakub Kákona
56e8d23fb0
Adding the TFSIK01 page.
2025-06-26 12:49:44 +10:00
Jakub Kákona
3ea9069ada
Adding TFSIK01 telemetry radio docs page.
2025-06-26 12:49:44 +10:00
Matthias Grob
bb6d43d5e3
uavcan battery: add support for cuav::equipment::power::CBAT message
...
emitted by e.g. uavcan Tattu batteries.
2025-06-25 21:11:23 +02:00
Matthias Grob
30d4ff3c6c
uavcan battery: fix battery_status.scale, time_remaining and timestamp
...
- timestamp was 0 if uavcan::BatteryInfo was received before uavcan::BatteryInfoAux
- scale was not set as unknown (-1) even though it is since it's never updated
- time_remaining was not initialized correctly and could sometimes be 0
unexpectedly which causes the drone to failsafe because there's reportedly no flight time left
2025-06-25 21:11:23 +02:00
Marco Hauswirth
adc299d019
remove paths-ignore in workflows to enable CI-checks for pure CI changes...
2025-06-25 08:04:43 -07:00
Jakub Kákona
1a52656e8a
Update broken airspeed sensors links
...
Add new TFPITOT01 Pitot Tube
2025-06-25 16:38:23 +10:00
Jakub Kákona
b9ff50f92b
Update thunderfly_auto_g2.md
...
Fix typos and update the note message.
2025-06-25 15:49:49 +10:00
Jakub Kákona
6ef8add164
Improve documentation links.
2025-06-25 15:49:49 +10:00
Crowdin Bot
bcd5f6e208
New Crowdin translations - zh-CN
2025-06-25 13:33:35 +10:00
Crowdin Bot
f0a20c19f9
New Crowdin translations - uk
2025-06-25 13:33:27 +10:00
Crowdin Bot
bcd516f6af
New Crowdin translations - ko
2025-06-25 13:33:22 +10:00
Hamish Willee
81ec385c3e
Fix up link to flashing
2025-06-25 13:03:46 +10:00
Hamish Willee
3a54b482d2
Fix up cross links
2025-06-25 13:03:46 +10:00
Hamish Willee
a1b8b3dabb
Prettier, typos, minor wording
2025-06-25 13:03:46 +10:00
chfriedrich98
22f4222795
docs: overhaul rover documentation
2025-06-25 13:03:46 +10:00
PX4BuildBot
ee3708ca82
docs: update parameter reference metadata
2025-06-25 12:13:22 +10:00
PX4BuildBot
940ce18e59
Failsafe web metadata updates
2025-06-25 12:13:22 +10:00
PX4BuildBot
ae4322126a
docs: metadata: update uORB graph JSONs
2025-06-25 12:13:22 +10:00
Alex Klimaj
c6bb6cd435
extend satellite info to 40 ( #25067 )
...
Co-authored-by: Pedro Roque <padr@kth.se>
2025-06-24 13:14:08 -06:00
Alexander Lerach
160ae487ff
auav: use correct sign during calib data reading
2025-06-24 17:58:53 +02:00
Sergei Grichine
256b329aab
Differential: Update 4011_gz_lawnmower to match recent changes in Rover controls ( #25079 )
2025-06-24 09:17:10 +02:00
Jacob Dahl
95119027a9
ekf2: variable to parameter name consistency ( #25042 )
...
Rename various EKF2 variable names to match the PX4 parameter names
2025-06-24 09:15:50 +02:00
Jakub Kákona
9e90fd193f
doc: Improve I2C devices links and explanation ( #24701 )
...
* Improve links URL by swithing from GitHub URL to actual documentation.
* Update i2c_general.md
Clean up and simplify the explanatory text.
2025-06-23 11:06:37 -08:00
Liu1
832a90e07f
cuav_7-nano:use new sensors ( #25098 )
2025-06-23 07:24:28 -08:00
Hamish Willee
2e6fd9dd72
Updates from feedback
2025-06-20 08:27:03 +10:00
Hamish Willee
94dc757363
Prettier and add context
2025-06-20 08:27:03 +10:00
Hamish Willee
5cfa0d548c
Update docs/en/peripherals/dshot.md
2025-06-20 08:27:03 +10:00
Jacob Dahl
fa9f8734d0
update warning, add imxrt targets
2025-06-20 08:27:03 +10:00
Jacob Dahl
3d5cb891a6
docs: bidirectional dshot
2025-06-20 08:27:03 +10:00
Beat Küng
afbaa71bfc
fix mavlink: add mutex for mavlink shell ( #25082 )
...
There was a race condition when closing the shell:
- the main thread checks if _mavlink_shell is not nullptr (which is true)
- the receiver thread closes the shell, which clears _mavlink_shell
- the main thread continues with _mavlink_shell->available()
2025-06-19 13:03:01 -08:00
Hamish Willee
873aa89022
[Docs] Update QGC Bootloader instructions ( #25072 )
...
* [Docs] Update QGC Bootloader instructions
* Add release note
2025-06-18 09:02:00 -08:00
Daniel Agar
1b3c6f7fd2
drivers/magnetometer: remove Vtrantech VCM1193L from common magnetometer set
2025-06-18 11:56:13 -04:00
Marco Hauswirth
6604c52c98
Commander: Adjust home position altitude after GNSS altitude correction ( #25003 )
...
Within the first 2min of a flight, check if the integrated GNSS vertical velocity and the baro
measurements disagree with the reported GNSS altitude, and in that case update the
set home position altitude to cancel out GNSS altitude drift.
* prevent re-init when reaching negative altitudes
* only allow correction during the first 120 second after takeoff
* add dependency to COM_HOME_EN parameter. reset vel-integral for multiple takeoffs
2025-06-18 13:26:45 +02:00
Hamish Willee
ef252481a8
Collision mode only works with mpc_pos_mode that is acceleration based
2025-06-18 16:38:37 +10:00
chfriedrich98
f35b92a487
rover: replace RX_MAX_THR_YAW_R with a correction factor RO_YAW_RATE_CORR
2025-06-18 08:35:48 +02:00
chfriedrich98
3e8f054a1c
ackermann: rename DriveModes to AckermannDriveModes
2025-06-18 08:35:48 +02:00
chfriedrich98
eed966a1c6
rover: reduce speed based on course error
2025-06-18 08:35:48 +02:00
chfriedrich98
5a430f0ba6
rover: streamline rover steering setpoint
2025-06-18 08:35:48 +02:00
Hamish Willee
4a5c00d0e4
EKF2_GPS_POS_X/Y/Z have same long description ( #25068 )
2025-06-17 21:07:09 -08:00
PX4BuildBot
778f80ca59
CellularStatus - fix to doc standard
2025-06-18 13:26:45 +10:00
Jacob Dahl
339e0f9691
params: srcparser: don't strip newlines ( #25058 )
2025-06-17 12:04:33 -08:00
Peter van der Perk
7687e6e33f
dshot: Telem set baudrate before pin-swapping
...
On IMXRT setbaudrate resets swap state
2025-06-17 14:54:48 +02:00
Peter van der Perk
001efc1c0b
Bosch: BMM350: Fix self-test on high ODR rate
...
We've to wait for atleast 6000us before doing self-test
2025-06-17 12:01:45 +02:00