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

covariance

parent 2be999f9
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 << 1, 1, 1,
1, 1, 1,
1, 1, 1;
z_cov << 5, 5, 5,
5, 5, 5,
5, 5, 5;
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