File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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:
5353cd build
5454ctest
5555```
56+ Note these tests are run on PR's and pushes to the primary branch.
5657
You can’t perform that action at this time.
0 commit comments