Skip to content

Commit

Permalink
chore(static_obstacle_avoidance, dynamic_obstacle_avoidance): rename …
Browse files Browse the repository at this point in the history
…avoidance package (autowarefoundation#7168)

* chore(autoware_behavior_path_static_obstacle_avoidance_module): rename package and namespace

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore(autoware_behavior_path_dynamic_obstacle_avoidance_module): rename package and namespace

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore(tier4_planning_launch): update module name

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore(rtc_interface): update module name

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore(avoidance): update module param file name

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* chore(avoidance): update schema file name

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(AbLC): fix file name

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* docs: update module name

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

---------

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed May 31, 2024
1 parent 67fff94 commit 764b47e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
namespace behavior_path_planner
{
// Forward Declaration
class AvoidanceModule;
class StaticObstacleAvoidanceModule;
class AvoidanceByLCModule;
class ExternalRequestLaneChangeModule;
class LaneChangeInterface;
Expand All @@ -35,7 +35,7 @@ using tier4_planning_msgs::msg::AvoidanceDebugMsgArray;
class SceneModuleVisitor
{
public:
void visitAvoidanceModule(const AvoidanceModule * module) const;
void visitAvoidanceModule(const StaticObstacleAvoidanceModule * module) const;

std::shared_ptr<AvoidanceDebugMsgArray> getAvoidanceModuleDebugMsg() const;

Expand Down

0 comments on commit 764b47e

Please sign in to comment.