- Aug 04, 2017
-
-
Beat Küng authored
... and init to 0 is not needed, since already done in constructor
-
Beat Küng authored
-
Beat Küng authored
- retrieve & store the geofence & rally point data from/to dataman - interleaved transmissions (of different types) are not possible. trying to do so will NACK the new transmission - only one storage backend for polygons & rally points (not alternating between 2 as the mission does)
-
Beat Küng authored
-
Beat Küng authored
- orb_advertise already publishes a struct, no need for orb_publish - mavlink_log_critical goes to the console too
-
Beat Küng authored
-
Beat Küng authored
- this was never read - it was implemented wrong, leading to memory access violations in publishFence (an integer was passed instead of the fence_s struct)
-
- Aug 02, 2017
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
this reflects what the system is currently using.
-
Lorenz Meier authored
-
Lorenz Meier authored
This allows for a quicker update from sensors if the estimator runs at the default priority of the estimator class. If there is no direct sensor pass-through then it will wait for an estimator update.
-
Lorenz Meier authored
This ensures attitude control runs first before any other system component.
-
Lorenz Meier authored
-
Lorenz Meier authored
The GPS simulation now mimicks the real driver more closely and should provide even GPS delays. The delays themselves are set by the simulator, and default to 120 ms for Gazebo
-
José Roberto de Souza authored
This change plus the new FPGA RTL(version 0xC1 or higher) will make use of the new I2C bus, this new bus will be shared between aerofc_adc and ll40ls(if connected) and leaving the old bus just to IST8310.
-
José Roberto de Souza authored
-
José Roberto de Souza authored
-
José Roberto de Souza authored
Now that UART3 is no longer in use we can use this I2C bus.
-
José Roberto de Souza authored
Nothing use this define right now so lets remove it. Several other boards also have this defines that can also be removed.
-
José Roberto de Souza authored
The UART3 also have the I2C bus 2 functions so moving GPS to UART7 to have one additional I2C. To keep GPS working is also necessary update the FPGA RTL to version 0xC1 or higher.
-
Julien Lecoeur authored
When trying to move the selected power source to the first publication instance on systems where there is only one power source, the compiler issued the warning ``` ../src/modules/sensors/sensors.cpp:512:54: error: array subscript is outside array bounds [-Werror=array-bounds] tmp_h = _battery_pub[_battery_pub_intance0ndx]; ``` because it could not verify that _battery_pub_intance0ndx would always be 0. Wrap the block between `#if BOARD_NUMBER_BRICKS > 1 [...] #endif` to ensure no out of bound subscript and to remove the warning. Remove unused _battery_pub_intance0ndx variable when nb bricks = 1
-
Daniel Agar authored
-
David Sidrane authored
This patch brings stm32_serial eqivilent to upstream Nuttx without the IRQ changes.
-
David Sidrane authored
0a85a41 MTD FLASH driver: Clone Sebastien Lorquet's m25px change to at25, is25xp, ramtron, and sst25xx. Clone Sebastien Lorquet's m25px change to at25, is25xp, ramtron, and sst25xx.
-