susomena / PERMIT

A SUMO simulator for platooning maneuvers in mixed traffic scenarios
GNU Lesser General Public License v3.0
31 stars 8 forks source link

Too Many Values to Unpack #4

Open bthot2 opened 2 years ago

bthot2 commented 2 years ago

In platooning.py, on line number 142, cc.unpack(leader_data) results in the list of nine values. However, the code have only six value causing the error. cc.unpack(front_data) has the same issue.

Obviously, this is a simple issue, just mentioning for the benefit of others. Please fix it if possible.

zhaotuo0815 commented 2 years ago

In platooning.py, on line number 142, cc.unpack(leader_data) results in the list of nine values. However, the code have only six value causing the error. cc.unpack(front_data) has the same issue.

Obviously, this is a simple issue, just mentioning for the benefit of others. Please fix it if possible.

did you fix the problem?

ChenSaijilahu commented 1 year ago

In platooning.py, on line number 142, cc.unpack(leader_data) results in the list of nine values. However, the code have only six value causing the error. cc.unpack(front_data) has the same issue. Obviously, this is a simple issue, just mentioning for the benefit of others. Please fix it if possible.

did you fix the problem? did you fix the problem?