Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/internal-sync.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Internal Sync

on:
push:
branches:
Expand All @@ -22,4 +24,5 @@ jobs:
sot_branch: main
destination_repo: leggedrobotics/nav-suite-internal
destination_branch: main
workflow: push --force --init-history
workflow: push
# workflow: push --force --init-history # only necessary for the first time
3 changes: 1 addition & 2 deletions exts/nav_suite/data/matterport/semantic_costs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) 2024-2025 ETH Zurich (Robotic Systems Lab)
# Author: Pascal Roth
# Copyright (c) 2025, The Nav-Suite Project Developers (https://github.com/leggedrobotics/nav-suite/blob/main/CONTRIBUTORS.md).
# All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
Expand Down
3 changes: 1 addition & 2 deletions exts/nav_suite/data/unreal/mountain/semantic_costs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) 2024-2025 ETH Zurich (Robotic Systems Lab)
# Author: Pascal Roth
# Copyright (c) 2025, The Nav-Suite Project Developers (https://github.com/leggedrobotics/nav-suite/blob/main/CONTRIBUTORS.md).
# All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
Expand Down
3 changes: 1 addition & 2 deletions exts/nav_suite/data/unreal/town01/semantic_costs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) 2024-2025 ETH Zurich (Robotic Systems Lab)
# Author: Pascal Roth
# Copyright (c) 2025, The Nav-Suite Project Developers (https://github.com/leggedrobotics/nav-suite/blob/main/CONTRIBUTORS.md).
# All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
Expand Down
Loading