# Good to know concepts

- [Asimov Governance](https://docs.openmind.com/robotics/asimov_governance.md): Blockchain-based Governance for Robots
- [Coinbase Hackathon](https://docs.openmind.com/robotics/coinbase_hackathon.md)
- [Coinbase X402](https://docs.openmind.com/robotics/coinbase-x402.md): x402 - An open protocol for internet-native micropayments
- [CRSF Long Range Control](https://docs.openmind.com/robotics/crsf_long_range_control.md): CRSF Protocol Support
- [GPS Compass](https://docs.openmind.com/robotics/gps_compass.md): Arduino GPS and Compass Support
- [Mac](https://docs.openmind.com/robotics/mac.md): Apple Mac for Robotics
- [Media Server](https://docs.openmind.com/robotics/media_server.md)
- [Motion Planning LiDAR A1M8](https://docs.openmind.com/robotics/motion_planning_lidara1m8.md): RPLidar A1M8 Setup and Use
- [Motion Planning TurtleBot4](https://docs.openmind.com/robotics/motion_planning_turtlebot4.md): TurtleBot4 Autonomous Movement Logic
- [Motion Planning Unitree Go2](https://docs.openmind.com/robotics/motion_planning_unitree_go2.md): Unitree Go2 Autonomous Movement Logic
- [RF Mapping](https://docs.openmind.com/robotics/rf_mapping.md): Rf Mapping
- [Unitree Go2 Quadruped Configurations](https://docs.openmind.com/robotics/unitree_go2_quadruped_configurations.md): Unitree Go2 EDU Quadruped Configurations
- [Zenoh](https://docs.openmind.com/robotics/zenoh.md)


---

# 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.openmind.com/robotics.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.
