38 #ifndef SIMPLE_SCORED_SAMPLING_PLANNER_H_
39 #define SIMPLE_SCORED_SAMPLING_PLANNER_H_
74 SimpleScoredSamplingPlanner(std::vector<TrajectorySampleGenerator*> gen_list, std::vector<TrajectoryCostFunction*>& critics,
int max_samples = -1);
99 std::vector<TrajectoryCostFunction*>
critics_;