Skip to content

Commit

Permalink
fix(autoware_mission_planner): fix noConstructor (autowarefoundation#…
Browse files Browse the repository at this point in the history
…8505)

fix:noConstructor

Signed-off-by: kobayu858 <[email protected]>
  • Loading branch information
kobayu858 authored Aug 16, 2024
1 parent 860eeb7 commit 6c5f9b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ struct DefaultPlannerParameters
class DefaultPlanner : public mission_planner::PlannerPlugin
{
public:
DefaultPlanner() : is_graph_ready_(false), route_handler_(), param_(), node_(nullptr) {}

void initialize(rclcpp::Node * node) override;
void initialize(rclcpp::Node * node, const LaneletMapBin::ConstSharedPtr msg) override;
bool ready() const override;
Expand Down

0 comments on commit 6c5f9b1

Please sign in to comment.