--- part: pixi/examples title: Navigation 2 example description: How to run Nav2 using pixi --- The `nav2` example is located in the pixi repository. ```shell git clone https://github.com/prefix-dev/pixi.git ``` Move to the example folder ```shell cd pixi/examples/ros2-nav2 ``` Run the `start` command ```shell pixi run start ```