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

covariance

parent 100d53ad
Branches
No related tags found
No related merge requests found
......@@ -223,9 +223,9 @@ int main(int argc, char **argv) {
time_now = ros::Time::now();
pose_covariance << 0.5, 0.5, 0.5,
0.5, 0.5, 0.5,
0.5, 0.5, 0.5;
pose_covariance << 1, 1, 1,
1, 1, 1,
1, 1, 1;
z_cov << 1, 1, 1,
1, 1, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment