-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"tests all" command remove all configuration of Pixhawk #11691
Comments
I can reproduce this behavior on my Pixhawk cube as well. |
I wonder if this is only on Cube or in general. |
@davids5 FYI |
It seems general. Just tested on a Pixhawk3 Pro. |
@bozkurthan @julianoes - the
@hamishwillee - do we need a warning is the docs? |
@davids5 could we restore the params after the test? |
@julianoes we could and code size and exec time expenses. . But this is not a use case of the system as far as I know. @dagar may have an opinion. |
We could split the destructive part into a standalone test that doesn't run by default. It could also print a huge warning about what's going to happen. |
I'm using Pixhawk 2.1 ( Cube ) with 1.9.0(beta) firmware. I just wanted to test sensor with the nuttx shell "tests" command. However, I saw the option "tests all". Before I used the command, I configured whole sensors, airframe etc.. After used command whole setup configuration is went off. I have parameters backup but it's a real problem for someone who don't have.
Can someone test also this command and if it's only related to me?
Screenshots:
![Screenshot from 2019-03-19 10-42-42](https://user-images.githubusercontent.com/44507545/54741108-67e64080-4bce-11e9-8012-329549507b5b.png)
Before use 'tests all'
Using command
![Screenshot from 2019-03-19 10-45-10](https://user-images.githubusercontent.com/44507545/54741120-73396c00-4bce-11e9-8c94-bd50d8dd3c77.png)
After use
![Screenshot from 2019-03-19 10-45-26](https://user-images.githubusercontent.com/44507545/54741130-792f4d00-4bce-11e9-876c-85cf5b46d585.png)
The text was updated successfully, but these errors were encountered: