Skip to content

Commit

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

Signed-off-by: veqcc <[email protected]>
  • Loading branch information
veqcc authored Nov 29, 2024
1 parent be4c9e0 commit 22e8502
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ class DummyPerceptionPublisherNode : public rclcpp::Node
double detection_successful_rate_;
bool enable_ray_tracing_;
bool use_object_recognition_;
bool use_real_param_;
bool use_base_link_z_;
bool publish_ground_truth_objects_;
std::unique_ptr<PointCloudCreator> pointcloud_creator_;
Expand Down

0 comments on commit 22e8502

Please sign in to comment.