Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible bug #88

Closed
daisukes opened this issue Feb 12, 2023 · 3 comments
Closed

Possible bug #88

daisukes opened this issue Feb 12, 2023 · 3 comments
Assignees

Comments

@daisukes
Copy link
Contributor

daisukes commented Feb 12, 2023

@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):

@tatsuya-ishihara
Copy link
Contributor

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.

@daisukes
Copy link
Contributor Author

Could you make a PR to fix the bug?

@tatsuya-ishihara
Copy link
Contributor

OK. I will create PR about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants