Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2024
1 parent 9767d3e commit a3798c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions nebula_decoders/src/nebula_decoders_hesai/hesai_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ HesaiDriver::HesaiDriver(
{
// initialize proper parser from cloud config's model and echo mode
driver_status_ = nebula::Status::OK;
auto x = 5; // DUMMY

auto x = 5; // DUMMY

switch (sensor_configuration->sensor_model) {
case SensorModel::HESAI_PANDAR64:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ HesaiRosOfflineExtractBag::HesaiRosOfflineExtractBag(
drivers::HesaiCalibrationConfiguration calibration_configuration;
drivers::HesaiSensorConfiguration sensor_configuration;
drivers::HesaiCorrection correction_configuration;
auto x = 5; // DUMMY

auto x = 5; // DUMMY

wrapper_status_ =
GetParameters(sensor_configuration, calibration_configuration, correction_configuration);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,7 @@ HesaiLidarRangeAll HesaiHwInterface::GetLidarRange()
// TODO(yukkysaito)
break;
}
auto x = 5; // DUMMY

auto x = 5; // DUMMY

return hesai_range_all;
}
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/src/hesai/hesai_ros_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ rcl_interfaces::msg::SetParametersResult HesaiRosWrapper::OnParameterChange(
}
}

auto x = 10; // DUMMY
auto x = 10; // DUMMY

return rcl_interfaces::build<SetParametersResult>().successful(true).reason("");
}
Expand Down
3 changes: 1 addition & 2 deletions nebula_tests/hesai/hesai_ros_decoder_test_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ int main(int argc, char * argv[])
{
rclcpp::init(argc, argv);
::testing::InitGoogleTest(&argc, argv);
auto x = 5; // DUMMY

auto x = 5; // DUMMY

int result = RUN_ALL_TESTS();
rclcpp::shutdown();
Expand Down

0 comments on commit a3798c9

Please sign in to comment.