When I run ros2 run rqt_topic rqt_topic using the latest debs in ros-testing for ROS Lyrical, I can see topics, but I cannot see any messages on those topics. All the topics appear checked, and when I click on the check boxes nothing happens. print() debugging tells me the self.topic_list_model.workers is always empty, meaning workers are never created.
Something probably got messed up in the Qt6 migration. Probably the logic to check if topics are selected was affected.

When I run
ros2 run rqt_topic rqt_topicusing the latest debs inros-testingfor ROS Lyrical, I can see topics, but I cannot see any messages on those topics. All the topics appear checked, and when I click on the check boxes nothing happens.print()debugging tells me theself.topic_list_model.workersis always empty, meaning workers are never created.Something probably got messed up in the Qt6 migration. Probably the logic to check if topics are selected was affected.