- Jul 13, 2017
-
-
crossa authored
-
crossa authored
Now I've fixed style of the code
-
zhangfan authored
-
crossa authored
-
crossa authored
-
crossa authored
-
crossa authored
Both 8 channels PPM encoder and 8 channels revicer are required. Before launch px4, ppmdeocde programe should be launched. To download ppmdecode programe, visit https://github.com/crossa/raspberry-pi-px4firmware. Pxfmini and navio are not popular autopilot hardware in china, I can handly to purchase it. So that I use raspberry pi to build autopilot separately. This dirver help us to decode ppm single to pwm and pushlish it
-
José Roberto de Souza authored
-
José Roberto de Souza authored
Just update in RAM is enough.
-
José Roberto de Souza authored
Use the size of each item type instead of the biggest one. In AeroFC that runs is constrained mode it was using 7860 bytes and now it uses 6930 bytes almost 1KB less.
-
- Jul 12, 2017
-
- Jul 11, 2017
-
-
ChristophTobler authored
-
Lorenz Meier authored
-
Henry Zhang authored
-
Henry Zhang authored
-
José Roberto de Souza authored
Check for the broadcast systemd id to block forward of broadcast commands.
-
David Sidrane authored
This change first pushes out the _reset_wait by 100 Ms. which is about 3 time longer then the code take to execute. Then it does the reset of the accel, gyro and mag and the ends the wait by setting _reset_wait to now+10 us.
-
David Sidrane authored
-
David Sidrane authored
The MPU9250 and MPU6500 buth support 1 Mhz and 20 Mhz. Buy upping the clocc we will get the maximum clock rate the driver supports that is <= 20 Mhz. This will boost the FMUv4Pro SPI speed to 11.25 Mhz (it was half that)
-
David Sidrane authored
The Pixkhawk mini was not chip selecting the ICM20608 as it did not define PX4_SPIDEV_ICM_20608. This allow the fmu V2 rc code to init the ICM20608.
-
David Sidrane authored
Insure a 0.0 voltage initial condition on VDD_3V3_SENSORS By starting the GPIO_VDD_3V3_SENSORS_EN, low and deferring the GPIO init of the slave selects and drdy signals until board_app_initialize. We get ~ 180 ms of power off time with 0.00 voltage applied to the sensors.
-
Lorenz Meier authored
-
- Jul 10, 2017
-
-
Sander Smeets authored
-
bresch authored
-
Anup Parikh authored
Add missing `.py` extension to Tools/px4 to fix #7525
-
Lorenz Meier authored
This is important for multicopters for drift-free altitude changes and important for fixed wing to keep the current loiter center.
-
Lorenz Meier authored
- Jul 09, 2017
-
-
Daniel Agar authored
-
Lorenz Meier authored
This should ensure that controllers run first and log data copying happens after. ;
-
Lorenz Meier authored
Sensors: Do not update calibration when armed. Run at lower priority than attitude control and estimator This ensures that the massive (several hundred params if temperature compensation is enabled) param load is not done in flight. We also lower the priority to ensure that attitude controllers and estimators which might consume sensor data directly execute immediately, which should reduce their latency.
-
Lorenz Meier authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This allows to re-enable the distance trigger and immediately take a picture. This is helpful to ensure survey areas are covered on entry and exit.
-
Lorenz Meier authored
-
Lorenz Meier authored
Text to speech will work better with these messages and some of them exceeded the 50 character limit.
-
Lorenz Meier authored
This increases the chance that the operator gets to see the messages that the vehicle emitted before telemetry was connected.
-
Lorenz Meier authored
If we have not received an inbound heartbeat we are probably not connected and so user-facing output (which is even buffered) should go only out once we are connected.
-