Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 20, 2023
1 parent 60af817 commit 2c5f463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ LidarMarkerLocalizer::LidarMarkerLocalizer()
static_cast<double>(this->declare_parameter<double>("limit_distance_from_self_pose_to_marker"));
param_.base_covariance_ = this->declare_parameter<std::vector<double>>("base_covariance");


rclcpp::CallbackGroup::SharedPtr points_callback_group;
points_callback_group = this->create_callback_group(rclcpp::CallbackGroupType::MutuallyExclusive);
auto points_sub_opt = rclcpp::SubscriptionOptions();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>

#include <vector>
#include <deque>
#include <memory>
#include <mutex>
#include <vector>

#ifdef ROS_DISTRO_GALACTIC
#include <tf2_eigen/tf2_eigen.h>
Expand Down

0 comments on commit 2c5f463

Please sign in to comment.