Skip to content
Snippets Groups Projects
Commit e47531cb authored by bbartels's avatar bbartels
Browse files

Update README.md

parent 912c94fd
No related branches found
No related tags found
No related merge requests found
...@@ -62,4 +62,25 @@ or alternatively with symlinks ...@@ -62,4 +62,25 @@ or alternatively with symlinks
This will fetch the block_id, type_id and name of every node in the current graph This will fetch the block_id, type_id and name of every node in the current graph
You can run any number of any combination of frontend tools at the same time. You can run any number of any combination of frontend tools at the same time.
\ No newline at end of file
### Batch Update of PID constants
The CLI only supports setting one PID constant at a time using the following command.
From the `groundStation` folder:
```
./Cli setpid --pitch -p 1.000
```
This can get tedious for 27 PID constants.
To help, we made a batch script that allows you to easily set all 27 PID constants at once and save your progress as you go.
First, edit the `parameters.txt` file in the `groundStation/scripts` folder to specify the values you want to set. The script will parse this file and pass them to the `Cli` program.
Then simply run the script from the `groundStation` folder:
```
scripts/setpid_batch.sh
```
Remember to commit your changes in the `parameters.txt` file if you believe you have found a better default state for the quad.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment