From fdf00d163c438e782fd9e180fce0627e6f8aece1 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Tue, 5 Jul 2016 21:27:42 -0400 Subject: [PATCH] Small fix to README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4179692fbb..0b2ba53175 100644 --- a/README.md +++ b/README.md @@ -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;