Skip to content

Commit

Permalink
fix compatibility with updates to bpp
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Feb 2, 2024
1 parent 73dd096 commit ab8d18f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ class SamplingPlannerModule : public SceneModuleInterface

bool canTransitFailureState() override { return false; }

bool canTransitIdleToRunningState() override { return prev_sampling_path_.has_value(); }

bool isReferencePathSafe() const;

void updateDebugMarkers();
Expand Down

0 comments on commit ab8d18f

Please sign in to comment.