Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
#ifndef AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_
#define AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_

#include "autoware/localization_util/util_func.hpp"

#include <autoware/localization_util/util_func.hpp>
#include <rclcpp/rclcpp.hpp>

#include <geometry_msgs/msg/pose_with_covariance_stamped.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/localization_util/covariance_ellipse.hpp"

#include <autoware/localization_util/covariance_ellipse.hpp>
#include <tf2/utils.hpp>

#include <tf2_geometry_msgs/tf2_geometry_msgs.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/localization_util/smart_pose_buffer.hpp"
#include <autoware/localization_util/smart_pose_buffer.hpp>

namespace autoware::localization_util
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/localization_util/tree_structured_parzen_estimator.hpp"
#include <autoware/localization_util/tree_structured_parzen_estimator.hpp>

#include <algorithm>
#include <cassert>
Expand Down
5 changes: 2 additions & 3 deletions localization/autoware_localization_util/src/util_func.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/localization_util/util_func.hpp"

#include "autoware/localization_util/matrix_type.hpp"
#include <autoware/localization_util/matrix_type.hpp>
#include <autoware/localization_util/util_func.hpp>

#include <algorithm>
#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/localization_util/smart_pose_buffer.hpp"
#include "autoware/localization_util/util_func.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <autoware/localization_util/smart_pose_buffer.hpp>
#include <autoware/localization_util/util_func.hpp>
#include <rclcpp/rclcpp.hpp>

#include <gtest/gtest.h>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware/localization_util/tree_structured_parzen_estimator.hpp"
#include <autoware/localization_util/tree_structured_parzen_estimator.hpp>

#include <gtest/gtest.h>

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

#include "autoware/localization_util/matrix_type.hpp"
#include "autoware/localization_util/util_func.hpp"

#include <autoware/localization_util/matrix_type.hpp>
#include <autoware/localization_util/util_func.hpp>
#include <rclcpp/rclcpp.hpp>
#include <tf2/LinearMath/Quaternion.hpp>

Expand Down
Loading