mirror of
https://github.com/chengyangkj/Ros_Qt5_Gui_App.git
synced 2025-09-15 12:58:58 +08:00
Fix unexpected interrupt errors
This commit is contained in:
parent
165dfd9d14
commit
3e35f5de3a
@ -45,8 +45,13 @@ Continuously updating.....
|
||||
##### 4.6 订阅图像话题
|
||||

|
||||

|
||||
##### 4.6 To be perfected....
|
||||
##### 4.6 待完善....
|
||||
##### 4.7 Quick instructions
|
||||
##### 4.7 快捷指令
|
||||

|
||||

|
||||
|
||||
##### 4.8 To be perfected....
|
||||
##### 4.8 待完善....
|
||||
### 二,安装教程
|
||||
### 二,Installation tutorial
|
||||
#### 1,首先安装ros对qt pkg的支持
|
||||
|
||||
@ -916,6 +916,8 @@ void MainWindow::on_button_connect_clicked(bool check ) {
|
||||
ui.label_robot_staue_img->setPixmap(QPixmap::fromImage(QImage("://images/online.png")));
|
||||
ui.label_statue_text->setStyleSheet("color:green;");
|
||||
ui.label_statue_text->setText("在线");
|
||||
//初始化视频订阅的显示
|
||||
initVideos();
|
||||
}
|
||||
}
|
||||
//如果不使用环境变量
|
||||
@ -937,10 +939,11 @@ void MainWindow::on_button_connect_clicked(bool check ) {
|
||||
ui.label_robot_staue_img->setPixmap(QPixmap::fromImage(QImage("://images/online.png")));
|
||||
ui.label_statue_text->setStyleSheet("color:green;");
|
||||
ui.label_statue_text->setText("在线");
|
||||
//初始化视频订阅的显示
|
||||
initVideos();
|
||||
}
|
||||
}
|
||||
//初始化视频订阅的显示
|
||||
initVideos();
|
||||
|
||||
}
|
||||
//当ros与master的连接断开时
|
||||
void MainWindow::slot_rosShutdown()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user