Skip to content

Commit ab8d18f

Browse files
fix compatibility with updates to bpp
Signed-off-by: Daniel Sanchez <danielsanchezaran@gmail.com>
1 parent 73dd096 commit ab8d18f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

planning/behavior_path_sampling_planner_module/include/behavior_path_sampling_planner_module/sampling_planner_module.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,6 @@ class SamplingPlannerModule : public SceneModuleInterface
236236

237237
bool canTransitFailureState() override { return false; }
238238

239-
bool canTransitIdleToRunningState() override { return prev_sampling_path_.has_value(); }
240-
241239
bool isReferencePathSafe() const;
242240

243241
void updateDebugMarkers();

0 commit comments

Comments
 (0)