Skip to content

Solving rotation problem: wrong h_score lookup with heuristic

Arno De Greef requested to merge Solve_rotation_CBS into master

Solving rotation problem: in 'plan' procedure of 'stastar' creating a neighbour_state didn't take into account different rotation angles (only multiples of 90°) and this led to a wrong lookup in the true_hueristics datastructure. Problem solved by adding correct intermediary neighbour states for different rotation angles with correct h_scores.

Merge request reports