File tree Expand file tree Collapse file tree 8 files changed +11
-16
lines changed
localization/autoware_localization_util
include/autoware/localization_util Expand file tree Collapse file tree 8 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 1515#ifndef AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_
1616#define AUTOWARE__LOCALIZATION_UTIL__SMART_POSE_BUFFER_HPP_
1717
18- #include " autoware/localization_util/util_func.hpp"
19-
18+ #include < autoware/localization_util/util_func.hpp>
2019#include < rclcpp/rclcpp.hpp>
2120
2221#include < geometry_msgs/msg/pose_with_covariance_stamped.hpp>
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/covariance_ellipse.hpp"
16-
15+ #include < autoware/localization_util/covariance_ellipse.hpp>
1716#include < tf2/utils.hpp>
1817
1918#include < tf2_geometry_msgs/tf2_geometry_msgs.hpp>
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/smart_pose_buffer.hpp"
15+ #include < autoware/localization_util/smart_pose_buffer.hpp>
1616
1717namespace autoware ::localization_util
1818{
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/tree_structured_parzen_estimator.hpp"
15+ #include < autoware/localization_util/tree_structured_parzen_estimator.hpp>
1616
1717#include < algorithm>
1818#include < cassert>
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/util_func.hpp"
16-
17- #include " autoware/localization_util/matrix_type.hpp"
15+ #include < autoware/localization_util/matrix_type.hpp>
16+ #include < autoware/localization_util/util_func.hpp>
1817
1918#include < algorithm>
2019#include < string>
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/smart_pose_buffer.hpp"
16- #include " autoware/localization_util/util_func.hpp"
17-
1815#include < ament_index_cpp/get_package_share_directory.hpp>
16+ #include < autoware/localization_util/smart_pose_buffer.hpp>
17+ #include < autoware/localization_util/util_func.hpp>
1918#include < rclcpp/rclcpp.hpp>
2019
2120#include < gtest/gtest.h>
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/tree_structured_parzen_estimator.hpp"
15+ #include < autoware/localization_util/tree_structured_parzen_estimator.hpp>
1616
1717#include < gtest/gtest.h>
1818
Original file line number Diff line number Diff line change 1212// See the License for the specific language governing permissions and
1313// limitations under the License.
1414
15- #include " autoware/localization_util/matrix_type.hpp"
16- #include " autoware/localization_util/util_func.hpp"
17-
15+ #include < autoware/localization_util/matrix_type.hpp>
16+ #include < autoware/localization_util/util_func.hpp>
1817#include < rclcpp/rclcpp.hpp>
1918#include < tf2/LinearMath/Quaternion.hpp>
2019
You can’t perform that action at this time.
0 commit comments