Skip to content

Latest commit

 

History

History
95 lines (75 loc) · 5.33 KB

File metadata and controls

95 lines (75 loc) · 5.33 KB

Robot SF — User Guide

Welcome to Robot SF, a Gymnasium-based social-navigation simulation and benchmarking framework for a robot moving through pedestrian-filled environments. This guide is the task-oriented entry point for anyone who wants to install, run, and use Robot SF without diving into internals or research methodology.

New to the terminology? Start with the Glossary — canonical definitions for acronyms and project terms (VRU, AMV, AMMV, SNQI, occluder, the evidence ladder, and more).

1. Install and first run

2. Run a demo

  • The Adoption path shows the complete beginner flow and the claim boundary for its local smoke/inspection artifacts.
  • Examples Index — quickstart, advanced, benchmark, and plotting workflows.
    • examples/quickstart/01_basic_robot.py — minimal robot simulation.
    • examples/quickstart/02_trained_model.py — run a trained model.
    • examples/quickstart/03_custom_map.py — load a custom SVG map.
  • Simulation View — visualization and rendering system.

3. Load a map and create scenarios

4. Choose and run a planner

5. Run a benchmark

6. Visualize results

7. Set up external datasets

8. Troubleshoot

Where to go next