35709 Commits (ca744626cd21cc741e52c5e2b4af925b624838c8)
 

Author SHA1 Message Date
Matthias Grob 41cc73e555 battery: simplify battery_initialized condition 4 years ago
Matthias Grob a51d47f8e8 battery: connected check outside of determineWarning() 4 years ago
Jaeyoung-Lim e45b862f1d Specify orientaiton of ADIS16448 IMU from rc.sensors 4 years ago
Daniel Agar d87cd171f4 sensors/vehicle_imu: continue integrating gyro if there's a gap in data 4 years ago
Daniel Agar 7ddcb7fe3c adis16470: disable debug 4 years ago
Daniel Agar 982692f5ed ekf2: selector handle NAN test ratios as uninitilaized 4 years ago
Daniel Agar f08a22934e boards: px4_fmu-v4_test remove deleted drivers/tap_esc 4 years ago
Daniel Agar f0d8d53da6
sensors/vehicle_imu: minor IMU integration improvements 4 years ago
Daniel Agar 3fcd323f6a
drivers/imu/invensense: store offset registers on configure, trigger reset on any change 4 years ago
alexklimaj 9d3e18dbe1 ARK Flow rev 2 add icm42688p 4 years ago
TSC21 a67e66000e protocol_splitter: including magic number on XOR for checksum 4 years ago
TSC21 4741ec25ce microRTPS: increase base message ID space to 179 4 years ago
Matthias Grob 5ac5399d83 Remove horizontal slow down close to ground 4 years ago
Matthias Grob 055c9db178 state_machine_helper: allow takeoff and hold without any link 4 years ago
Matthias Grob 15096ead5f state_machine_helper: explicitly notify about rca and data link loss 4 years ago
Matthias Grob bec9eef5b0 state_machine_helper: react on link losses during takeoff 4 years ago
Matthias Grob 11556d4e9a Commander: allow disabling RC loss failsafe for mission, hold, offboard independently 4 years ago
Matthias Grob 933d31b476 commander_params: correct parameter group from Mission to Commander 4 years ago
Matthias Grob 6ee8f7be0f Commander: switch to static_cast<> for set_nav_state parameters 4 years ago
Jukka Laitinen d83033f449 Take the crypto_backend library into use in bootloader for signature verification 4 years ago
Jukka Laitinen 0d4f481035 Add simple SW implementations for crypto_backend and keystore_backend 4 years ago
Jukka Laitinen d068ae48d6 Add header file for arhitecture/implementation specific px4 crypto and 4 years ago
Jukka Laitinen b3e9904df0 Add monocypher crypto library in src/lib/crypto/monocypher 4 years ago
Jukka Laitinen 09e62f96b2 Put all the test key material into same directory 4 years ago
Jukka Laitinen caed8e4b05 Fix cryptotools.py signature alignment 4 years ago
Roman Dvořák ab0e3b6001
icm20948_i2c_passthrough: allow to configure i2c address 4 years ago
Beat Küng d79229f958 mavlink_shell.py: allow scripted use 4 years ago
Sander Swart aa60d76963
camera trigger: don't keep triggering while enabled but paused 4 years ago
achim 6b356068cb
boards: mro_x21-777 board.h fix SPI 2 SCK pin 4 years ago
Mathieu Bresciani 9cedb169fc
HTE: relax validity condition when already valid (#17783) 4 years ago
Hamish Willee 74cc1d901d Thoneflow - fix up links to docs 4 years ago
Matthias Grob 0dee7af81f ekf2_params: enable baro ground effect compensation by default 4 years ago
Thomas a264541861 explicitly set param2 to 0 in existing *DO_VTOL_TRANSITION commands. add a guard against NaNs. 4 years ago
TSC21 0c5f2d3b8c microRTPS: add missing header for PRIu32 and PRIu16 macros 4 years ago
TSC21 9fb53d4276 microRTPS: add option to build the microRTPS agent after its generation 4 years ago
TSC21 084a992572 microRTPS: agent: only allow to whitelist the localhost when using FastDDS as the rmw 4 years ago
TSC21 79f7986715 apply ROS2 default memory management and publish mode QoS policies; make sure that SharedMemory is only used with FastDDS as the rmw 4 years ago
Igor Mišić 39909128ec micrortps_client: increased stack size by 250B 4 years ago
TSC21 d3a23cee40 microRTPS: agent: fix double free memory problem on SIGINT 4 years ago
TSC21 6d5f12d2a2 microRTPS: client: add TX rate limiter 4 years ago
TSC21 ac2b38603c microRTPS: client: add missing "-p" option for the UART poll timeout and use microsecs for the send/rcv thread sleeps 4 years ago
TSC21 0cc79f3e48 microRTPS: client: show diagnostic of current bandwidth usage on the 'status' option 4 years ago
TSC21 d6ee15596d microRTPS: client: show diagnostic of average bandwidth usage on the 'status' option 4 years ago
TSC21 40462bfc1f microRTPS: client: reduce name set by pthread_setname_np since Linux requires names (with NUL) to fit in 16 chars, otherwise returns ERANGE (34) 4 years ago
TSC21 145e7387fb posix: start the microRTPS client in sim every time the module is available 4 years ago
TSC21 773d81f208 microRTPS: client: fix send per allocated topic 4 years ago
TSC21 f2fad6d966 microRTPS: by default, when FastDDS >= 2.0, enable Shared Memory transport for the agent participants when the localhost network is enabled 4 years ago
TSC21 320b414511 microRTPS: client: match the code style from the PX4 Firmware 4 years ago
TSC21 63571b3e3f microRTPS: agent: match the code style from the PX4 Firmware 4 years ago
TSC21 323ce797f8 microRTPS: allow communications only in the localhost network when ROS_LOCALHOST_ONLY env variable is set 4 years ago