当前位置: 代码迷 >> 综合 >> 装Ubuntu mate 树莓派开机自启launch文件
  详细解决方案

装Ubuntu mate 树莓派开机自启launch文件

热度:100   发布时间:2023-11-24 10:12:08.0

装Ubuntu mate 树莓派开机自启launch文件

写一个 .sh后缀的文件
内容为

#!/bin/sh. /opt/ros/melodic/setup.sh
. ~/spot_ws/devel/setup.shecho ":ros running"     
roslaunch spot_micro_motion_cmd motion_cmd.launchexit 0

写好后,可以在终端输入./home/robot802/spot_ws/src/ziqi.sh来执行验证所写文件是否可以运行

给所写文件可执行权限sudo chmod +x /home/robot802/spot_ws/src/ziqi.sh

在终端中输入:gnome-session-properties
若未执行成功,显示需要安装东西,安装即可。
会出现
在这里插入图片描述
点击 add
在这里插入图片描述
在command 输入 mate-terminal -x /home/robot802/spot_ws/src/ziqi.sh
注意此处为绝对路径

name 和 comment可任意写

在这里插入图片描述
重启测试 reboot