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

1 view (last 30 days)
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.

Accepted Answer

Abhijeet Gadkari
Abhijeet Gadkari on 4 Feb 2021
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

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!