summaryrefslogtreecommitdiff
path: root/src/body.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-25 16:13:37 -0500
committerMartin Miller2017-03-25 16:13:37 -0500
commit5cefa66fd4782e2ecf50770888e9ae043b79c1b9 (patch)
treed52be9f2324e0db37ee152f78ff424452d68a217 /src/body.h
parent8d6334e96eb381efc1a59ccfab67827d423d3cfe (diff)
downloadrefslam-5cefa66fd4782e2ecf50770888e9ae043b79c1b9.zip
refslam-5cefa66fd4782e2ecf50770888e9ae043b79c1b9.tar.gz
Update Body::S
Change variable name to reflect that we are only using Pxx and not the full P matrix.
Diffstat (limited to 'src/body.h')
-rw-r--r--src/body.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.h b/src/body.h
index 6c1268e..38497e6 100644
--- a/src/body.h
+++ b/src/body.h
@@ -38,7 +38,7 @@ class Body
const Quaterniond &q, const double dt);
Matrix<double,9,9> Q(double dt);
Matrix<double,1,1> R();
- Matrix<double,1,1> S(const Matrix<double,9,9> &P);
+ Matrix<double,1,1> S(const Matrix<double,9,9> &Pxx);
Matrix<double,3,3> skewSymmetric(const Vector3d &x);
void unicsv();