Skip to content

Commit

Permalink
fix(static_obstacle_avoidance): override setInitState (autowarefounda…
Browse files Browse the repository at this point in the history
…tion#9340)

override setInitState

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
  • Loading branch information
go-sakayori authored Nov 15, 2024
1 parent 8dfc04a commit 1ed46dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ class StaticObstacleAvoidanceModule : public SceneModuleInterface
std::shared_ptr<AvoidanceDebugMsgArray> get_debug_msg_array() const;

private:
ModuleStatus setInitState() const override { return ModuleStatus::WAITING_APPROVAL; };

/**
* @brief return the result whether the module can stop path generation process.
* @param avoidance data.
Expand Down

0 comments on commit 1ed46dc

Please sign in to comment.