CostNav

CostNav :robot:

Open Issues GitHub Stars Last Commit Isaac Sim Isaac Lab Python

A cost-driven navigation benchmark for sidewalk robots, built on Isaac Sim.


:dart: Overview

CostNav supports a wide range of robot platforms and diverse outdoor environments, and evaluates navigation policies with a unified cost model that captures SLA compliance, operational cost, profitability, and break-even time.

The toolkit enables scalable variation in robots, payloads, maps, and cloud-inference settings, and supports both learning-based and rule-based navigation stacks—making it easy to prototype and compare cost-aware policies without manual tuning for each scenario.

:star2: Highlights

:movie_camera: Simulation Overview

Environments

Scenario Description
:cityscape: Sidewalk City-scale sidewalk map featuring crosswalks, curbs, planters, and other street furniture, delivered via Omniverse USD assets for reproducible layouts.

Agents

Agent Description
:truck: COCO Robot Four-wheeled sidewalk courier platform from coco_robot_cfg.py with configurable drive models, cameras, and LiDAR for learning or rule-based controllers.

:chart_with_upwards_trend: Cost Model

graph LR
    A[Navigation Policy] --> B{Simulation}
    B --> C[Task Metrics]
    B --> D[Business Metrics]
    C --> C1[Success Rate]
    C --> C2[Collision Rate]
    D --> D1[SLA Compliance]
    D --> D2[Operating Cost]
    D --> D3[Profitability]

:book: Documentation

:zap: Getting Started

:brain: Core Concepts

:mortar_board: Guides

:books: Reference