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
4 changes: 1 addition & 3 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

reviews:
Expand Down
4 changes: 1 addition & 3 deletions .github/LICENSE_HEADER.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
Copyright (c) 2026, The Isaac AutoData Project Developers.
All rights reserved.

Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: Isaac AutoData CI
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: Isaac AutoData Nightly
Expand Down
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

repos:
Expand Down
2 changes: 2 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# License {#license}

Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Comment thread
peterd-NV marked this conversation as resolved.
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down
4 changes: 1 addition & 3 deletions conda_installer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2025, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail
Expand Down
4 changes: 1 addition & 3 deletions docker/Dockerfile.isaac_autodata
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

ARG BASE_IMAGE=nvcr.io/nvidia/isaac-sim:6.0.1
Expand Down
4 changes: 1 addition & 3 deletions docker/run_docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -e
Expand Down
4 changes: 1 addition & 3 deletions docker/setup/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Container entrypoint. Creates a user inside the container matching the host UID/GID (passed via
Expand Down
4 changes: 1 addition & 3 deletions docker/setup/install_curobo.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

set -euo pipefail
Expand Down
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Minimal makefile for Sphinx documentation
#

Expand Down
4 changes: 1 addition & 3 deletions docs/_ext/isaac_autodata_doc_tools.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Small source-read macros for the Isaac AutoData docs.
Expand Down
5 changes: 5 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*/

/* Force white background for gallery table cells */
table.gallery td {
background-color: inherit !important;
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Configuration file for the Sphinx documentation builder.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Core data generation runtime for Isaac Auto Data.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/algorithms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Generation algorithm registry.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/data_generator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Modular data generator for different generation algorithms.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/datagen_info.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Per-episode datagen schema consumed by :class:`DataGenerator`.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/pool.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Source-demo container for :class:`DataGenerator`.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/selection_strategy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Selection strategies for picking a source subtask segment during generation.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/transforms.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Pose-transform helpers used to adapt source subtask segments to the current scene.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_core/waypoint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Waypoint and trajectory primitives consumed by :class:`DataGenerator`.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_examples/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
4 changes: 1 addition & 3 deletions isaac_autodata_examples/embodiments/franka_ik_rel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Embodiment descriptor for the Franka (IK, Relative-pose).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Embodiment descriptor for SkillGen cube-stack generation on the generic IK-Rel task
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_examples/embodiments/g1_ik_abs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Embodiment descriptor for the Unitree G1 (whole-body IK, Absolute-pose).
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_examples/embodiments/gr1_ik_abs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Embodiment descriptor for the GR1 (IK, Absolute-pose).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Environment profile: Franka cube stacking inside a blue sorting bin, on the neutral IK-Rel task.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Franka bin cube stack (SkillGen). Runs on the neutral Isaac-Stack-Cube-Franka-IK-Rel-v0 task
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_examples/tasks/franka_cube_stack.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: franka_cube_stack
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: franka_cube_stack_skillgen
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_examples/tasks/g1_pick_place.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: g1_pick_place
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_examples/tasks/gr1_pick_place.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

name: gr1t2_pick_place
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/datastream/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""The :class:`Datastream` interface.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/datastream/datastream.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

from __future__ import annotations
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/embodiments/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Concrete :class:`EmbodimentAdapter` implementations, organized by morphology.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Bimanual embodiment adapters.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Embodiment Adapter ABC — the *transforms* interface.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/embodiments/embodiment_types.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Shared dataclasses used by single-arm and bimanual embodiment adapters."""
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/embodiments/factory.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Embodiment factory: YAML/dict to concrete :class:`EmbodimentAdapter`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Single-arm embodiment adapters.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/env/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Data generation interfaces for Isaac Lab environments."""
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/env/env_profile.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Declarative environment-profile schema for base-task variants.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/env/isaaclab_env_interface.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Data generation interface for Isaac Lab environments.
Expand Down
4 changes: 1 addition & 3 deletions isaac_autodata_interfaces/motion_planners/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""Motion-planner backends for SkillGen.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

"""cuRobo v1 backend for the SkillGen motion planner.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

from __future__ import annotations
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Copyright (c) 2026, The Isaac AutoData Project Developers.
# All rights reserved.
#
# Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

import os
Expand Down
Loading
Loading