Skip to content

Commit

Permalink
fix(autoware_pointcloud_preprocessor): fix cpplint
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Çolak <kaancolak95@gmail.com>
  • Loading branch information
kaancolak committed Mar 5, 2025
1 parent f12d091 commit 4d6756f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class PickupBasedVoxelGridDownsampleFilterComponent
OnSetParametersCallbackHandle::SharedPtr set_param_res_;

/** \brief Parameter service callback */
rcl_interfaces::msg::SetParametersResult paramCallback(const std::vector<rclcpp::Parameter> & p);
rcl_interfaces::msg::SetParametersResult paramCallback(const std::vector<rclcpp::Parameter> & p); // NOLINT

public:
PCL_MAKE_ALIGNED_OPERATOR_NEW
Expand Down

0 comments on commit 4d6756f

Please sign in to comment.