Industrial Training
latest
  • PC Setup
  • MIT Introduction to C++
  • Bruce Eckel Thinking in C++
  • Exercise 0.1 - Intro to Ubuntu GUI
    • Task 0: Presentation Slides
    • Task 1: Familiarize Yourself with the Ubuntu Desktop
    • Task 2: Open and Inspect an Application
    • Task 3: Start an Application & Pin it to the Launcher Bar
  • Exercise 0.2 - The Linux File System
  • Starting the Terminal
  • Navigating Directories and Listing Files
  • Altering Files
  • Job management
  • Exercise 1.0 - ROS Setup
  • Exercise 1.1 - Create a Workspace
  • Exercise 1.2 - Installing Packages
  • Exercise 1.3 - Packages and Nodes
  • Exercise 1.4 - Topics and Messages
  • Exercise 2.0 - Services
  • Exercise 2.1 - Actions
  • Exercise 2.2 - Launch Files
  • Exercise 2.3 - Parameters
  • Exercise 3.0 - Intro to URDF
  • Exercise 3.1 - Workcell XACRO
  • Exercise 3.2 - Transforms using TF
  • Exercise 3.3 - Build a MoveIt! Package
  • Exercise 3.4 - Motion Planning using RViz
  • Exercise 4.0 - Motion Planning using C++
  • Exercise 4.1 - Intro to Descartes
  • Exercise 4.2 - Intro to Perception
  • Demo 1 - Perception-Driven Manipulation
  • Demo 2 - Descartes Planning and Execution
  • Exercise 5.0 - Advanced Descartes Path Planning
  • Exercise 5.1 - Building a Perception Pipeline
  • Exercise 5.2 - Introduction to STOMP
  • Exercise 5.3 - Simple PCL Interface for Python
  • Exercise 5.4 - OpenCV Image Processing (Python)
  • Exercise 6.0 - Documentation Generation
  • Exercise 6.1 - Unit Testing
  • Exercise 6.2 - Using rqt tools for Analysis
  • Exercise 6.3 - ROS Style Guide and ros_lint
  • Exercise 6.4 - Introduction to ROS with Docker and Amazon Web Services (AWS)
Industrial Training

ROS-Industrial Website|Blog

  • Docs »
  • Navigating the Ubuntu GUI
  • Edit on GitHub

Navigating the Ubuntu GUI¶

In this exercise, we will familiarize ourselves with the graphical user interface (GUI) of the Ubuntu operating system.

Task 0: Presentation Slides¶

Don’t forget about the presentation slides that accompany this Lesson!

Task 1: Familiarize Yourself with the Ubuntu Desktop¶

At the log-in screen, click in the password input box, enter rosindustrial for the password, and hit enter. The screen should look like the image below when you log in:

There are several things you will notice on the desktop:

  1. The gear icon on the top right of the screen brings up a menu which allows the user to log out, shut down the computer, access system settings, etc…
  2. The bar on the left side shows running and “favorite” applications, connected thumb drives, etc.
  3. The top icon is used to access all applications and files. We will look at this in more detail later.
  4. The next icons are either applications which are currently running or have been “pinned” (again, more on pinning later)
  5. Any removable drives, like thumb drives, are found after the application icons.
  6. If the launcher bar gets “too full”, clicking and dragging up/down allows you to see the applications that are hidden.
  7. To reorganize the icons on the launcher, click and hold the icon until it “pops out”, then move it to the desired location.

Task 2: Open and Inspect an Application¶

Click on the filing-cabinet icon in the launcher. A window should show up, and your desktop should look like something below:

Things to notice:

  1. The close, minimize, and maximize buttons typically found on the right-hand side of the window title bar are found on the left-hand side.
  2. The menu for windows are found on the menu bar at the top of the screen, much in the same way Macs do. The menus, however, only show up when you hover the mouse over the menu bar.
  3. Notice that there are triangles on the left and right of the folder icon. The triangles on the left show how many windows of this application are open, and the right shows which application is currently in the foreground, or “has focus”. Clicking on these icons when the applications are open does one of two things:
  • If there is only one window open, this window gets focus.
  • If more than one are open, clicking a second time causes all of the windows to show up in the foreground, so that you can choose which window to go to (see below):

Task 3: Start an Application & Pin it to the Launcher Bar¶

Click on the launcher button (top left) and type gedit in the search box. The “Text Editor” application (this is actually gedit) should show up (see below):

Click on the application. The text editor window should show up on the screen, and the text editor icon should show up on the launcher bar on the left-hand side (see below):

  1. Right-click on the text editor launch icon, and select “Lock to Launcher”.
  2. Close the gedit window. The launcher icon should remain after the window closes.
  3. Click on the gedit launcher icon. You should see a new gedit window appear.
Next Previous

© Copyright 2017, ROS-Industrial Revision 0209c102.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
kinetic
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.