mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 04:00:34 +08:00
Small fix to README.
This commit is contained in:
@@ -61,7 +61,7 @@ See the test directory for detailed examples. Some simple examples are included
|
||||
Dcmf dcm2(AxisAngle(1, 2, 3));
|
||||
|
||||
// use axis angle with axis/angle separated to init DCM
|
||||
Dcmf dcm2(AxisAngle(Vector3f(1, 0, 0), 0.2));
|
||||
Dcmf dcm3(AxisAngle(Vector3f(1, 0, 0), 0.2));
|
||||
|
||||
// do some kalman filtering
|
||||
const size_t n_x = 5;
|
||||
|
||||
Reference in New Issue
Block a user