Skip to content

Commit

Permalink
make include dir
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
  • Loading branch information
kosuke55 committed Jun 17, 2024
1 parent 38e932b commit 63e6f84
Show file tree
Hide file tree
Showing 482 changed files with 863 additions and 863 deletions.
2 changes: 1 addition & 1 deletion common/autoware_grid_map_utils/test/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "grid_map_cv/GridMapCvConverter.hpp"
#include "grid_map_cv/GridMapCvProcessing.hpp"

#include <autoware_universe_utils/system/stop_watch.hpp>
#include <autoware/universe_utils/system/stop_watch.hpp>
#include <grid_map_core/iterators/PolygonIterator.hpp>
#include <grid_map_cv/grid_map_cv.hpp>
#include <opencv2/core.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "autoware_grid_map_utils/polygon_iterator.hpp"

#include <autoware_universe_utils/system/stop_watch.hpp>
#include <autoware/universe_utils/system/stop_watch.hpp>
#include <grid_map_core/iterators/PolygonIterator.hpp>

// gtest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifndef AUTOWARE_TEST_UTILS__AUTOWARE_TEST_UTILS_HPP_
#define AUTOWARE_TEST_UTILS__AUTOWARE_TEST_UTILS_HPP_

#include <autoware_universe_utils/geometry/geometry.hpp>
#include <autoware/universe_utils/geometry/geometry.hpp>
#include <component_interface_specs/planning.hpp>
#include <lanelet2_extension/io/autoware_osm_parser.hpp>
#include <lanelet2_extension/projection/mgrs_projector.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__GEOMETRY__BOOST_GEOMETRY_HPP_
#define AUTOWARE_UNIVERSE_UTILS__GEOMETRY__BOOST_GEOMETRY_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__GEOMETRY__BOOST_GEOMETRY_HPP_
#define AUTOWARE__UNIVERSE_UTILS__GEOMETRY__BOOST_GEOMETRY_HPP_

#include <boost/geometry/core/cs.hpp>
#include <boost/geometry/geometries/geometries.hpp>
Expand Down Expand Up @@ -101,4 +101,4 @@ BOOST_GEOMETRY_REGISTER_POINT_3D( // NO
autoware_universe_utils::Point3d, double, cs::cartesian, x(), y(), z()) // NOLINT
BOOST_GEOMETRY_REGISTER_RING(autoware_universe_utils::LinearRing2d) // NOLINT

#endif // AUTOWARE_UNIVERSE_UTILS__GEOMETRY__BOOST_GEOMETRY_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__GEOMETRY__BOOST_GEOMETRY_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__GEOMETRY__BOOST_POLYGON_UTILS_HPP_
#define AUTOWARE_UNIVERSE_UTILS__GEOMETRY__BOOST_POLYGON_UTILS_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__GEOMETRY__BOOST_POLYGON_UTILS_HPP_
#define AUTOWARE__UNIVERSE_UTILS__GEOMETRY__BOOST_POLYGON_UTILS_HPP_

#include "autoware_universe_utils/geometry/boost_geometry.hpp"
#include "autoware/universe_utils/geometry/boost_geometry.hpp"

#include <autoware_perception_msgs/msg/detected_object.hpp>
#include <autoware_perception_msgs/msg/predicted_object.hpp>
Expand Down Expand Up @@ -49,4 +49,4 @@ double getArea(const autoware_perception_msgs::msg::Shape & shape);
Polygon2d expandPolygon(const Polygon2d & input_polygon, const double offset);
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__GEOMETRY__BOOST_POLYGON_UTILS_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__GEOMETRY__BOOST_POLYGON_UTILS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__GEOMETRY__GEOMETRY_HPP_
#define AUTOWARE_UNIVERSE_UTILS__GEOMETRY__GEOMETRY_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__GEOMETRY__GEOMETRY_HPP_
#define AUTOWARE__UNIVERSE_UTILS__GEOMETRY__GEOMETRY_HPP_

#include "autoware_universe_utils/geometry/boost_geometry.hpp"
#include "autoware_universe_utils/math/constants.hpp"
#include "autoware_universe_utils/math/normalization.hpp"
#include "autoware_universe_utils/ros/msg_covariance.hpp"
#include "autoware/universe_utils/geometry/boost_geometry.hpp"
#include "autoware/universe_utils/math/constants.hpp"
#include "autoware/universe_utils/math/normalization.hpp"
#include "autoware/universe_utils/ros/msg_covariance.hpp"

