Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mebasoglu committed Apr 18, 2024
1 parent bf59b38 commit 60a43ab
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 @@ -271,7 +271,7 @@ Status VelodyneDriverRosWrapper::GetParameters(
this->declare_parameter<std::string>("excluded_ring_sectors", "", descriptor);
std::string sectors = this->get_parameter("excluded_ring_sectors").as_string();

// Put sectors string inside square bracktes so that it can be a valid JSON array
// Put sectors string inside square brackets so that it can be a valid JSON array
sectors = "[" + sectors + "]";

// Parse the JSON string
Expand Down

0 comments on commit 60a43ab

Please sign in to comment.