We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's the Weekly Digest for PX4/Firmware:
Last week 37 issues were created. Of these, 13 issues have been closed and 24 issues are still open.
💚 #12041 Implemented GND_W_RMAX param., by SalimTerryLi 💚 #12040 uORB::Subscription subscribe directly to uORB device node object, by dagar 💚 #12039 Log download speed too low via telem2 port., by myeabhishek 💚 #12038 Unsupported FCU gazebo, by mrsiekierka 💚 #12037 Add Airframe configuration for NXP HoverGames KIT-HGDRONEK66 , by igalloway 💚 #12036 Battery Status is not recognized by px4 (Battery is n/a), by hsu-ret 💚 #12035 FW review RTL loiter behaviour , by dagar 💚 #12034 [WIP] Mavlink split BATTERY_STATUS from SYS_STATUS update and handle all bricks, by dagar 💚 #12033 Multiple battery module support, by ryanjAA 💚 #12032 Fix bug Auto Land, by mrivi 💚 #12030 Thrust Spikes, by mikehpark927 💚 #12029 Simulated (GAZEBO) vehicle becomes unstable when trying to control a gimbal via the ActuatorControls message , by jannsta1 💚 #12028 Add lockstep scheduler test to gtest unit test, by julianoes 💚 #12023 [WIP] Collision prevention dynamics, by baumanta 💚 #12021 [WIP] ekf2: reduce GPS initialization time for SITL from 10s to 0.5s, by bkueng 💚 #12017 mpu9250 using accel in _accel_int.put, by yukun2016 💚 #12016 the formula "qd_red *= q" in AttitudeControl.cpp don't match the ETH article formula, by sanabj 💚 #12015 RC Loss Failsafe not triggered, by tops4u 💚 #12014 [WIP] Takeoff Revision, by MaEtUgR 💚 #12011 [Feature] Support Climb speed and Descent speed (CMD_DO_CHANGE_SPEED), by FlavioTonelli 💚 #12009 send velocity setpoint to enable proper takeoff/land, by mrivi 💚 #12007 Downloading Log files causes Mag Errors, by tops4u 💚 #12006 System wide replay broken in master, by mhkabir 💚 #12004 Build issue due to px4io.cpp (g++ 8.2.1), by MrThanlon
❤️ #12031 px4_poll posix: fix wrap-around for large timeouts, by bkueng ❤️ #12027 Running PX4 SITL simulation on NVIDIA DGX, by samarth8927 ❤️ #12026 Add airframe configuration for Aion R1 Rover, by ItsTimmy ❤️ #12025 uCDR and IDL: remove field ordering, causing improper serialization/deserializarion, by TSC21 ❤️ #12024 Crash while building SITL, by simounours ❤️ #12022 posix_bebop_default cannot be the first argument., by gogogoKKK ❤️ #12020 Serial naming: Give UART 6 a name (maybe TELEM 6 or something can describe its function), by bys1123 ❤️ #12019 Jerk parameter for auto mode, by bresch ❤️ #12018 Fix gcc9 warnings, by julianoes ❤️ #12013 fmu-v2 & fmu-v5 add missing tone_alarm to example board variants, by dagar ❤️ #12012 px4_fmu-v2_multicopter has no tones, by MotoLab ❤️ #12010 init.d-posix: raise timeouts for fast SITL, by julianoes ❤️ #12008 launch: count multi UAVs from 0, by julianoes
👍 #12014 [WIP] Takeoff Revision, by MaEtUgR It received 👍 x0, 😄 x0, 🎉 x0 and ❤️ x4.
🔈 #12014 [WIP] Takeoff Revision, by MaEtUgR It received 12 comments.
Last week, 38 pull requests were created, updated or merged.
Last week, 29 pull requests were updated. 💛 #12034 [WIP] Mavlink split BATTERY_STATUS from SYS_STATUS update and handle all bricks, by dagar 💛 #12032 Fix bug Auto Land, by mrivi 💛 #12028 Add lockstep scheduler test to gtest unit test, by julianoes 💛 #12023 [WIP] Collision prevention dynamics, by baumanta 💛 #12021 [WIP] ekf2: reduce GPS initialization time for SITL from 10s to 0.5s, by bkueng 💛 #12014 [WIP] Takeoff Revision, by MaEtUgR 💛 #12009 send velocity setpoint to enable proper takeoff/land, by mrivi 💛 #11999 Auto - Yaw fixes for goto and hold, by bresch 💛 #11996 Testing: hotfix to recover test coverage CI, by MaEtUgR 💛 #11977 [WIP] Create a distance sensor driver base class and refactor the cm8jl65 driver to inherit from the class., by mcsauder 💛 #11921 Migrate remaining variable initializations from constructor list to declarations in mavlink_main.cpp/h., by mcsauder 💛 #11918 Adapted acceptance radius for rovers, and added vehicle_type field, by ItsTimmy 💛 #11894 Migrate ulanding driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder 💛 #11893 Migrate tfmini driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder 💛 #11892 Migrate teraranger driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder 💛 #11891 Migrate srf02 driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder 💛 #11878 Improve trigger control for survey applications, by LorenzMeier 💛 #11874 Cherry pick the src/modules/land_detector/ directory and voted_sensors_update.h from PR #9756, by mcsauder 💛 #11861 Change variable initialization to uniform initialization style and format whitespace in the pga460 driver., by mcsauder 💛 #11859 Migrate mb12xx driver class member variable initialization to declarations. Format whitespace and alphabetize/group/order var declarations, by mcsauder 💛 #11858 Migrate remaining member variable intialization to declarations, employ uniform initialization styling, and standardize method order within leddar_one.cpp, by mcsauder 💛 #11857 Migrate HC_SR04 class member variable initialization to declarations, augment code so that it compiles., by mcsauder 💛 #11853 Migrate cm8jl65 variable initialization from constructor list to declarations, format whitespace/comments., by mcsauder 💛 #11841 [WIP] MC auto mode - Use L1-like logic for lateral line tracking, by bresch 💛 #11665 Jenkins: add iris optical flow SITL test, by lamping7 💛 #11629 Adis16477 driver standardization work, by mcsauder 💛 #11571 PX4 general work queue and move all drivers to new work queue, by dagar 💛 #11274 Utilize DEFINE_PARAMETERS() macro for params in mavlink_receiver.cpp/h, by mcsauder 💛 #11224 Adis16448 refactor, by mcsauder
src/modules/land_detector/
Last week, 9 pull requests were merged. 💜 #12031 px4_poll posix: fix wrap-around for large timeouts, by bkueng 💜 #12026 Add airframe configuration for Aion R1 Rover, by ItsTimmy 💜 #12025 uCDR and IDL: remove field ordering, causing improper serialization/deserializarion, by TSC21 💜 #12019 Jerk parameter for auto mode, by bresch 💜 #12018 Fix gcc9 warnings, by julianoes 💜 #12013 fmu-v2 & fmu-v5 add missing tone_alarm to example board variants, by dagar 💜 #12010 init.d-posix: raise timeouts for fast SITL, by julianoes 💜 #12008 launch: count multi UAVs from 0, by julianoes 💜 #11755 [WIP] Added TI ina226 I2C power monitor, by davids5
Last week there were 14 commits. 🛠️ Added TI ina226 I2C power monitor (#11755) by davids5 🛠️ [Rover: add airframe configuration for Aion R1 Rover (#12026) * Added Aion R1 airframe
PX4_SIM_SPEED_FACTOR
Last week there were 8 contributors. 👤 davids5 👤 ItsTimmy 👤 bresch 👤 bkueng 👤 julianoes 👤 TSC21 👤 MaEtUgR 👤 dagar
Last week there were 41 stagazers. ⭐ samuto ⭐ KEVINYZY ⭐ FremdSprach ⭐ jcliu0428 ⭐ nickatflugauto ⭐ vincint810923 ⭐ ndelah ⭐ lsqtongxin ⭐ zsyfight ⭐ chenshiyuhit ⭐ Ryobidelacroix ⭐ tcoppel ⭐ 771994643 ⭐ navyabhat98 ⭐ ronaldstorm ⭐ lambda-conspiracy ⭐ Aakash997 ⭐ adkkarlsen ⭐ gbui ⭐ chengxuxiao ⭐ rebeccatucker258 ⭐ feiyunwill ⭐ roberttorres67 ⭐ Kerorohu ⭐ furkanhtk ⭐ citizenpoe ⭐ RichLewis007 ⭐ toshiharutf ⭐ shamb0 ⭐ greymaner ⭐ wang-rh ⭐ lovezw0329 ⭐ javiercbgr ⭐ rarico ⭐ Bosuwort ⭐ DBW19931021 ⭐ DanielXie00 ⭐ Pnalson ⭐ Optimussssss ⭐ weiSupreme ⭐ llfl You all are the stars! 🌟
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository PX4/Firmware to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot. 📆
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's the Weekly Digest for PX4/Firmware:
ISSUES
Last week 37 issues were created.
Of these, 13 issues have been closed and 24 issues are still open.
OPEN ISSUES
💚 #12041 Implemented GND_W_RMAX param., by SalimTerryLi
💚 #12040 uORB::Subscription subscribe directly to uORB device node object, by dagar
💚 #12039 Log download speed too low via telem2 port., by myeabhishek
💚 #12038 Unsupported FCU gazebo, by mrsiekierka
💚 #12037 Add Airframe configuration for NXP HoverGames KIT-HGDRONEK66 , by igalloway
💚 #12036 Battery Status is not recognized by px4 (Battery is n/a), by hsu-ret
💚 #12035 FW review RTL loiter behaviour , by dagar
💚 #12034 [WIP] Mavlink split BATTERY_STATUS from SYS_STATUS update and handle all bricks, by dagar
💚 #12033 Multiple battery module support, by ryanjAA
💚 #12032 Fix bug Auto Land, by mrivi
💚 #12030 Thrust Spikes, by mikehpark927
💚 #12029 Simulated (GAZEBO) vehicle becomes unstable when trying to control a gimbal via the ActuatorControls message , by jannsta1
💚 #12028 Add lockstep scheduler test to gtest unit test, by julianoes
💚 #12023 [WIP] Collision prevention dynamics, by baumanta
💚 #12021 [WIP] ekf2: reduce GPS initialization time for SITL from 10s to 0.5s, by bkueng
💚 #12017 mpu9250 using accel in _accel_int.put, by yukun2016
💚 #12016 the formula "qd_red *= q" in AttitudeControl.cpp don't match the ETH article formula, by sanabj
💚 #12015 RC Loss Failsafe not triggered, by tops4u
💚 #12014 [WIP] Takeoff Revision, by MaEtUgR
💚 #12011 [Feature] Support Climb speed and Descent speed (CMD_DO_CHANGE_SPEED), by FlavioTonelli
💚 #12009 send velocity setpoint to enable proper takeoff/land, by mrivi
💚 #12007 Downloading Log files causes Mag Errors, by tops4u
💚 #12006 System wide replay broken in master, by mhkabir
💚 #12004 Build issue due to px4io.cpp (g++ 8.2.1), by MrThanlon
CLOSED ISSUES
❤️ #12031 px4_poll posix: fix wrap-around for large timeouts, by bkueng
❤️ #12027 Running PX4 SITL simulation on NVIDIA DGX, by samarth8927
❤️ #12026 Add airframe configuration for Aion R1 Rover, by ItsTimmy
❤️ #12025 uCDR and IDL: remove field ordering, causing improper serialization/deserializarion, by TSC21
❤️ #12024 Crash while building SITL, by simounours
❤️ #12022 posix_bebop_default cannot be the first argument., by gogogoKKK
❤️ #12020 Serial naming: Give UART 6 a name (maybe TELEM 6 or something can describe its function), by bys1123
❤️ #12019 Jerk parameter for auto mode, by bresch
❤️ #12018 Fix gcc9 warnings, by julianoes
❤️ #12013 fmu-v2 & fmu-v5 add missing tone_alarm to example board variants, by dagar
❤️ #12012 px4_fmu-v2_multicopter has no tones, by MotoLab
❤️ #12010 init.d-posix: raise timeouts for fast SITL, by julianoes
❤️ #12008 launch: count multi UAVs from 0, by julianoes
LIKED ISSUE
👍 #12014 [WIP] Takeoff Revision, by MaEtUgR
It received 👍 x0, 😄 x0, 🎉 x0 and ❤️ x4.
NOISY ISSUE
🔈 #12014 [WIP] Takeoff Revision, by MaEtUgR
It received 12 comments.
PULL REQUESTS
Last week, 38 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 29 pull requests were updated.
💛 #12034 [WIP] Mavlink split BATTERY_STATUS from SYS_STATUS update and handle all bricks, by dagar
💛 #12032 Fix bug Auto Land, by mrivi
💛 #12028 Add lockstep scheduler test to gtest unit test, by julianoes
💛 #12023 [WIP] Collision prevention dynamics, by baumanta
💛 #12021 [WIP] ekf2: reduce GPS initialization time for SITL from 10s to 0.5s, by bkueng
💛 #12014 [WIP] Takeoff Revision, by MaEtUgR
💛 #12009 send velocity setpoint to enable proper takeoff/land, by mrivi
💛 #11999 Auto - Yaw fixes for goto and hold, by bresch
💛 #11996 Testing: hotfix to recover test coverage CI, by MaEtUgR
💛 #11977 [WIP] Create a distance sensor driver base class and refactor the cm8jl65 driver to inherit from the class., by mcsauder
💛 #11921 Migrate remaining variable initializations from constructor list to declarations in mavlink_main.cpp/h., by mcsauder
💛 #11918 Adapted acceptance radius for rovers, and added vehicle_type field, by ItsTimmy
💛 #11894 Migrate ulanding driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder
💛 #11893 Migrate tfmini driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder
💛 #11892 Migrate teraranger driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder
💛 #11891 Migrate srf02 driver class member variable initialization to declarations, format whitespace and alphabetize/group/order var/method declarations, by mcsauder
💛 #11878 Improve trigger control for survey applications, by LorenzMeier
💛 #11874 Cherry pick the
src/modules/land_detector/
directory and voted_sensors_update.h from PR #9756, by mcsauder💛 #11861 Change variable initialization to uniform initialization style and format whitespace in the pga460 driver., by mcsauder
💛 #11859 Migrate mb12xx driver class member variable initialization to declarations. Format whitespace and alphabetize/group/order var declarations, by mcsauder
💛 #11858 Migrate remaining member variable intialization to declarations, employ uniform initialization styling, and standardize method order within leddar_one.cpp, by mcsauder
💛 #11857 Migrate HC_SR04 class member variable initialization to declarations, augment code so that it compiles., by mcsauder
💛 #11853 Migrate cm8jl65 variable initialization from constructor list to declarations, format whitespace/comments., by mcsauder
💛 #11841 [WIP] MC auto mode - Use L1-like logic for lateral line tracking, by bresch
💛 #11665 Jenkins: add iris optical flow SITL test, by lamping7
💛 #11629 Adis16477 driver standardization work, by mcsauder
💛 #11571 PX4 general work queue and move all drivers to new work queue, by dagar
💛 #11274 Utilize DEFINE_PARAMETERS() macro for params in mavlink_receiver.cpp/h, by mcsauder
💛 #11224 Adis16448 refactor, by mcsauder
MERGED PULL REQUEST
Last week, 9 pull requests were merged.
💜 #12031 px4_poll posix: fix wrap-around for large timeouts, by bkueng
💜 #12026 Add airframe configuration for Aion R1 Rover, by ItsTimmy
💜 #12025 uCDR and IDL: remove field ordering, causing improper serialization/deserializarion, by TSC21
💜 #12019 Jerk parameter for auto mode, by bresch
💜 #12018 Fix gcc9 warnings, by julianoes
💜 #12013 fmu-v2 & fmu-v5 add missing tone_alarm to example board variants, by dagar
💜 #12010 init.d-posix: raise timeouts for fast SITL, by julianoes
💜 #12008 launch: count multi UAVs from 0, by julianoes
💜 #11755 [WIP] Added TI ina226 I2C power monitor, by davids5
COMMITS
Last week there were 14 commits.
🛠️ Added TI ina226 I2C power monitor (#11755) by davids5
🛠️ [Rover: add airframe configuration for Aion R1 Rover (#12026) * Added Aion R1 airframe
🛠️ ManualSmoothVel - Remove unused _param_mpc_jerk_min declaration by bresch
🛠️ MPC parameters - Update from Matthias' comments Co-Authored-By: Matthias Grob maetugr@gmail.com by bresch
🛠️ Add jerk parameter for auto mode MPC_JERK_AUTO. Specify when a parameter is only used in a certain manual or auto mode by bresch
🛠️ px4_poll posix: fix wrap-around for large timeouts timeout is an int, so it wraps when the poll timeout is >2147ms. This happened in logger, resulting in poll never returning. by bkueng
🛠️ modules/lib: ignore address-of-packed-member For now we need to ignore this warning which GCC 9 shows for the MAVLink headers. by julianoes
🛠️ drivers: fix -Wstringop-truncation GCC 9 complained about stringop-truncation which is a cautionary message to prevent using strncpy with non-null terminated strings. We can fix this by copying one byte less than the destination size and then manually adding the null termination, as we already do. by julianoes
🛠️ microcdr and IDL: remove field ordering, causing improper serialization/deserialization by TSC21
🛠️ pull_request_template: order and phrasing Since I reorder the points every time I open a pull request I thought I might as well propose this order for the template. by MaEtUgR
🛠️ init.d-posix: $ is apparently not needed here by julianoes
🛠️ init.d-posix: raise timeouts for fast SITL When simulating with lockstep we can raise the speed by setting the env variable
PX4_SIM_SPEED_FACTOR
. Some inputs like RC, MAVLink heartbeats from a ground station, or offboard controls via MAVLink are still at the normal speed which leads to timeouts getting detected in PX4. To work around this issue we can automatically multiply the timeout parameters by the speed factor. by julianoes🛠️ fmu-v2 & fmu-v5 add missing tone_alarm to example board variants - fixes #12012 by dagar
🛠️ launch: count multi UAVs from 0 This fixes the IDs of multi UAVs started with ROS/Gazebo. Previously the 3 vehicles were displayed in QGC as Vehicle 2, 3, 4. With this change it is more intuitive Vehicle 1, 2, 3 and this is also consistent with the way it is documented and how it is in jMAVSim. by julianoes
CONTRIBUTORS
Last week there were 8 contributors.
👤 davids5
👤 ItsTimmy
👤 bresch
👤 bkueng
👤 julianoes
👤 TSC21
👤 MaEtUgR
👤 dagar
STARGAZERS
Last week there were 41 stagazers.
⭐ samuto
⭐ KEVINYZY
⭐ FremdSprach
⭐ jcliu0428
⭐ nickatflugauto
⭐ vincint810923
⭐ ndelah
⭐ lsqtongxin
⭐ zsyfight
⭐ chenshiyuhit
⭐ Ryobidelacroix
⭐ tcoppel
⭐ 771994643
⭐ navyabhat98
⭐ ronaldstorm
⭐ lambda-conspiracy
⭐ Aakash997
⭐ adkkarlsen
⭐ gbui
⭐ chengxuxiao
⭐ rebeccatucker258
⭐ feiyunwill
⭐ roberttorres67
⭐ Kerorohu
⭐ furkanhtk
⭐ citizenpoe
⭐ RichLewis007
⭐ toshiharutf
⭐ shamb0
⭐ greymaner
⭐ wang-rh
⭐ lovezw0329
⭐ javiercbgr
⭐ rarico
⭐ Bosuwort
⭐ DBW19931021
⭐ DanielXie00
⭐ Pnalson
⭐ Optimussssss
⭐ weiSupreme
⭐ llfl
You all are the stars! 🌟
RELEASES
Last week there were no releases.
That's all for last week, please 👀 Watch and ⭐ Star the repository PX4/Firmware to receive next weekly updates. 😃
You can also view all Weekly Digests by clicking here.
The text was updated successfully, but these errors were encountered: