Wang Junhe

Results 3 issues of Wang Junhe

Hi, 1、 can i change or delete codes which can not influence output in AbstractPlanner? **for example**: def compute_trajectory_with_check(self, current_input) -> List[AbstractTrajectory]: self.validate_inputs(current_input) return self.compute_trajectory(current_input) --------> def compute_trajectory_with_check(self, ) ->...

Ex, I want to confirm that whether ego running in the same direction as its recent segment growth