# NavDP **Repository Path**: qiu555/NavDP ## Basic Information - **Project Name**: NavDP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-26 - **Last Updated**: 2025-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

NavDP: Learning Sim-to-Real Navigation Diffusion Policy with Privileged Information Guidance

Wenzhe CaiJiaqi PengYuqiang YangYujian ZhangMeng Wei
Hanqing WangYilun ChenTai WangJiangmiao Pang
Shanghai AI Laboratory  Tsinghua University 
Zhejiang University  The University of Hong Kong 

[![Project](https://img.shields.io/badge/Project-%239c403d?style=flat&logoColor=%23FA7F6F )](https://wzcai99.github.io/navigation-diffusion-policy.github.io/) [![arXiv](https://img.shields.io/badge/Arxiv-%233b6291?style=flat&logoColor=%23FA7F6F )](https://arxiv.org/abs/2505.08712) [![Video](https://img.shields.io/badge/Video-%23c97937?style=flat&logoColor=%23FA7F6F )](https://www.youtube.com/watch?v=vfUnxD9WfoA) [![Benchmark](https://img.shields.io/badge/Benchmark-8A2BE2?style=flat )](#-internvla-n1-system-1-benchmark) [![Dataset](https://img.shields.io/badge/Dataset-548B54?style=flat )](https://huggingface.co/datasets/InternRobotics/InternData-N1/) [![GitHub star chart](https://img.shields.io/github/stars/InternRobotics/NavDP?style=square)](https://github.com/InternRobotics/NavDP) [![GitHub Issues](https://img.shields.io/github/issues/InternRobotics/NavDP)](https://github.com/InternRobotics/NavDP)
# đŸ”Ĩ News - We have open-sourced the entire [deploy process](baselines/logoplanner/README.md) based on LeKiwi, from hardware setup to algorithm deployment. đŸ˜ē Welcome to use it! - We release the [LoGoPlanner](https://steinate.github.io/logoplanner.github.io/) - a localization-grounded, end-to-end navigation framework. - We release the [InternVLA-N1](https://internrobotics.github.io/internvla-n1.github.io/) - the first end-to-end navigation dual-system. - We release the [InternNav](https://github.com/InternRobotics/InternNav) - an all-in-one open-source toolbox for embodied naivgation. # 🏡 Introduction Navigation Diffusion Policy (NavDP) is an end-to-end mapless navigation model that can achieves cross-embodiment generalization without any real-world robot data. By building a highly efficient simulation data generation pipeline as well as the superior model design, NavDP achieves real-time path-planning and obstacle avoidance across various navigation tasks, including nogoal exploration, pointgoal navigation, imagegoal navigation.
Dialogue_Teaser
# đŸ’ģ InternVLA-N1 System-1 Model Please fill this [form](https://docs.google.com/forms/d/e/1FAIpQLSdl3RvajO5AohwWZL5C0yM-gkSqrNaLGp1OzN9oF24oNLfikw/viewform?usp=dialog) to access the link to download the latest model checkpoint. ### đŸ› ī¸ Installation Please follow the instructions to config the environment for NavDP. Step 0: Clone this repository ```bash git clone https://github.com/InternRobotics/NavDP cd NavDP/baselines/navdp/ ``` Step 1: Create conda environment and install the dependency ```bash conda create -n navdp python=3.10 conda activate navdp pip install -r requirements.txt ``` ### 🤖 Run NavDP Model Run the following line to start navdp server: ```bash python navdp_server.py --port ${YOUR_PORT} --checkpoint ${SAVE_PTH_PATH} ``` Then, follow the subsequent tutorial to build the environment for IsaacSim and start the evaluation in simulation. By running with our benchmark, you should be able to replicate the navigation examples below: #### NoGoal Exploration ![scenes](./assets/images/demo_nogoal.gif) #### PointGoal Navigation ![scenes](./assets/images/demo_pointgoal.gif) #### ImageGoal Navigation ![scenes](./assets/images/demo_imagegoal.gif) # đŸŽĸ InternVLA-N1 System-1 Benchmark ### 🏠 Overview ## This repository is a high-fidelity platform for benchmarking the visual navigation methods based on [IsaacSim](https://developer.nvidia.com/isaac/sim) and [IsaacLab](https://isaac-sim.github.io/IsaacLab/main/index.html). With realistic physics simulation and realistic scene assets, this repository aims to build an benchmark that can minimizing the sim-to-real gap in navigation system-1 evaluation. ![scenes](./assets/images/teasor_benchmark.png) ### Highlights ### - ⭐ Decoupled Framework between Navigation Approaches and Evaluation Process The evaluation is accomplished by calling navigation method api with HTTP requests. By decoupling the implementation of navigation model with the evaluation process, it is much easier for users to evaluate the performance of novel navigation methods. - ⭐ Fully Asynchronous Framework between Trajectory Planning and Following We implement a MPC-based controller to constantly track the planned trajectory. With the asynchronous framework, the evaluation metrics become related to the navigation approaches' decision frequency which help align with the real-world navigation performance. - ⭐ High-Quality Scene Asset for Evaluation Our benchmark supports evaluation in diverse scene assets, including random cluttered environments, realistic home scenarios and commercial scenarios. - ⭐ Support Image-Goal, Point-Goal and No-Goal Navigation Tasks Our benchmark supports multiple navigation tasks, including no-goal exploration, point-goal navigation as well as image-goal navigation. ### 📋 Table of Contents - [🏠 Overview](#-overview) - [🌆 Prepare Scene Asset](#-prepare-scene-asset) - [🔧 Installation of Benchmark](#-installation-of-benchmark) - [âš™ī¸ Installation of Baseline Library](#ī¸-installation-of-baseline-library) - [đŸ’ģ Running Basline as Server](#-running-basline-as-server) - [đŸ•šī¸ Running Teleoperation](#ī¸-running-teleoperation) - [📊 Running Evaluation](#-running-evaluation) - [🔗 Citation](#-citation) - [📄 License](#-license) - [👏 Acknowledgements](#-acknowledgements) ### 🌆 Prepare Scene Asset ## Please download the scene asset from [InternScene-N1](https://huggingface.co/datasets/InternRobotics/Scene-N1/tree/main/n1_eval_scenes) at HuggingFace. The episodes information can be directly accessed in this repo. After downloading, please organize the structure as follows: ```bash assets/scenes/ ├── SkyTexture/ │ ├── belfast_sunset_puresky_4k.hdr │ ├── citrus_orchard_road_puresky_4k.hdr │ ├── ... ├── Materials/ │ ├── Carpet │ ├── textures/ │ ├── Carpet_Woven.mdl │ └── ... │ ├── ... ├── cluttered_easy/ │ └── easy_0/ │ ├── cluttered-0.usd/ │ ├── imagegoal_start_goal_pairs.npy │ └── pointgoal_start_goal_pairs.npy │ ├── ... ├── cluttered_hard/ │ └── hard_0/ │ ├── cluttered-0.usd/ │ ├── imagegoal_start_goal_pairs.npy │ └── pointgoal_start_goal_pairs.npy │ ├── ... ├── internscenes_commercial/ │ ├── models/ │ ├── Materials/ │ └── scenes_commercial/ │ ├── MV4AFHQKTKJZ2AABAAAAADQ8_usd/ │ ├── models/ │ ├── Materials/ │ ├── metadata.json │ ├── start_result_navigation.usd │ ├── imagegoal_start_goal_pairs.npy │ └── pointgoal_start_goal_pairs.npy │ ├── ... ├── internscene_home/ │ ├── models/ │ ├── Materials/ │ └── scenes_home/ │ ├── MV4AFHQKTKJZ2AABAAAAADQ8_usd/ │ ├── models/ │ ├── Materials/ │ ├── metadata.json │ ├── start_result_navigation.usd │ ├── imagegoal_start_goal_pairs.npy │ └── pointgoal_start_goal_pairs.npy │ ├── ... ``` | Category | Download Asset | Episodes | |------|------|-------| | SkyTexture | [Link](https://huggingface.co/datasets/InternRobotics/Scene-N1/blob/main/n1_eval_scenes/SkyTexture.tar.gz) | - | | Materials | [Link](https://huggingface.co/datasets/InternRobotics/Scene-N1/blob/main/n1_eval_scenes/Materials.tar.gz) | - | | Cluttered-Easy | [Link](https://huggingface.co/datasets/InternRobotics/Scene-N1/blob/main/n1_eval_scenes/cluttered_easy.tar.gz) | [Episodes](./assets/scenes/cluttered_easy/) | | Cluttered-Hard | [Link](https://huggingface.co/datasets/InternRobotics/Scene-N1/blob/main/n1_eval_scenes/cluttered_hard.tar.gz) | [Episodes](./assets/scenes/cluttered_hard/) | | InternScenes-Home | [Link](https://huggingface.co/datasets/InternRobotics/Scene-N1/tree/main/n1_eval_scenes/internscenes_home) | [Episodes](./assets/scenes/internscenes_home/) | | InternScenes-Commercial | [Link](https://huggingface.co/datasets/InternRobotics/Scene-N1/blob/main/n1_eval_scenes/internscenes_commercial.tar.gz) | [Episodes](./assets/scenes/internscenes_commercial/) | ### 🔧 Installation of Benchmark ## Our framework is based on IsaacSim 4.2.0 and IsaacLab 1.2.0, you can follow the instructions to configure the conda environment. ```bash # create the environment conda create -n isaaclab python=3.10 conda activate isaaclab # install IsaacSim 4.2 pip install --upgrade pip pip install isaacsim==4.2.0.2 isaacsim-extscache-physics==4.2.0.2 isaacsim-extscache-kit==4.2.0.2 isaacsim-extscache-kit-sdk==4.2.0.2 --extra-index-url https://pypi.nvidia.com # check the isaacsim installation isaacsim omni.isaac.sim.python.kit # install IsaacLab 1.2.0 git clone https://github.com/isaac-sim/IsaacLab.git cd IsaacLab/ git checkout tags/v1.2.0 # ignore the rsl-rl unavailable error ./isaaclab.sh -i # check the isaaclab installation ./isaaclab.sh -p source/standalone/tutorials/00_sim/create_empty.py ``` After preparing for the dependencies, please clone our project to get started. ```bash # with the created environment following the previous steps git clone https://github.com/InternRobotics/NavDP.git cd NavDP pip install -r requirements.txt ``` ### âš™ī¸ Installation of Baseline Library ## We collect the checkpoints for other navigation system-1 method from the corresponding respitory and organize their code to support the HTTP api calling for our benchmark. The links of paper, github codes as well as the pre-trained checkpoints are listed in the table below. Some of the baselines requires additional dependencies, and we provide the installation details below. | Baseline | Paper | Repo | Checkpoint | Support Tasks | |------|------|-------|---------|----------| | DD-PPO | [Arxiv](https://arxiv.org/abs/1911.00357) | [GitHub](https://github.com/facebookresearch/habitat-lab) | [Checkpoint](https://github.com/bdaiinstitute/vlfm/blob/main/data/pointnav_weights.pth) | PointNav | | iPlanner | [Arxiv](https://arxiv.org/abs/2302.11434) | [GitHub](https://github.com/leggedrobotics/iPlanner) | [Checkpoint](https://drive.google.com/file/d/1UD11sSlOZlZhzij2gG_OmxbBN4WxVsO_/view?usp=share_link) | PointNav | | ViPlanner | [Arxiv](https://arxiv.org/abs/2310.00982) | [GitHub](https://github.com/leggedrobotics/viplanner) | [Checkpoint](https://drive.google.com/file/d/1PY7XBkyIGESjdh1cMSiJgwwaIT0WaxIc/view?usp=sharing) [Mask2Former](https://drive.google.com/file/d/1DZoaLbXA1qPtg-gUKRUWS2rOH2tvDOOl/view?usp=sharing) | PointNav | | GNM | [Arxiv](https://arxiv.org/abs/2210.03370) | [GitHub](https://github.com/robodhruv/visualnav-transformer) | [Checkpoint](https://drive.google.com/drive/folders/1a9yWR2iooXFAqjQHetz263--4_2FFggg?usp=sharing) | ImageNav, NoGoal | | ViNT | [Arxiv](https://arxiv.org/abs/2306.14846) | [GitHub](https://github.com/robodhruv/visualnav-transformer) | [Checkpoint](https://drive.google.com/drive/folders/1a9yWR2iooXFAqjQHetz263--4_2FFggg?usp=sharing)| ImageNav, NoGoal | | NoMad | [Arxiv](https://arxiv.org/abs/2310.07896) | [GitHub](https://github.com/robodhruv/visualnav-transformer) | [Checkpoint](https://drive.google.com/drive/folders/1a9yWR2iooXFAqjQHetz263--4_2FFggg?usp=sharing) | ImageNav, NoGoal | | NavDP | [Arxiv](https://arxiv.org/abs/2505.08712) | [GitHub](https://github.com/OpenRobotLab/NavDP) | [Checkpoint](https://docs.google.com/forms/d/e/1FAIpQLSdl3RvajO5AohwWZL5C0yM-gkSqrNaLGp1OzN9oF24oNLfikw/viewform?usp=dialog) | PointNav, ImageNav, NoGoal | | LoGoPlanner | [Arxiv](https://arxiv.org/abs/2512.19629) | [GitHub](https://github.com/InternRobotics/NavDP/tree/master/baselines/logoplanner) | [Checkpoint](https://huggingface.co/InternRobotics/LoGoPlanner) | PointNav | #### DD-PPO To verify the performance of DD-PPO with continuous action space, we interpolate the predicted discrete actions {Stop, Forward, TurnLeft, TurnRight} into a trajectory. To play with the DD-PPO in our benchmark, you need to install the habitat-lab and habitat-baselines. As Habitat only supports python <= 3.9, we recommand to create a new environment. ``` conda create -n habitat python=3.9 cmake=3.14.0 conda activate habitat conda install habitat-sim withbullet -c conda-forge -c aihabitat git clone --branch stable https://github.com/facebookresearch/habitat-lab.git cd habitat-lab pip install -e habitat-lab pip install -e habitat-baselines ``` #### iPlanner No addition dependencies are required if you have configured the environment for running the benchmark. #### ViPlanner For Viplanner, you need to install the mmcv and mmdet for Mask2Former. We recommand to create a new environment with torch 2.0.1 as backend. ```bash pip install torch==2.0.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 pip install torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118 pip install mmcv==2.0.0 -f https://download.openmmlab.com/mmcv/dist/cu118/torch2.0/index.html pip install mmengine mmdet pip install git+https://github.com/cocodataset/panopticapi.git ``` #### GNM, ViNT and NoMad To play with GNM, ViNT and NoMad, you need to install the following dependencies: ```bash pip install efficientnet_pytorch==0.7.1 pip install diffusers==0.33.1 pip install git+https://github.com/real-stanford/diffusion_policy.git ``` ### đŸ’ģ Running Basline as Server For each pre-built baseline methods, each contains a server.py file, just simply run server python script with parsing the server port as well as the checkpoint path. Taking NavDP as an example: ```bash # please first download the checkpoint from the above link cd baselines/navdp/ python navdp_server.py --port 8888 --checkpoint ./checkpoints/navdp_checkpoint.ckpt ``` Then, the server will run at backend waiting for RGB-D observations and generate the preferred navigation trajectories. ### đŸ•šī¸ Running Teleoperation For quickstart or debug with your novel navigation approach, we provide a teleoperation script that the robot move according to your teleoperation command while outputs the predicted trajectory for visualization. With a running server, the teleoperation code can be directly started with one-line command: ```bash # if the running server support no-goal task python teleop_nogoal_wheeled.py # if the running server support point-goal task python teleop_pointgoal_wheeled.py # if the running server support image-goal task python teleop_imagegoal_wheeled.py ``` Then, you can use 'w','a','s','d' on the keyboard to control the linear and anguler speed. ### 📊 Running Evaluation With a running server, it is simple to start the evaluation as: ```bash # if the running server support no-goal task python eval_nogoal_wheeled.py --port {PORT} --scene_dir {ASSET_SCENE} --scene_index {INDEX} --scene_scale {SCALE} # if the running server support point-goal task python eval_pointgoal_wheeled.py --port {PORT} --scene_dir {ASSET_SCENE} --scene_index {INDEX} --scene_scale {SCALE} # if the running server support image-goal task python eval_imagegoal_wheeled.py --port {PORT} --scene_dir {ASSET_SCENE} --scene_index {INDEX} --scene_scale {SCALE} # if the running server support start-goal task(No odometry) python eval_startgoal_wheeled.py --port {PORT} --scene_dir {ASSET_SCENE} --scene_index {INDEX} --scene_scale {SCALE} ``` **Notes:** Please parse the port to match the server port, and always parse the **absolute path** for the scene_dir. For internscenes, please parse scene_scale as 0.01 and 1.0 for cluttered scenes. # 📄 License The open-sourced code are under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License Creative Commons License. # 🔗 Citation If you find our work helpful, please cite: ```bibtex @misc{navdp, title = {NavDP: Learning Sim-to-Real Navigation Diffusion Policy with Privileged Information Guidance}, author = {Wenzhe Cai, Jiaqi Peng, Yuqiang Yang, Yujian Zhang, Meng Wei, Hanqing Wang, Yilun Chen, Tai Wang and Jiangmiao Pang}, year = {2025}, booktitle={arXiv}, } ``` # 👏 Acknowledgement - [InternUtopia](https://github.com/InternRobotics/InternUtopia) (Previously `GRUtopia`): The closed-loop evaluation and GRScenes-100 data in this framework relies on the InternUtopia framework. - [InternNav](https://github.com/InternRobotics/InternNav): All-in-one open-source toolbox for embodied navigation based on PyTorch, Habitat and Isaac Sim. - [Diffusion Policy](https://github.com/real-stanford/diffusion_policy): Diffusion policy implementation. - [DepthAnything](https://github.com/DepthAnything/Depth-Anything-V2): The foundation representation for RGB image observations. - [ViPlanner](https://github.com/leggedrobotics/viplanner): ViPlanner implementation. - [iPlanner](https://github.com/leggedrobotics/iPlanner): iPlanner implementation. - [visualnav-transformer](https://github.com/robodhruv/visualnav-transformer): NoMad, ViNT, GNM implementation.