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

Commit 8d97d8e

Browse files
committed
fixes #105 orientation covar now all 0, sine orientation ist provided but covar is unkowen.
1 parent ba832aa commit 8d97d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/sick_generic_imu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ namespace sick_scan
814814
imuMsg_.linear_acceleration_covariance[7] = 0;
815815
imuMsg_.linear_acceleration_covariance[8] = 0;
816816

817-
imuMsg_.orientation_covariance[0] = -1;
817+
imuMsg_.orientation_covariance[0] = 0;
818818
imuMsg_.orientation_covariance[1] = 0;
819819
imuMsg_.orientation_covariance[2] = 0;
820820
imuMsg_.orientation_covariance[3] = 0;

0 commit comments

Comments
 (0)