Cabana:: remove a fixed TODO (#26257)

remove a fixed TODO
old-commit-hash: 5e717c12f1
taco
Dean Lee 3 years ago committed by GitHub
parent d492af3b34
commit e63b53335d
  1. 1
      tools/cabana/videowidget.cc

@ -17,7 +17,6 @@ VideoWidget::VideoWidget(QWidget *parent) : QWidget(parent) {
QVBoxLayout *main_layout = new QVBoxLayout(this);
main_layout->setContentsMargins(0, 0, 0, 0);
// TODO: figure out why the CameraWidget crashed occasionally.
cam_widget = new CameraWidget("camerad", VISION_STREAM_ROAD, false, this);
cam_widget->setFixedSize(parent->width(), parent->width() / 1.596);
main_layout->addWidget(cam_widget);

Loading…
Cancel
Save