Skip to content

Commit c5204bc

Browse files
pre-commit-ci[bot]esteve
authored andcommitted
style(pre-commit): autofix
1 parent cd010a6 commit c5204bc

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/conversion.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__CONVERSION_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__CONVERSION_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__CONVERSION_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__CONVERSION_HPP_
1717

1818
#include <autoware_perception_msgs/msg/detected_objects.hpp>
1919
#include <autoware_perception_msgs/msg/tracked_objects.hpp>
@@ -30,4 +30,4 @@ DetectedObjects toDetectedObjects(const TrackedObjects & tracked_objects);
3030
TrackedObject toTrackedObject(const DetectedObject & detected_object);
3131
} // namespace autoware::object_recognition_utils
3232

33-
#endif // OBJECT_RECOGNITION_UTILS__CONVERSION_HPP_
33+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__CONVERSION_HPP_

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/geometry.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__GEOMETRY_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__GEOMETRY_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__GEOMETRY_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__GEOMETRY_HPP_
1717

1818
#include <autoware_perception_msgs/msg/detected_object.hpp>
1919
#include <autoware_perception_msgs/msg/predicted_object.hpp>
@@ -54,4 +54,4 @@ inline geometry_msgs::msg::Pose getPose(const autoware_perception_msgs::msg::Pre
5454
}
5555
} // namespace autoware::object_recognition_utils
5656

57-
#endif // OBJECT_RECOGNITION_UTILS__GEOMETRY_HPP_
57+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__GEOMETRY_HPP_

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/matching.hpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__MATCHING_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__MATCHING_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__MATCHING_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__MATCHING_HPP_
1717

18+
#include "autoware/object_recognition_utils/geometry.hpp"
1819
#include "autoware/universe_utils/geometry/boost_geometry.hpp"
1920
#include "autoware/universe_utils/geometry/boost_polygon_utils.hpp"
20-
#include "autoware/object_recognition_utils/geometry.hpp"
2121

2222
#include <boost/geometry.hpp>
2323

@@ -128,4 +128,4 @@ double get2dRecall(const T1 source_object, const T2 target_object)
128128
}
129129
} // namespace autoware::object_recognition_utils
130130

131-
#endif // OBJECT_RECOGNITION_UTILS__MATCHING_HPP_
131+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__MATCHING_HPP_

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/object_classification.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__OBJECT_CLASSIFICATION_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__OBJECT_CLASSIFICATION_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__OBJECT_CLASSIFICATION_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__OBJECT_CLASSIFICATION_HPP_
1717

1818
#include "autoware_perception_msgs/msg/object_classification.hpp"
1919

@@ -171,4 +171,4 @@ inline std::string convertLabelToString(
171171

172172
} // namespace autoware::object_recognition_utils
173173

174-
#endif // OBJECT_RECOGNITION_UTILS__OBJECT_CLASSIFICATION_HPP_
174+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__OBJECT_CLASSIFICATION_HPP_

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/object_recognition_utils.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__OBJECT_RECOGNITION_UTILS_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__OBJECT_RECOGNITION_UTILS_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__OBJECT_RECOGNITION_UTILS_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__OBJECT_RECOGNITION_UTILS_HPP_
1717

1818
#include "autoware/object_recognition_utils/conversion.hpp"
1919
#include "autoware/object_recognition_utils/geometry.hpp"
@@ -22,4 +22,4 @@
2222
#include "autoware/object_recognition_utils/predicted_path_utils.hpp"
2323
#include "autoware/object_recognition_utils/transform.hpp"
2424

25-
#endif // OBJECT_RECOGNITION_UTILS__OBJECT_RECOGNITION_UTILS_HPP_
25+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__OBJECT_RECOGNITION_UTILS_HPP_

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/predicted_path_utils.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__PREDICTED_PATH_UTILS_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__PREDICTED_PATH_UTILS_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__PREDICTED_PATH_UTILS_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__PREDICTED_PATH_UTILS_HPP_
1717

1818
#include "autoware/universe_utils/geometry/geometry.hpp"
1919

@@ -63,4 +63,4 @@ autoware_perception_msgs::msg::PredictedPath resamplePredictedPath(
6363
const bool use_spline_for_z = false);
6464
} // namespace autoware::object_recognition_utils
6565

66-
#endif // OBJECT_RECOGNITION_UTILS__PREDICTED_PATH_UTILS_HPP_
66+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__PREDICTED_PATH_UTILS_HPP_

common/autoware_object_recognition_utils/include/autoware/object_recognition_utils/transform.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#ifndef OBJECT_RECOGNITION_UTILS__TRANSFORM_HPP_
16-
#define OBJECT_RECOGNITION_UTILS__TRANSFORM_HPP_
15+
#ifndef AUTOWARE__OBJECT_RECOGNITION_UTILS__TRANSFORM_HPP_
16+
#define AUTOWARE__OBJECT_RECOGNITION_UTILS__TRANSFORM_HPP_
1717

1818
#include <pcl_ros/transforms.hpp>
1919

@@ -145,4 +145,4 @@ bool transformObjectsWithFeature(
145145
}
146146
} // namespace autoware::object_recognition_utils
147147

148-
#endif // OBJECT_RECOGNITION_UTILS__TRANSFORM_HPP_
148+
#endif // AUTOWARE__OBJECT_RECOGNITION_UTILS__TRANSFORM_HPP_

common/autoware_object_recognition_utils/test/src/test_conversion.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware/universe_utils/geometry/geometry.hpp"
1615
#include "autoware/object_recognition_utils/conversion.hpp"
16+
#include "autoware/universe_utils/geometry/geometry.hpp"
1717

1818
#include <gtest/gtest.h>
1919

common/autoware_object_recognition_utils/test/src/test_matching.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include "autoware/universe_utils/geometry/geometry.hpp"
1615
#include "autoware/object_recognition_utils/matching.hpp"
16+
#include "autoware/universe_utils/geometry/geometry.hpp"
1717

1818
#include <autoware_perception_msgs/msg/detected_object.hpp>
1919

common/autoware_object_recognition_utils/test/src/test_predicted_path_utils.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
#include "autoware/object_recognition_utils/predicted_path_utils.hpp"
1516
#include "autoware/universe_utils/geometry/geometry.hpp"
1617
#include "autoware/universe_utils/math/unit_conversion.hpp"
17-
#include "autoware/object_recognition_utils/predicted_path_utils.hpp"
1818

1919
#include <gtest/gtest.h>
2020

0 commit comments

Comments
 (0)