You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The self.get_grayscale_reference, which is assigned by Picarx.set_grayscale_reference, is not being referred to within the class. Shouldn't it be sync with the reference of self.grayscale (i.e., the Grayscale_Module class)?
The self.get_grayscale_reference, which is assigned by Picarx.set_grayscale_reference, is not being referred to within the class. Shouldn't it be sync with the reference of self.grayscale (i.e., the Grayscale_Module class)?
picar-x/picarx/picarx.py
Lines 191 to 192 in 425522e
This seems puzzling even when looking at example/minecart_plus.py. At the beginning of minecart_plus.py, the following comment and code exist:
picar-x/example/minecart_plus.py
Lines 1 to 17 in 425522e
However, as px.set_grayscale_reference seems meaningless, the subsequent px.get_line_status always returns 'forward' and does not function properly.
picar-x/example/minecart_plus.py
Lines 45 to 47 in 425522e
The text was updated successfully, but these errors were encountered: