- Jul 09, 2017
-
-
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.
-
Lorenz Meier authored
Commander: Do not allow to set mission mode if the mission is failing feasibility checks. Provide clear feedback if telemetry is online and home is set about an invalid mission state.
-
Michael Schaeuble authored
-
Daniel Agar authored
-
Daniel Agar authored
-
garfieldG authored
-
garfieldG authored
-
garfieldG authored
-
Daniel Agar authored
-
Daniel Agar authored
- closes #7550
-
- Jul 08, 2017
-
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Daniel Agar authored
-
Rogelio authored
-
Daniel Agar authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
This requires further investigation. Hotfix.
-
David Sidrane authored
-
David Sidrane authored
This commit fixed a bug were the mag was orphened on a reset. That resulted in MAG timeouts on reset or test operations and left the mag in a broken state.
-
David Sidrane authored
If the setup is unsucessful fo not register the devices or allocate resources.
-
David Sidrane authored
We want to setup the mag interface with retries and report failurs. Move retry logic to contol point, instead of hiding re-reading the ID in ak8963_check_id. Allow it to fail once to overcome a read of 0 on firt read. after 2 failure report error to console and reset the mpu9250's I2C master (SPI to I2C bridge) The same retry logic is used on the ak8963_read_adjustments with a reset of the I2C master module after 5 fails. If it fails fter 10 retires. Disabel the mad and report the failure on the console, stating it is disabled.
-
David Sidrane authored
Provide an API for the mag to use read-modify-write
-
David Sidrane authored
-
David Sidrane authored
On initialization, if after 3 retries to re-init the mpu9250 from the checked registers values, it fails. Ensure thath the fact the driver is exitting is logged to console.
-
David Sidrane authored
Check that the mpu9250's configured registers match the settings written to them. Attempt to fix any that do not up to 3 times. printing erros to the console on mismatches and returning faliure if after 3 attempts the any of the values are still wrong.
-
David Sidrane authored
-
David Sidrane authored
Remove delays on each register write in the reset function. Leaving only the delay following chip reset prior to configurations.
-
David Sidrane authored
-
Lorenz Meier authored
-