Skip to content

Commit

Permalink
fix(autoware_lidar_centerpoint): fix clang-diagnostic-unused-private-…
Browse files Browse the repository at this point in the history
…field (#9471)

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Nov 26, 2024
1 parent 340a5af commit 56ed055
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class LidarCenterPointNode : public rclcpp::Node
rclcpp::Subscription<sensor_msgs::msg::PointCloud2>::SharedPtr pointcloud_sub_;
rclcpp::Publisher<autoware_perception_msgs::msg::DetectedObjects>::SharedPtr objects_pub_;

float score_threshold_{0.0};
std::vector<std::string> class_names_;
bool has_variance_{false};
bool has_twist_{false};
Expand Down

0 comments on commit 56ed055

Please sign in to comment.