Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
fixes #105 orientation covar now all 0, sine orientation ist provided…
Browse files Browse the repository at this point in the history
… but covar is unkowen.
  • Loading branch information
michael1309 committed Oct 8, 2020
1 parent ba832aa commit 8d97d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/src/sick_generic_imu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ namespace sick_scan
imuMsg_.linear_acceleration_covariance[7] = 0;
imuMsg_.linear_acceleration_covariance[8] = 0;

imuMsg_.orientation_covariance[0] = -1;
imuMsg_.orientation_covariance[0] = 0;
imuMsg_.orientation_covariance[1] = 0;
imuMsg_.orientation_covariance[2] = 0;
imuMsg_.orientation_covariance[3] = 0;
Expand Down

0 comments on commit 8d97d8e

Please sign in to comment.