参考链接添加链接描述
- 写个整体的launch
- 左上角搜索startup
- add
- 添加shell文件,前面加 gnome-terminal -x XXX.shell
- 打开shell -> edit -> profile preferences -> title and command tab -> select when command
exits hold the terminal open
#!/bin/bash
source /opt/ros/indigo/setup.bash
source ~/jackal_ws/devel/setup.bash
roslaunch jackal_gazebo jackal_world.launch
参考链接添加链接描述
版权声明:本文为qq_35508344原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。