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] committed Dec 14, 2023
1 parent 746a1cb commit 5f0f29e
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "behavior_path_planner/behavior_path_planner_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -21,8 +23,6 @@
#include <cmath>
#include <vector>

#include "behavior_path_planner/behavior_path_planner_node.hpp"

using behavior_path_planner::BehaviorPathPlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "behavior_path_planner/behavior_path_planner_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -21,8 +23,6 @@
#include <cmath>
#include <vector>

#include "behavior_path_planner/behavior_path_planner_node.hpp"

using behavior_path_planner::BehaviorPathPlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "behavior_path_planner/behavior_path_planner_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -21,8 +23,6 @@
#include <cmath>
#include <vector>

#include "behavior_path_planner/behavior_path_planner_node.hpp"

using behavior_path_planner::BehaviorPathPlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "behavior_path_planner/behavior_path_planner_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -21,8 +23,6 @@
#include <cmath>
#include <vector>

#include "behavior_path_planner/behavior_path_planner_node.hpp"

using behavior_path_planner::BehaviorPathPlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -21,8 +23,6 @@
#include <cmath>
#include <vector>

#include "node.hpp"

using behavior_velocity_planner::BehaviorVelocityPlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "freespace_planner/freespace_planner_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "freespace_planner/freespace_planner_node.hpp"

using freespace_planner::FreespacePlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "motion_velocity_smoother/motion_velocity_smoother_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "motion_velocity_smoother/motion_velocity_smoother_node.hpp"

using motion_velocity_smoother::MotionVelocitySmootherNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "obstacle_avoidance_planner/node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "obstacle_avoidance_planner/node.hpp"

TEST(PlanningModuleInterfaceTest, NodeTestWithExceptionTrajectory)
{
rclcpp::init(0, nullptr);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "obstacle_cruise_planner/node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "obstacle_cruise_planner/node.hpp"

using motion_planning::ObstacleCruisePlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "obstacle_stop_planner/node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "obstacle_stop_planner/node.hpp"

using motion_planning::ObstacleStopPlannerNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "obstacle_velocity_limiter/obstacle_velocity_limiter_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "obstacle_velocity_limiter/obstacle_velocity_limiter_node.hpp"

using obstacle_velocity_limiter::ObstacleVelocityLimiterNode;
using planning_test_utils::PlanningInterfaceTestManager;

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

#include "path_smoother/elastic_band_smoother.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "path_smoother/elastic_band_smoother.hpp"

TEST(PlanningModuleInterfaceTest, NodeTestWithExceptionTrajectory)
{
rclcpp::init(0, nullptr);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "planning_validator/planning_validator.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -20,8 +22,6 @@

#include <vector>

#include "planning_validator/planning_validator.hpp"

using planning_test_utils::PlanningInterfaceTestManager;
using planning_validator::PlanningValidator;

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

#include "scenario_selector/scenario_selector_node.hpp"

#include <ament_index_cpp/get_package_share_directory.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager.hpp>
#include <planning_test_utils/planning_interface_test_manager/planning_interface_test_manager_utils.hpp>
Expand All @@ -21,8 +23,6 @@
#include <cmath>
#include <vector>

#include "scenario_selector/scenario_selector_node.hpp"

using planning_test_utils::PlanningInterfaceTestManager;

std::shared_ptr<PlanningInterfaceTestManager> generateTestManager()
Expand Down

0 comments on commit 5f0f29e

Please sign in to comment.