Skip to content

Commit b220ba1

Browse files
authored
Merge pull request #60 from NVIDIA-ISAAC-ROS/release-4.5
Isaac ROS 4.5
2 parents 9f12b61 + 309170a commit b220ba1

6,195 files changed

Lines changed: 451048 additions & 17294 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/static.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
name: Deploy static content to Pages
33

44
on:
5-
# Runs on pushes targeting the long-lived branches
5+
# Runs on all pushes; the deploy job below is gated by the repository variable.
66
push:
7-
branches:
8-
- main
97

108
# Allows you to run this workflow manually from the Actions tab
119
workflow_dispatch:
@@ -17,14 +15,15 @@ permissions:
1715
id-token: write
1816

1917
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
20-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
18+
# However, do NOT cancel in-progress runs so Pages deployments can complete.
2119
concurrency:
2220
group: "pages"
2321
cancel-in-progress: false
2422

2523
jobs:
2624
# Single deploy job since we're just deploying
2725
deploy:
26+
if: ${{ github.event_name == 'workflow_dispatch' || github.ref_name == vars.ISAAC_ROS_PAGES_DEPLOY_BRANCH }}
2827
environment:
2928
name: github-pages
3029
url: ${{ steps.deployment.outputs.page_url }}

public/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 22e1bac584780803f416bcca04d59177
3+
config: 0b56da8ab247edcfb46f9aac5c3a74f6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2cd7e5adb011ab1121b674917f7822e6be7704a06bc6ef8da15c0e3fc71725cd
2+
oid sha256:f91c394392e62cd797ecb4725ed270937e5d7b57242b5600177fd6328518ec6c
33
size 3106
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:6b5740cfb69f2522cb2a40ac9f7119c216226387efbe3168491c587a28991395
2+
oid sha256:b51453aac9b33a5971e252d662dfb4d1c7bfa5fc7c930bbeb3f0b65f6f620858
33
size 2815
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ef028daf923014bd7483d63369cd78c570a7de5c61f5e9f9ec568105cc33b5d5
2+
oid sha256:e78dd94318251377b80e9ce252adb7df8a3a2f8ba8f7e96905a22c4072261dae
33
size 3033
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ad28983ce58cd0c47974e12371a010df80388b9f2be3e9c19368dc09663cd8c2
2+
oid sha256:0154dc2e608588efa0f9202ad3d2f0127a3b7ffe829c72be255909fc7bd4b1f5
33
size 37004
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:df7a9d127095ec4dd0565c66a6f3a67a55830a2133f53174647cbf7a09f1d2cb
3-
size 86022
2+
oid sha256:59f074a1bb87d223cd645050226d948ed0cddcb141e07e02abede2a303786fba
3+
size 82350
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:ecc53014f1f2ccd04a585fe84e3636d12d3bfd5337a5f2ec77e0b1bfa5994bd6
3-
size 28576
2+
oid sha256:8325182fad3979bb2db70528785f089cc8e5386511ecff324519e43b34dbc4b3
3+
size 27812

public/.doctrees/concepts/cloud_control/isaac_ros_mission_client.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

public/.doctrees/concepts/cloud_control/tutorial_isaac_cloud_mcp_mission_control.doctree

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)