Skip to content

Commit

Permalink
chore: a few more pre-commit error fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
  • Loading branch information
knzo25 committed Oct 15, 2024
1 parent 78dc1af commit d17edeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions calibrators/marker_radar_lidar_calibrator/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#include <marker_radar_lidar_calibrator/marker_radar_lidar_calibrator.hpp>
#include <rclcpp/rclcpp.hpp>

#include <memory>

int main(int argc, char ** argv)
{
rclcpp::init(argc, argv);
Expand Down
3 changes: 3 additions & 0 deletions common/tier4_tag_utils/src/lidartag_hypothesis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
#include <opencv2/core/eigen.hpp>
#include <tier4_tag_utils/lidartag_hypothesis.hpp>

#include <algorithm>
#include <vector>

namespace tier4_tag_utils
{

Expand Down

0 comments on commit d17edeb

Please sign in to comment.