diff --git a/docs/desktop.md b/docs/desktop.md index 3aa616c..4955631 100644 --- a/docs/desktop.md +++ b/docs/desktop.md @@ -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` \ No newline at end of file +* 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 +ROS and Rviz + +Gazebo simulation +Gazebo simulation \ No newline at end of file diff --git a/docs/img/gazebo.png b/docs/img/gazebo.png new file mode 100644 index 0000000..3efdd55 Binary files /dev/null and b/docs/img/gazebo.png differ diff --git a/docs/img/ros_rviz.png b/docs/img/ros_rviz.png new file mode 100644 index 0000000..8d313ef Binary files /dev/null and b/docs/img/ros_rviz.png differ