turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » Turtlebot3中级教程_视频版 » Turtlebot3中级教程-安装远程桌面vino

Turtlebot3中级教程-安装远程桌面vino

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

欢迎加入我们的turtlebot3交流群,微信扫描右侧二维码立即进群交流

群二维码

说明

  • 介绍如何在burger安装ubuntu mate的远程桌面管理工具vino

操作步骤

  • 安装vino
$ sudo apt install vino ssh
  • 配置
$ vino-preferences
  • 弹出的界面勾上选项
Allow other users to view your desktop
Allow other users to control your desktop
  • 弹出的界面取消打勾
You must confirm each access to this machine.
  • 禁止require-encryption,执行命令
gsettings set org.gnome.Vino require-encryption false
  • 设置脚本启动
$ vim ~/runVino.sh
//添加以下内容后保存退出
export DISPLAY=:0.0 
/usr/lib/vino/vino-server &
$ sudo chmod +x ~/runVino.sh
  • 设置自动启动(不推荐)
System > Control Center > Startup Applications
Click "Add" Button
Name: Remote Desktop
Command Path: /usr/lib/vino/vino-server
  • 效果图

请输入图片描述

  • 设置允许远程操作
System tools > dconf Editor > org > gnome > desktop > remote-access
  • 设置图:

请输入图片描述

Linux端

  • [Turtlebot] 运行启动脚本
$ cd && ./runVino.sh
  • 下载RealVNC,下载链接

  • [Linux PC] 输入从机IP,连接即可看到界面

$ xvncviewer  从机IP

Windows端

  • [Turtlebot] 运行启动脚本
$ cd && ./runVino.sh
  • 下载RealVNC,下载链接

  • [Windows PC] 打开输入IP地址:

  • 图示:

请输入图片描述

请输入图片描述

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

欢迎加入我们的turtlebot3交流群,微信扫描右侧二维码立即进群交流

群二维码

标签: turtlebot3中级教程