# Configs and Examples Reference ## Hydra config tree - Root: [configs/config.yaml](https://github.com/Royalvice/OmniNav/blob/main/configs/config.yaml) - Algorithms: [configs/algorithm](https://github.com/Royalvice/OmniNav/tree/main/configs/algorithm) - Tasks: [configs/task](https://github.com/Royalvice/OmniNav/tree/main/configs/task) - Scenes: [configs/scene](https://github.com/Royalvice/OmniNav/tree/main/configs/scene) - Demos: [configs/demo](https://github.com/Royalvice/OmniNav/tree/main/configs/demo) ## Primary examples - [examples/01_teleop_go2.py](https://github.com/Royalvice/OmniNav/blob/main/examples/01_teleop_go2.py) - [examples/02_teleop_go2w.py](https://github.com/Royalvice/OmniNav/blob/main/examples/02_teleop_go2w.py) - [examples/03_lidar_visualization.py](https://github.com/Royalvice/OmniNav/blob/main/examples/03_lidar_visualization.py) - [examples/04_camera_visualization.py](https://github.com/Royalvice/OmniNav/blob/main/examples/04_camera_visualization.py) - [examples/05_waypoint_navigation.py](https://github.com/Royalvice/OmniNav/blob/main/examples/05_waypoint_navigation.py) - [examples/06_inspection_task.py](https://github.com/Royalvice/OmniNav/blob/main/examples/06_inspection_task.py) ## Getting started package - [examples/getting_started/README.md](https://github.com/Royalvice/OmniNav/blob/main/examples/getting_started/README.md) - [examples/getting_started/run_getting_started.py](https://github.com/Royalvice/OmniNav/blob/main/examples/getting_started/run_getting_started.py) - [examples/getting_started/algorithm_template.py](https://github.com/Royalvice/OmniNav/blob/main/examples/getting_started/algorithm_template.py) - [examples/getting_started/task_template.py](https://github.com/Royalvice/OmniNav/blob/main/examples/getting_started/task_template.py) ## ROS2 package - [examples/ros2/omninav_ros2_examples/README.md](https://github.com/Royalvice/OmniNav/blob/main/examples/ros2/omninav_ros2_examples/README.md) - [examples/ros2/omninav_ros2_examples/launch](https://github.com/Royalvice/OmniNav/tree/main/examples/ros2/omninav_ros2_examples/launch) - [examples/ros2/omninav_ros2_examples/omninav_ros2_examples](https://github.com/Royalvice/OmniNav/tree/main/examples/ros2/omninav_ros2_examples/omninav_ros2_examples)