How to make .sh file as a Gazebo Office.sh on desktop of Ubuntu VM

조회 수: 1 (최근 30일)
Hi,
I have my own project in ROS, eveytime I start the project, I use roslaunch
But now I would like to convert it to the .sh file as like, for example, a Gazebo Office.sh in the Ubuntu VM
So that everytime I want to run the project, I just only need to click on this .sh file.
Could you please let me know what is .sh file, and how I can do that?
Thank you.

채택된 답변

Abhijeet Gadkari
Abhijeet Gadkari 2021년 2월 4일
Hello Van,
You can refer to the example shell scripts shipped in the /home/user folder on the Ubuntu VM.
% cat /home/user/start-gazebo-office.sh
To learn more, you can refer to this tutorial that explains some basic concepts about Linux shell scripting.
In the Ubuntu VM, desktop shortcut icons are used to call these individual shell scripts. You can refer to the ubuntu forum page to learn more about creating / customizing your own desktop shortcut. See a shipping desktop shortcut on the Ubuntu VM for reference.
% cat /home/user/Desktop/start_gazebo_office.desktop
- Abhijeet

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by