Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and esteve committed Apr 15, 2024
1 parent 5972abf commit 1f02fca
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "autoware_static_centerline_optimizer/srv/plan_route.hpp"
#include "autoware_static_centerline_optimizer/type_alias.hpp"
#include "rclcpp/rclcpp.hpp"
#include "type_alias.hpp"
#include "vehicle_info_util/vehicle_info_util.hpp"

#include <geography_utils/lanelet2_projector.hpp>
Expand Down Expand Up @@ -107,4 +108,4 @@ class StaticCenterlineOptimizerNode : public rclcpp::Node
vehicle_info_util::VehicleInfo vehicle_info_{};
};
} // namespace autoware::static_centerline_optimizer
#endif // AUTOWARE_STATIC_CENTERLINE_OPTIMIZER__STATIC_CENTERLINE_OPTIMIZER_NODE_HPP_
#endif // STATIC_CENTERLINE_OPTIMIZER_NODE_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef AUTOWARE_STATIC_CENTERLINE_OPTIMIZER__TYPE_ALIAS_HPP_
#define AUTOWARE_STATIC_CENTERLINE_OPTIMIZER__TYPE_ALIAS_HPP_
#ifndef TYPE_ALIAS_HPP_
#define TYPE_ALIAS_HPP_

#include "route_handler/route_handler.hpp"
#include "tier4_autoware_utils/geometry/geometry.hpp"
Expand Down Expand Up @@ -43,4 +43,4 @@ using tier4_autoware_utils::Point2d;
using visualization_msgs::msg::MarkerArray;
} // namespace autoware::static_centerline_optimizer

#endif // AUTOWARE_STATIC_CENTERLINE_OPTIMIZER__TYPE_ALIAS_HPP_
#endif // TYPE_ALIAS_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_STATIC_CENTERLINE_OPTIMIZER__UTILS_HPP_
#define AUTOWARE_STATIC_CENTERLINE_OPTIMIZER__UTILS_HPP_
#ifndef UTILS_HPP_
#define UTILS_HPP_

#include "autoware_static_centerline_optimizer/type_alias.hpp"
#include "route_handler/route_handler.hpp"
Expand Down Expand Up @@ -47,4 +47,4 @@ MarkerArray create_distance_text_marker(
const std::array<double, 3> & marker_color, const rclcpp::Time & now, const size_t idx);
} // namespace autoware::static_centerline_optimizer::utils

#endif // AUTOWARE_STATIC_CENTERLINE_OPTIMIZER__UTILS_HPP_
#endif // UTILS_HPP_
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include "path_smoother/elastic_band_smoother.hpp"
#include "tier4_autoware_utils/geometry/geometry.hpp"
#include "tier4_autoware_utils/ros/parameter.hpp"
#include "type_alias.hpp"
#include "utils.hpp"

#include <geography_utils/lanelet2_projector.hpp>
#include <mission_planner/mission_planner_plugin.hpp>
Expand Down

0 comments on commit 1f02fca

Please sign in to comment.