CMU-cabot/cabot

Possible bug

Closed this issue · 3 comments

@tatsuya-ishihara

Could you check the variable track_pred_dict?
I found a possible bug while linting with flake8 which says there is no definition of track_pred_dict.

for track_id in track_pred_dict.keys():

It looks like miss spell of the variable track_pos_dict.

def vis_result(self, msg, alive_track_id_list, track_pos_dict, track_vel_dict):

This is a debug code for old version. I remove the variable track_pred_dict.
I should have removed the code below this line too.

Could you make a PR to fix the bug?

OK. I will create PR about this.