Skip to content

Commit c6b73da

Browse files
committed
Increase orientation_stddev max to 100.0
1 parent 8cf9ce3 commit c6b73da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imu_filter_madgwick/src/imu_filter_ros.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ ImuFilterMadgwickRos::ImuFilterMadgwickRos(const rclcpp::NodeOptions &options)
151151
add_parameter("mag_bias_z", rclcpp::ParameterValue(0.0), float_range,
152152
"Magnetometer bias (hard iron correction), z component.");
153153
double orientation_stddev;
154-
float_range = {0.0, 1.0, 0};
154+
float_range = {0.0, 100.0, 0};
155155
add_parameter("orientation_stddev", rclcpp::ParameterValue(0.0),
156156
float_range,
157157
"Standard deviation of the orientation estimate.");

0 commit comments

Comments
 (0)