#include <exception>
#include <string>
Expand Down Expand Up @@ -579,4 +579,4 @@ std::optional<geometry_msgs::msg::Point> intersect(

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__GEOMETRY__GEOMETRY_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__GEOMETRY__GEOMETRY_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__GEOMETRY__POSE_DEVIATION_HPP_
#define AUTOWARE_UNIVERSE_UTILS__GEOMETRY__POSE_DEVIATION_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__GEOMETRY__POSE_DEVIATION_HPP_
#define AUTOWARE__UNIVERSE_UTILS__GEOMETRY__POSE_DEVIATION_HPP_

#include <geometry_msgs/msg/point.hpp>
#include <geometry_msgs/msg/pose.hpp>
Expand Down Expand Up @@ -41,4 +41,4 @@ PoseDeviation calcPoseDeviation(

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__GEOMETRY__POSE_DEVIATION_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__GEOMETRY__POSE_DEVIATION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__MATH__CONSTANTS_HPP_
#define AUTOWARE_UNIVERSE_UTILS__MATH__CONSTANTS_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__MATH__CONSTANTS_HPP_
#define AUTOWARE__UNIVERSE_UTILS__MATH__CONSTANTS_HPP_

namespace autoware_universe_utils
{
constexpr double pi = 3.14159265358979323846; // To be replaced by std::numbers::pi in C++20
constexpr double gravity = 9.80665;
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__MATH__CONSTANTS_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__MATH__CONSTANTS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__MATH__NORMALIZATION_HPP_
#define AUTOWARE_UNIVERSE_UTILS__MATH__NORMALIZATION_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__MATH__NORMALIZATION_HPP_
#define AUTOWARE__UNIVERSE_UTILS__MATH__NORMALIZATION_HPP_

#include "autoware_universe_utils/math/constants.hpp"
#include "autoware/universe_utils/math/constants.hpp"

#include <cmath>

Expand Down Expand Up @@ -47,4 +47,4 @@ inline double normalizeRadian(const double rad, const double min_rad = -pi)

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__MATH__NORMALIZATION_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__MATH__NORMALIZATION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__MATH__RANGE_HPP_
#define AUTOWARE_UNIVERSE_UTILS__MATH__RANGE_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__MATH__RANGE_HPP_
#define AUTOWARE__UNIVERSE_UTILS__MATH__RANGE_HPP_

#include <cmath>
#include <limits>
Expand Down Expand Up @@ -75,4 +75,4 @@ std::vector<double> linspace(const T start, const T stop, const size_t num)

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__MATH__RANGE_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__MATH__RANGE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__MATH__SIN_TABLE_HPP_
#define AUTOWARE_UNIVERSE_UTILS__MATH__SIN_TABLE_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__MATH__SIN_TABLE_HPP_
#define AUTOWARE__UNIVERSE_UTILS__MATH__SIN_TABLE_HPP_

#include <cstddef>

Expand All @@ -27,4 +27,4 @@ extern const float g_sin_table[sin_table_size];

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__MATH__SIN_TABLE_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__MATH__SIN_TABLE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__MATH__TRIGONOMETRY_HPP_
#define AUTOWARE_UNIVERSE_UTILS__MATH__TRIGONOMETRY_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__MATH__TRIGONOMETRY_HPP_
#define AUTOWARE__UNIVERSE_UTILS__MATH__TRIGONOMETRY_HPP_

#include <utility>

Expand All @@ -28,4 +28,4 @@ std::pair<float, float> sin_and_cos(float radian);

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__MATH__TRIGONOMETRY_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__MATH__TRIGONOMETRY_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__MATH__UNIT_CONVERSION_HPP_
#define AUTOWARE_UNIVERSE_UTILS__MATH__UNIT_CONVERSION_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__MATH__UNIT_CONVERSION_HPP_
#define AUTOWARE__UNIVERSE_UTILS__MATH__UNIT_CONVERSION_HPP_

#include "autoware_universe_utils/math/constants.hpp"
#include "autoware/universe_utils/math/constants.hpp"

namespace autoware_universe_utils
{
Expand All @@ -38,4 +38,4 @@ constexpr double mps2kmph(const double mps)
}
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__MATH__UNIT_CONVERSION_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__MATH__UNIT_CONVERSION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__DEBUG_PUBLISHER_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__DEBUG_PUBLISHER_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__DEBUG_PUBLISHER_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__DEBUG_PUBLISHER_HPP_

#include "autoware_universe_utils/ros/debug_traits.hpp"
#include "autoware/universe_utils/ros/debug_traits.hpp"

#include <rclcpp/publisher_base.hpp>
#include <rclcpp/rclcpp.hpp>
Expand Down Expand Up @@ -75,4 +75,4 @@ class DebugPublisher
};
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__DEBUG_PUBLISHER_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__DEBUG_PUBLISHER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__DEBUG_TRAITS_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__DEBUG_TRAITS_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__DEBUG_TRAITS_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__DEBUG_TRAITS_HPP_

#include <tier4_debug_msgs/msg/bool_stamped.hpp>
#include <tier4_debug_msgs/msg/float32_multi_array_stamped.hpp>
Expand Down Expand Up @@ -86,4 +86,4 @@ struct is_debug_message<tier4_debug_msgs::msg::StringStamped> : std::true_type
};
} // namespace autoware_universe_utils::debug_traits

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__DEBUG_TRAITS_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__DEBUG_TRAITS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// =============== How to use ===============
// ___In your_node.hpp___
// #include "autoware_universe_utils/ros/logger_level_configure.hpp"
// #include "autoware/universe_utils/ros/logger_level_configure.hpp"
// class YourNode : public rclcpp::Node {
// ...
//
Expand All @@ -38,8 +38,8 @@
// logger_configure_ = std::make_unique<LoggerLevelConfigure>(this);
// }

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_

