In function SampleMani::checkcollision, you check collision for 0 ~ check_num_ -1 pt, while actually car_state_list_check_ size is check_num_ + 1 which can be inferred from the following line:
|
car_statelist_check.push_back(end_state_temp); |
Is this behavior expected, or is it a bug?
Thanks for reply!