Skip to content

Commit 05478bd

Browse files
committed
fix readme formatting
1 parent 91957a3 commit 05478bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ You can configure glider itself in `config/glider-params.yaml`, this is where yo
3030
- `covariances.roll_pitch`: covariance of the roll and pitch angles in radians.
3131
- `covariances.bias`: covariance of the bias estimate.
3232
- `frame`: What frame the IMU is in, either `enu` or `ned`.
33-
### GPS Parameters
33+
#### GPS Parameters
3434
- `gps.covariance`: covariance of the gps position estimate.
35-
### Other Parameters
35+
#### Other Parameters
3636
- `constants.gravity`: gravity in your IMU's frame.
3737
- `constants.bias_num_measurements`: number of IMU measurements to use to initially estimate the bias.
3838
- `constants.initial_num_measurements`: number of times to let the factor graph optimize before glider starts reporting odometry.
@@ -53,4 +53,5 @@ and run with:
5353
cd build
5454
ctest
5555
```
56+
Note these tests are run on PR's and pushes to the primary branch.
5657

0 commit comments

Comments
 (0)