Skip to content

Commit

Permalink
誤ってフォーマッターをかけてしまっていたので修正します
Browse files Browse the repository at this point in the history
  • Loading branch information
chama1176 committed Jul 18, 2024
1 parent 3531db7 commit 43216c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciurus17_examples/src/color_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "geometry_msgs/msg/point_stamped.hpp"
#include "sensor_msgs/msg/image.hpp"
#include "opencv2/opencv.hpp"
#include "cv_bridge/cv_bridge.h"
#include "cv_bridge/cv_bridge.hpp"
using std::placeholders::_1;

namespace sciurus17_examples
Expand Down

0 comments on commit 43216c2

Please sign in to comment.