Skip to content

Commit

Permalink
add desktop example with ros and gazebo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwasil committed Jun 12, 2024
1 parent b3a2ed8 commit 8b5a0df
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@
sidebar_position: 1
---

import ROSRviz from './img/ros_rviz.png';
import Gazebo from './img/gazebo.png';

# Desktop

You can run desktop applications on the server. The server uses a lightweight XFCE desktop environment to you to run various applications such as QGIS and RVIZ. Other 3D rendering applications, such as Gazebo simulation, can be run, but they may experience slow performance due to network latency.

Opening desktop applications on the server:
* Navigate to `Launcher` tab
* Select `Desktop`
* Select `Desktop`

:::info
You need to select an image which has ros installed e.g., `quay.io/a2s-institute/ros:cuda12-noetic`
:::

ROS and Rviz
<img src={ROSRviz} alt="ROS and Rviz" style={{width: 640}} />

Gazebo simulation
<img src={Gazebo} alt="Gazebo simulation" style={{width: 640}} />
Binary file added docs/img/gazebo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/ros_rviz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b5a0df

Please sign in to comment.