- Sep 16, 2018
-
-
Lukas Woodtli authored
- Environment variables for building with asan - Docker argument for leak sanitizer - Regex for tests to fail on sanitizer error Signed-off-by:
Lukas Woodtli <woodtli.lukas@gmail.com>
-
- Sep 14, 2018
-
-
David Sidrane authored
Bring UART4 bufffer sizes in alignment with FMUv2 Telem1
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
Beat Küng authored
I sometimes start jmavsim independently from px4, and in that case jmavsim should not be killed. These are the commands: ./Tools/jmavsim_run.sh make posix none
-
PX4 Build Bot authored
- sitl_gazebo in PX4/Firmware (031885f9a90e70cd8d8aa22c774dfca1bd0c8dfb): https://github.com/PX4/sitl_gazebo/commit/821c55ca714d7acf93d8ed96af71237b8437e488 - sitl_gazebo current upstream: https://github.com/PX4/sitl_gazebo/commit/9d512af0075659f0ace91ec0e2f8c8a170f911fb - Changes: https://github.com/PX4/sitl_gazebo/compare/821c55ca714d7acf93d8ed96af71237b8437e488...9d512af0075659f0ace91ec0e2f8c8a170f911fb 9d512af 2018-09-12 Lorenz Meier - Update gazebo_wind_plugin.cpp 46d0be1 2018-09-12 Lorenz Meier - Update Wind.proto 14f09ff 2018-09-03 Elia Tarasov - fix compilation for gazebo version equal or greater 9 de86d7b 2018-08-31 Elia Tarasov - use template class vector3d from ignition::math f3cba29 2018-08-31 Elia Tarasov - enable wind plugin
-
Beat Küng authored
-
Beat Küng authored
This allows a simple-to-use bootloader update mechanism to switch from fmu-v2 to fmu-v3 target that has more flash.
-
Roman authored
- if somebody tries to use the shell with insufficient permissions he will be told so Signed-off-by:
Roman <bapstroman@gmail.com>
-
Roman Bapst authored
- this ensures that the MAV_TYPE parameter is always updated - previously it could happen that the simulator module was using a wrong MAV_TYPE value because it only read the parameter value at initialisation Signed-off-by:
Roman <bapstroman@gmail.com>
-
- Sep 13, 2018
-
-
David Sidrane authored
-
David Sidrane authored
The update check is on ORB_ID(safety) but the copy was from ORB_ID(actuator_armed).
-
David Sidrane authored
-
David Sidrane authored
Accept PWM_SERVO_[ENTER|EXIT]_TEST_MODE as a noop. As long as the mixer in passthrough and armed the pwm test will work.
-
David Sidrane authored
A hardfault was happening on: fmu stop fmu mode_pwm pwm info The _mixer was null and being dereferenced to access the trim setting that were moved to the mixer from the fmu. This commit fixes that but making the getter issue a warning and the setter fail.
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
David Sidrane authored
-
- Sep 12, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
David Sidrane authored
The code was forcing the CV reload, but not resettting the count this would cause short and long blinks during breathing. this change allows the CV to update at 50Hz (20 ms) asynchronously. So the LED update rate of 40Hz (25) will take effect on the next FTM counter change, end of the prescaler counting, after CnV register was written.update. a b c d LED PWM ___-___-___-___-___-___-___-___-___-___ LED Data ____-____-____-____-____-____-____-____- a b c d
-
- Sep 11, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
- needed for cmake packaging
-
David Sidrane authored
This will disable the fxos8701cq internal mag on the NXPHlite. There are random noise spikes on the HIGHRES_IMU.[x|y|x]mag. Even with all other SPI devices shut down, the noise is still present.
-
Julian Oes authored
It seems that the oneline to find the process ID of any running jMAVSim instance was not working correctly. 1. On Linux, the name of the process does not contain Simulator but jmavsim_run.jar. Also, it triggers incorrectly, if you have opened Simulator.java using the command line :). 2. The cutting to get the PID at the end does not work as intenteded and gives the username instead of PID, at least on Arch Linux. Using awk should fix this.
-
- Sep 10, 2018
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Hamish Willee authored
This adds text to markdown output to explain how params are generated
-
- Sep 08, 2018
-
-
Daniel Agar authored
-
- Sep 06, 2018
-
-
Beat Küng authored
MPU6050: fix implicit float to double conversion
-
Beat Küng authored
-
mcsauder authored
-
mcsauder authored
Added an imu heater driver, formatted whitespace, standardized comments, and added doxy documentation.
-
PX4 Build Bot authored
- DriverFramework in PX4/Firmware (060463e8): https://github.com/PX4/DriverFramework/commit/b439556d54aa53532586e69de87cc720af4543c2 - DriverFramework current upstream: https://github.com/PX4/DriverFramework/commit/c85f446f3ae3aa7707b4dfaf20486b0b75897042 - Changes: https://github.com/PX4/DriverFramework/compare/b439556d54aa53532586e69de87cc720af4543c2...c85f446f3ae3aa7707b4dfaf20486b0b75897042 c85f446 2018-09-06 Daniel Agar - mpu6050 fix abs double promotion
-
- Sep 04, 2018
-
-
Daniel Agar authored
-