#include "logging_demo/srv/config_logger.hpp"

Expand All @@ -65,4 +65,4 @@ class LoggerLevelConfigure
};

} // namespace autoware_universe_utils
#endif // AUTOWARE_UNIVERSE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__LOGGER_LEVEL_CONFIGURE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__MARKER_HELPER_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__MARKER_HELPER_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__MARKER_HELPER_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__MARKER_HELPER_HPP_

#include <rclcpp/time.hpp>

Expand Down Expand Up @@ -78,4 +78,4 @@ void appendMarkerArray(

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__MARKER_HELPER_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__MARKER_HELPER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__MSG_COVARIANCE_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__MSG_COVARIANCE_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__MSG_COVARIANCE_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__MSG_COVARIANCE_HPP_

namespace autoware_universe_utils
{
Expand Down Expand Up @@ -117,4 +117,4 @@ enum XYZ_UPPER_COV_IDX {
} // namespace xyz_upper_covariance_index
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__MSG_COVARIANCE_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__MSG_COVARIANCE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__MSG_OPERATION_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__MSG_OPERATION_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__MSG_OPERATION_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__MSG_OPERATION_HPP_

#include "geometry_msgs/msg/quaternion.hpp"

Expand All @@ -28,4 +28,4 @@ Quaternion operator-(Quaternion a, Quaternion b) noexcept;
} // namespace msg
} // namespace geometry_msgs

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__MSG_OPERATION_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__MSG_OPERATION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__PARAMETER_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__PARAMETER_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__PARAMETER_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__PARAMETER_HPP_

#include <rclcpp/rclcpp.hpp>

Expand All @@ -32,4 +32,4 @@ T getOrDeclareParameter(rclcpp::Node & node, const std::string & name)
}
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__PARAMETER_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__PARAMETER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__PCL_CONVERSION_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__PCL_CONVERSION_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__PCL_CONVERSION_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__PCL_CONVERSION_HPP_

#include <pcl/common/transforms.h>
#include <pcl_conversions/pcl_conversions.h>
Expand Down Expand Up @@ -69,4 +69,4 @@ void transformPointCloudFromROSMsg(

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__PCL_CONVERSION_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__PCL_CONVERSION_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_

#include <rclcpp/rclcpp.hpp>

Expand Down Expand Up @@ -161,4 +161,4 @@ class InterProcessPollingSubscriber<T, N, typename std::enable_if<(N >= 2)>::typ

} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__POLLING_SUBSCRIBER_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef AUTOWARE_UNIVERSE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_
#define AUTOWARE_UNIVERSE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_
#ifndef AUTOWARE__UNIVERSE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_
#define AUTOWARE__UNIVERSE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_

#include <rclcpp/rclcpp.hpp>

Expand Down Expand Up @@ -64,4 +64,4 @@ class ProcessingTimePublisher
};
} // namespace autoware_universe_utils

#endif // AUTOWARE_UNIVERSE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_
#endif // AUTOWARE__UNIVERSE_UTILS__ROS__PROCESSING_TIME_PUBLISHER_HPP_
Loading

0 comments on commit 63e6f84

Please sign in to comment.