Skip to content
Snippets Groups Projects
Commit 4434d8e8 authored by Jiaao Liu's avatar Jiaao Liu
Browse files

covariance

parent 09edf62e
No related branches found
No related tags found
No related merge requests found
......@@ -227,9 +227,9 @@ int main(int argc, char **argv) {
1, 1, 1,
1, 1, 1;
z_cov << 5, 5, 5,
5, 5, 5,
5, 5, 5;
z_cov << 10, 10, 10,
10, 10, 10,
10, 10, 10;
m_subscriber = nh.subscribe("/asc/encoder_counts", 1, answer);
image_subscriber = nh.subscribe("/image_estimation", 1, ImageAnswer);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment