EttusResearch / gr-doa

Direction-of-Arrival (DoA) Demo for GNU Radio (OOT) with the USRP™ X-Series and TwinRX™
GNU General Public License v3.0
102 stars 52 forks source link

MUSIC lin_array_X310_TwinRX error #17

Open jose100310 opened 1 year ago

jose100310 commented 1 year ago

Issue Description

I am having difficulties making MUSIC RUN

here is the error:

I am running gnuradio and it is giving me:

Traceback (most recent call last): File "run_MUSIC_lin_array_X310_TwinRX.py", line 201, in main() File "run_MUSIC_lin_array_X310_TwinRX.py", line 189, in main tb = top_block_cls() File "run_MUSIC_lin_array_X310_TwinRX.py", line 133, in init self.tab_grid_layout_1.addWidget(self.doa_compass.this_layout) TypeError: arguments did not match any overloaded call: addWidget(self, QWidget): argument 1 has unexpected type 'QVBoxLayout' addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout' addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'