Skip to content

Commit

Permalink
fix(velodyne): don't get invalid angle params if remove is inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mebasoglu committed Feb 23, 2024
1 parent 5cdce1a commit 78ee135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_ros/src/velodyne/velodyne_decoder_ros_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Status VelodyneDriverRosWrapper::GetParameters(
}
}

{
if (sensor_configuration.invalid_point_remove) {
rcl_interfaces::msg::ParameterDescriptor descriptor;
descriptor.type = rcl_interfaces::msg::ParameterType::PARAMETER_STRING;
descriptor.read_only = true;
Expand Down

0 comments on commit 78ee135

Please sign in to comment.