Skip to content

Commit

Permalink
autoware_behavior_path_static_obstacle_avoidance_module
Browse files Browse the repository at this point in the history
Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 committed Jun 17, 2024
1 parent eb90062 commit 5fbefe4
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "autoware_behavior_path_planner_common/data_manager.hpp"
#include "autoware_behavior_path_planner_common/utils/path_safety_checker/path_safety_checker_parameters.hpp"
#include "autoware_behavior_path_planner_common/utils/path_shifter/path_shifter.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/type_alias.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/type_alias.hpp"

#include <rclcpp/time.hpp>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#ifndef AUTOWARE_BEHAVIOR_PATH_STATIC_OBSTACLE_AVOIDANCE_MODULE__DEBUG_HPP_
#define AUTOWARE_BEHAVIOR_PATH_STATIC_OBSTACLE_AVOIDANCE_MODULE__DEBUG_HPP_

#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/type_alias.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/type_alias.hpp"

#include <memory>
#include <string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#define AUTOWARE_BEHAVIOR_PATH_STATIC_OBSTACLE_AVOIDANCE_MODULE__HELPER_HPP_

#include "autoware_behavior_path_planner_common/utils/utils.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/type_alias.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/utils.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/type_alias.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"

#include <algorithm>
#include <limits>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#define AUTOWARE_BEHAVIOR_PATH_STATIC_OBSTACLE_AVOIDANCE_MODULE__MANAGER_HPP_

#include "autoware_behavior_path_planner_common/interface/scene_module_manager_interface.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/scene.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/scene.hpp"

#include <rclcpp/node.hpp>
#include <rclcpp/parameter.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

#include "tier4_autoware_utils/ros/parameter.hpp"

#include <autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp>
#include <autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp>
#include <rclcpp/node.hpp>

#include <autoware_perception_msgs/msg/detail/object_classification__struct.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

#include "autoware_behavior_path_planner_common/interface/scene_module_interface.hpp"
#include "autoware_behavior_path_planner_common/interface/scene_module_visitor.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/helper.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/shift_line_generator.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/type_alias.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/helper.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/shift_line_generator.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/type_alias.hpp"

#include <rclcpp/logging.hpp>
#include <rclcpp/node.hpp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
#define AUTOWARE_BEHAVIOR_PATH_STATIC_OBSTACLE_AVOIDANCE_MODULE__SHIFT_LINE_GENERATOR_HPP_

#include "autoware_behavior_path_planner_common/utils/path_shifter/path_shifter.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/helper.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/type_alias.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/helper.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/type_alias.hpp"

#include <memory>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "autoware_behavior_path_planner_common/data_manager.hpp"
#include "autoware_behavior_path_planner_common/utils/path_safety_checker/path_safety_checker_parameters.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"

#include <memory>
#include <utility>
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_behavior_path_static_obstacle_avoidance_module/debug.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/debug.hpp"

#include "autoware_behavior_path_planner_common/marker_utils/utils.hpp"
#include "autoware_behavior_path_planner_common/utils/utils.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "autoware_behavior_path_static_obstacle_avoidance_module/manager.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/manager.hpp"

#include "autoware_behavior_path_static_obstacle_avoidance_module/parameter_helper.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/parameter_helper.hpp"
#include "tier4_autoware_utils/ros/parameter.hpp"
#include "tier4_autoware_utils/ros/update_param.hpp"

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

#include "autoware_behavior_path_static_obstacle_avoidance_module/scene.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/scene.hpp"

#include "autoware/behavior_path_static_obstacle_avoidance_module/debug.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"
#include "autoware_behavior_path_planner_common/interface/scene_module_visitor.hpp"
#include "autoware_behavior_path_planner_common/utils/drivable_area_expansion/static_drivable_area.hpp"
#include "autoware_behavior_path_planner_common/utils/path_safety_checker/objects_filtering.hpp"
#include "autoware_behavior_path_planner_common/utils/path_safety_checker/safety_check.hpp"
#include "autoware_behavior_path_planner_common/utils/path_utils.hpp"
#include "autoware_behavior_path_planner_common/utils/traffic_light_utils.hpp"
#include "autoware_behavior_path_planner_common/utils/utils.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/debug.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/utils.hpp"

#include <lanelet2_extension/utility/message_conversion.hpp>
#include <lanelet2_extension/utility/utilities.hpp>
Expand Down
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.

#include "autoware_behavior_path_static_obstacle_avoidance_module/shift_line_generator.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/shift_line_generator.hpp"

#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"
#include "autoware_behavior_path_planner_common/utils/utils.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/utils.hpp"

namespace autoware::behavior_path_planner::utils::static_obstacle_avoidance
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@

#include "autoware_behavior_path_planner_common/utils/utils.hpp"

#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"
#include "autoware_behavior_path_planner_common/utils/drivable_area_expansion/static_drivable_area.hpp"
#include "autoware_behavior_path_planner_common/utils/path_safety_checker/objects_filtering.hpp"
#include "autoware_behavior_path_planner_common/utils/path_utils.hpp"
#include "autoware_behavior_path_planner_common/utils/traffic_light_utils.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/utils.hpp"

#include <lanelet2_extension/utility/message_conversion.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.

#include "autoware_behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware_behavior_path_static_obstacle_avoidance_module/utils.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/data_structs.hpp"
#include "autoware/behavior_path_static_obstacle_avoidance_module/utils.hpp"

#include <gmock/gmock.h>
#include <gtest/gtest.h>
Expand Down

0 comments on commit 5fbefe4

Please sign in to comment.