> For the complete documentation index, see [llms.txt](https://leftover-ice.gitbook.io/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leftover-ice.gitbook.io/resources/ros.md).

# ROS

- [Beginner's Guide to ROS](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros.md)
- [Prerequisites](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/prerequisites.md): In this page, you will learn what is ROS, UNIX, Linux, Ubuntu.
- [Ubuntu Setup - Windows Subsystem for Linux (WSL)](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/prerequisites/ubuntu-setup-windows-subsystem-for-linux-wsl.md): In this guide, we are going to setup WSL2 for Ubuntu 22.04 on Windows 11.
- [Ubuntu Setup - Dual Booting (For Windows)](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/prerequisites/ubuntu-setup-dual-booting-for-windows.md): In this guide, we are going to dual boot Ubuntu 22.04 LTS alongside Windows 11.
- [Ubuntu Setup - VM on MacOS M1](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/prerequisites/ubuntu-setup-vm-on-macos-m1.md)
- [ROS Installation](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-installation.md): In this segment, we will first understand the different versions of ROS and also what are ROS distributions.
- [Installation Guide \[ROS2 Humble\]](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-installation/installation-guide-ros2-humble.md): This page describes the ROS Installation Process for a specific ROS2 version/distribution (ROS2 Humble).
- [ROS Concepts](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-concepts.md)
- [Workspace Structure](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-concepts/workspace-structure.md)
- [ROS2 Middleware (RMW) and DDS](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-concepts/ros2-middleware-rmw-and-dds.md): Advanced
- [Choosing DDS/RTPS Implementation](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-concepts/ros2-middleware-rmw-and-dds/choosing-dds-rtps-implementation.md): \[Advanced]
- [Quality of Service (QoS)](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-concepts/ros2-middleware-rmw-and-dds/quality-of-service-qos.md)
- [ROS Tools/Utils](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-tools-utils.md): There are many tools that help you debug and visualize ROS.
- [Working with ROS 1/2 Bags](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/ros-tools-utils/working-with-ros-1-2-bags.md): This page serves as a guide to work with ROS Bags on ROS2 Humble.
- [Robotics Fundamentals](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals.md)
- [Domains of Robotics Software](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/domains-of-robotics-software.md)
- [Perception](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/domains-of-robotics-software/perception.md): Work In Progress
- [Localisation](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/domains-of-robotics-software/localisation.md): Work In Progress
- [Navigation](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/domains-of-robotics-software/navigation.md): Work In Progress
- [Controls](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/domains-of-robotics-software/controls.md): Work In Progress
- [Simulation](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/domains-of-robotics-software/simulation.md): Work In Progress
- [Fundamental Concepts](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/fundamental-concepts.md): Work In Progress
- [Rotations (and Quaternion)](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/fundamental-concepts/rotations-and-quaternion.md): Work In Progress
- [Coordinate Frames](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/fundamental-concepts/coordinate-frames.md): Work In Progress
- [Rigid Body Transformations (3D)](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/fundamental-concepts/rigid-body-transformations-3d.md): Work In Progress
- [Basic Control Theory](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/fundamental-concepts/basic-control-theory.md): Work In Progress
- [Image Processing (with OpenCV)](https://leftover-ice.gitbook.io/resources/ros/beginners-guide-to-ros/robotics-fundamentals/fundamental-concepts/image-processing-with-opencv.md): Work In Progress
- [Perception](https://leftover-ice.gitbook.io/resources/ros/perception.md)
- [Camera](https://leftover-ice.gitbook.io/resources/ros/perception/camera.md)
- [\[WSL2\] Enabling USB Camera Access](https://leftover-ice.gitbook.io/resources/ros/perception/camera/wsl2-enabling-usb-camera-access.md)
- [Image Common](https://leftover-ice.gitbook.io/resources/ros/perception/camera/image-common.md)
- [Camera Driver](https://leftover-ice.gitbook.io/resources/ros/perception/camera/camera-driver.md)
- [Camera Calibration](https://leftover-ice.gitbook.io/resources/ros/perception/camera/camera-calibration.md)
- [Stereo Vision Concept](https://leftover-ice.gitbook.io/resources/ros/perception/camera/stereo-vision-concept.md)
- [Image Pipeline](https://leftover-ice.gitbook.io/resources/ros/perception/camera/image-pipeline.md)
- [Monocular Image Processing](https://leftover-ice.gitbook.io/resources/ros/perception/camera/image-pipeline/monocular-image-processing.md)
- [Disparity and Depth Image for Stereo Vision](https://leftover-ice.gitbook.io/resources/ros/perception/camera/image-pipeline/disparity-and-depth-image-for-stereo-vision.md)
- [LiDAR](https://leftover-ice.gitbook.io/resources/ros/perception/lidar.md)
- [Working with PointCloud2 Data](https://leftover-ice.gitbook.io/resources/ros/perception/lidar/working-with-pointcloud2-data.md): This page describes how to interpret PointCloud2 Data from LiDAR sensors and how they can be converted to custom representations using Point Cloud Library (pcl).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://leftover-ice.gitbook.io/resources/ros.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
