# Beetle Bot

- [Introduction](https://docs.veerobot.com/ros-robots/beetle-bot/introduction.md): Introduction to Beetlebot Robot
- [Getting Started with Beetlebot](https://docs.veerobot.com/ros-robots/beetle-bot/getting-started-with-beetlebot.md): First-time setup and initial inspection
- [Hardware Familiarization](https://docs.veerobot.com/ros-robots/beetle-bot/hardware-familiarization.md)
- [System Setup Guide](https://docs.veerobot.com/ros-robots/beetle-bot/system-setup-guide.md): First-time configuration: WiFi, SSH, and development environment
- [ROS2 Communication & Tools](https://docs.veerobot.com/ros-robots/beetle-bot/ros2-communication-and-tools.md): Master ROS2 topics, services, and essential debugging tools
- [Robot Simulation with Gazebo](https://docs.veerobot.com/ros-robots/beetle-bot/robot-simulation-with-gazebo.md): Practice safely with physics-accurate virtual robot
- [Sensor Data Visualization](https://docs.veerobot.com/ros-robots/beetle-bot/sensor-data-visualization.md): Understand your robot's perception through real-time data
- [IMU Signal Processing](https://docs.veerobot.com/ros-robots/beetle-bot/imu-signal-processing.md): Master inertial measurement techniques and filtering
- [Teleoperation Control](https://docs.veerobot.com/ros-robots/beetle-bot/teleoperation-control.md): Master manual control and understand motion control systems
- [Sensor Fusion with EKF](https://docs.veerobot.com/ros-robots/beetle-bot/sensor-fusion-with-ekf.md): Combine multiple sensors for superior state estimation
- [SLAM Mapping](https://docs.veerobot.com/ros-robots/beetle-bot/slam-mapping.md): Simultaneous Localization and Mapping - Build maps of your environment
- [Camera-Based Perception](https://docs.veerobot.com/ros-robots/beetle-bot/camera-based-perception.md): Visual sensing and basic image processing techniques
- [Localization Techniques](https://docs.veerobot.com/ros-robots/beetle-bot/localization-techniques.md): Determine robot position using maps and sensors
- [Autonomous Navigation](https://docs.veerobot.com/ros-robots/beetle-bot/autonomous-navigation.md): Full autonomous navigation - maps, planning, and obstacle avoidance
- [Nav2 Optimization Guide](https://docs.veerobot.com/ros-robots/beetle-bot/nav2-optimization-guide.md): Targeted optimizations to improve Nav2 reliability and obstacle avoidance


---

# Agent Instructions: 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:

```
GET https://docs.veerobot.com/ros-robots/beetle-bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
