file_path stringlengths 21 202 | content stringlengths 13 1.02M | size int64 13 1.02M | lang stringclasses 9
values | avg_line_length float64 5.43 98.5 | max_line_length int64 12 993 | alphanum_fraction float64 0.27 0.91 |
|---|---|---|---|---|---|---|
PegasusSimulator/PegasusSimulator/docs/source/api/vehicles.vehicle_manager.rst | Vehicle Manager
===============
.. automodule:: pegasus.simulator.logic.vehicle_manager
:members:
:undoc-members:
:show-inheritance: | 142 | reStructuredText | 19.428569 | 55 | 0.65493 |
PegasusSimulator/PegasusSimulator/docs/source/api/sensors.sensor.rst | Sensor
======
.. automodule:: pegasus.simulator.logic.sensors.sensor
:members:
:undoc-members:
:show-inheritance:
| 124 | reStructuredText | 14.624998 | 54 | 0.677419 |
PegasusSimulator/PegasusSimulator/docs/source/api/vehicles.vehicle.rst | Vehicle
=======
.. automodule:: pegasus.simulator.logic.vehicles.vehicle
:members:
:undoc-members:
:show-inheritance: | 127 | reStructuredText | 17.285712 | 56 | 0.685039 |
PegasusSimulator/PegasusSimulator/docs/source/api/state.rst | State
=====
.. automodule:: pegasus.simulator.logic.state
:members:
:undoc-members:
:show-inheritance: | 112 | reStructuredText | 15.142855 | 45 | 0.669643 |
PegasusSimulator/PegasusSimulator/docs/source/api/sensors.magnetometer.rst | Magnetometer
============
To simulate the measurements produced by a magnetometer, we resort to the same declination D,
nclination I angles, and magnetic strength S pre-computed tables provided in PX4-SITL :cite:p:`px4`,
obtained from the World Magnetic Model (WMM) from 2018 :cite:p:`compute_mag_components`.
.. aut... | 429 | reStructuredText | 34.83333 | 101 | 0.748252 |
PegasusSimulator/PegasusSimulator/docs/source/api/backends.backend.rst | Backend
=======
.. automodule:: pegasus.simulator.logic.backends.backend
:members:
:undoc-members:
:show-inheritance:
| 128 | reStructuredText | 15.124998 | 56 | 0.679687 |
PegasusSimulator/PegasusSimulator/docs/source/api/params.rst | Params
======
.. automodule:: pegasus.simulator.params
:members:
:undoc-members:
:show-inheritance: | 109 | reStructuredText | 14.714284 | 40 | 0.66055 |
PegasusSimulator/PegasusSimulator/docs/source/api/backends.ros2_backend.rst | ROS2 Backend
============
.. automodule:: pegasus.simulator.logic.backends.ros2_backend
:members:
:undoc-members:
:show-inheritance:
| 143 | reStructuredText | 16.999998 | 61 | 0.664336 |
PegasusSimulator/PegasusSimulator/docs/source/api/sensors.imu.rst | Imu
===
The IMU is composed of a gyroscope and an accelerometer, which measure
the angular velocity and acceleration of the vehicle in the body frame, respectively.
The bias/drift of the imu is given by a slowly varying random walk processes of
diffusion, as described in :cite:p:`kalibr`, :cite:p:`maybeck`.
.. auto... | 419 | reStructuredText | 31.30769 | 86 | 0.754177 |
PegasusSimulator/PegasusSimulator/docs/source/api/vehicles.multirotor.rst | Multirotor
==========
.. automodule:: pegasus.simulator.logic.vehicles.multirotor
:members:
:undoc-members:
:show-inheritance: | 136 | reStructuredText | 18.571426 | 59 | 0.683824 |
PegasusSimulator/PegasusSimulator/docs/source/api/graphs.ros2_camera.rst | ROS2 Camera
===========
.. automodule:: pegasus.simulator.logic.graphs.ros2_camera
:members:
:undoc-members:
:show-inheritance:
| 138 | reStructuredText | 16.374998 | 58 | 0.65942 |
PegasusSimulator/PegasusSimulator/docs/source/api/sensors.gps.rst | GPS
===
In order to guarantee full compatibility with the PX4 navigation system, the projection from
local to global coordinate system, i.e., latitude and longitude is performed by transforming
the vehicle position, to the geographic coordinate system using the azymuthal equidistant
projection in accordance with th... | 514 | reStructuredText | 35.785712 | 96 | 0.780156 |
PegasusSimulator/PegasusSimulator/docs/source/api/sensors.barometer.rst | Barometer
=========
This sensor follows the International Standard Atmosphere (ISA) model :cite:p:`baromter_implementation` .
.. automodule:: pegasus.simulator.logic.sensors.barometer
:members:
:undoc-members:
:show-inheritance:
| 240 | reStructuredText | 23.099998 | 105 | 0.733333 |
PegasusSimulator/PegasusSimulator/docs/source/api/graphs.graph.rst | Graph
======
.. automodule:: pegasus.simulator.logic.graphs.graph
:members:
:undoc-members:
:show-inheritance:
| 121 | reStructuredText | 14.249998 | 52 | 0.669421 |
PegasusSimulator/PegasusSimulator/docs/source/api/index.rst | API Reference
=============
Sensors
-------
.. toctree::
:maxdepth: 2
sensors.sensor
sensors.barometer
sensors.gps
sensors.imu
sensors.magnetometer
Graphs
------
.. toctree::
:maxdepth: 2
graphs.graph
graphs.ros2_camera
Dynamics
--------
.. toctree::
:maxdepth: 2
dynamics.drag
... | 853 | reStructuredText | 10.54054 | 35 | 0.599062 |
PegasusSimulator/PegasusSimulator/docs/source/features/vehicles.rst | Vehicles
========
In this first version of the Pegasus Simulator we only provide the implementation for a generic ``Multirotor`` Vehicles
and a 3D asset for the ``3DR Iris quadrotor`` . Please check the :ref:`Roadmap` section for future plans regarding new vehicles
topologies and the :ref:`Contributing` section to con... | 3,358 | reStructuredText | 47.681159 | 128 | 0.726027 |
PegasusSimulator/PegasusSimulator/docs/source/features/px4_integration.rst | PX4 Integration
===============
The ``PX4-Autopilot`` support is provided by making use of the ``Control Backends API`` , and implementing a custom
``MavlinkBackend`` which contains a built-in tool to launch and kill PX4 in SITL mode automatically.
To instantiate a ``MavlinkBackend`` via Python scripting, consider t... | 2,645 | reStructuredText | 38.492537 | 131 | 0.677883 |
PegasusSimulator/PegasusSimulator/docs/source/features/environments.rst | Environments
============
At the moment, we only provide in the :ref:`Params` API a dictionary named ``SIMULATION_ENVIRONMENTS``
which stores the path to ``Isaac Sim`` pre-made worlds. As we update this simulation framework, expect
the list of default simulation environments to grow.
List of provided simulation envir... | 5,690 | reStructuredText | 45.647541 | 124 | 0.536731 |
PegasusSimulator/PegasusSimulator/docs/source/references/roadmap.rst | Roadmap
=======
In this section a basic feature roadmap is presented. The features in this roadmap are subject to
changes. There are no specific delivery dates nor priority table. Some of the unchecked features
might already be implemented but not yet documented.
If there is some feature missing that you would like t... | 1,551 | reStructuredText | 24.866666 | 112 | 0.693746 |
PegasusSimulator/PegasusSimulator/docs/source/references/changelog.rst | Changelog
=========
All notable changes to this project are documented in this file. The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`__.
The changelog for the Pegasus Simulator is located in the ``docs`` directory of the extension. If you propose any changes to the project via Pull Re... | 561 | reStructuredText | 55.199994 | 267 | 0.743316 |
PegasusSimulator/PegasusSimulator/docs/source/references/known_issues.rst | Known Issues
============
ROS 2 control backend not-working properly
------------------------------------------
At the moment, the Isaac Sim support for ROS 2 Humble (Ubuntu 22.04LTS) is still a little bit shaky. Since this extension
was developed on Ubuntu 22.04LTS, I was not able to fully test this functionality ye... | 701 | reStructuredText | 62.818176 | 136 | 0.727532 |
PegasusSimulator/PegasusSimulator/docs/source/references/bibliography.rst | Bibliography
============
.. bibliography:: | 44 | reStructuredText | 10.249997 | 17 | 0.545455 |
PegasusSimulator/PegasusSimulator/docs/source/references/license.rst | License
=======
Pegasus Simulator License
-------------------------
| The Pegasus Simulator is an open-source framework that follows a `BSD-3 Clause License <https://opensource.org/licenses/BSD-3-Clause/>`__.
| **Author and lead developer:** Marcelo Jacinto (marcelo.jacinto@tecnico.ulisboa.pt)
.. code-block:: text ... | 2,411 | reStructuredText | 48.224489 | 200 | 0.765657 |
PegasusSimulator/PegasusSimulator/docs/source/references/contributing.rst | Contributing
============
The Pegasus Simulator is an open-source effort, started by me, Marcelo Jacinto in January/2023. It is a tool that was
created with the original purpose of serving my Ph.D. workplan for the next 4 years, which means that you can expect
this repository to be mantained by me directly, hopefull... | 7,592 | reStructuredText | 40.71978 | 226 | 0.722603 |
Conv-AI/ov_extension/CHANGELOG.md | # Changelog
All notable changes to this project will be documented in this file.
# Release 1.0.3
**Fixed**
- Extension failed to install on latest Omniverse apps.
# Release 1.0.2
**Improved**
- Action Graph for the demo stage.
# Release 1.0.1
**Fixed**
- UI bug preventing Convai window from appearing.
# Release 1.0... | 460 | Markdown | 19.954545 | 68 | 0.730435 |
Conv-AI/ov_extension/README.md | # Convai Omniverse Extension
## Introduction
The Convai Omniverse Extension provides seamless integration between [Convai](https://convai.com/) API and Omniverse, allowing users to connect their 3D character assets with intelligent conversational agents. With this extension, users can define their character's backstory... | 3,142 | Markdown | 64.479165 | 352 | 0.746658 |
Conv-AI/ov_extension/exts/convai/convai/extension.py | import math, os
import asyncio
import numpy as np
import omni.ext
import carb.events
import omni.ui as ui
import configparser
import pyaudio
import grpc
from .rpc import service_pb2 as convai_service_msg
from .rpc import service_pb2_grpc as convai_service
from .convai_audio_player import ConvaiAudioPlayer
from typing i... | 23,850 | Python | 36.4427 | 179 | 0.584151 |
Conv-AI/ov_extension/exts/convai/convai/convai_audio_player.py | # from .extension import ConvaiExtension, log
# from test import ConvaiExtension, log
import pyaudio
from pydub import AudioSegment
import io
class ConvaiAudioPlayer:
def __init__(self, start_taking_callback, stop_talking_callback):
self.start_talking_callback = start_taking_callback
self.stop_tal... | 7,714 | Python | 32.986784 | 150 | 0.577651 |
Conv-AI/ov_extension/exts/convai/convai/rpc/service_pb2_grpc.py | # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc
from . import service_pb2 as service__pb2
class ConvaiServiceStub(object):
"""Missing associated documentation comment in .proto file."""
def __init__... | 8,631 | Python | 42.376884 | 111 | 0.636543 |
Conv-AI/ov_extension/exts/convai/config/extension.toml | [python.pipapi]
# Commands passed to pip install before extension gets enabled. Can also contain flags, like `--upgrade`, `--no--index`, etc.
# Refer to: https://pip.pypa.io/en/stable/reference/requirements-file-format/
requirements = [
"scipy",
"wavio",
"sounddevice",
"requests",
"googleapis-common... | 1,493 | TOML | 24.322033 | 125 | 0.699263 |
Steigner/Isaac-ur_rtde/isaac_rtde.py | # MIT License
# Copyright (c) 2023 Fravebot
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publi... | 5,292 | Python | 33.148387 | 123 | 0.717876 |
Steigner/Isaac-ur_rtde/README.md | # Nvidia Isaac Universal Robots RTDE communication
## Introduction
This example was created in collaboration with [Fravebot](https://www.fravebot.com/) company. This example is a simple demonstration of using Nvidia's Isaac Sim software to control a collaborative robot UR5e from Universal Robots.
```javascript
Softwa... | 1,502 | Markdown | 33.15909 | 230 | 0.725033 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/README.md | ## Adding This Extension


1. Download the package.
2. Go into the local address where you install Omniverse apps (code or cre... | 3,274 | Markdown | 61.980768 | 128 | 0.780696 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/hnadi/tools/exploded_view/exploded_view.py | from .utils import get_name_from_path, get_pure_list
import omni.usd
import omni.kit.commands
from pxr import Usd, Sdf, Gf
# ----------------------------------------------------SELECT-------------------------------------------------------------
def select_explode_Xform(x_coord, y_coord, z_coord, x_ratio, y_ratio, z... | 42,513 | Python | 37.094982 | 126 | 0.532002 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/hnadi/tools/exploded_view/extension.py | import omni.ext
import omni.usd
from .exploded_view_ui import Cretae_UI_Framework
class Main_Entrance(omni.ext.IExt):
def on_startup(self, ext_id):
Cretae_UI_Framework(self)
def on_shutdown(self):
print("[hnadi.tools.exploded_view] shutdown")
self._window.destroy()
self._windo... | 379 | Python | 26.142855 | 53 | 0.659631 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/hnadi/tools/exploded_view/utils.py | def get_name_from_path(path:str):
reverse_str = list(reversed(path))
num = len(reverse_str)-((reverse_str.index("/"))+1)
name = path[num+1:]
return name
def get_pure_list(list:list):
new_list = []
for i in list:
full_path0 = i.GetPrimPath()
full_path = str(full_path0)
if... | 450 | Python | 29.066665 | 63 | 0.586667 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/hnadi/tools/exploded_view/exploded_view_style.py | # Copyright (c) 2022, HNADIACE. All rights reserved.
__all__ = ["HNADI_window_style"]
from omni.ui import color as cl
from omni.ui import constant as fl
from omni.ui import url
import omni.kit.app
import omni.ui as ui
import pathlib
EXTENSION_FOLDER_PATH = pathlib.Path(
omni.kit.app.get_app().get_extension_mana... | 9,302 | Python | 35.482353 | 117 | 0.65459 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/hnadi/tools/exploded_view/exploded_view_ui.py | from os import path
from data.image_path import image_path
from functools import partial
import omni.ui as ui
from .exploded_view import select_explode_Xform, on_ratio_change, on_pivot_change, remove_item, add_item, bind_item, unbind_item, hide_unhide_original_model, reset_model, clear, set_camera
from .exploded_view_... | 10,328 | Python | 47.492958 | 190 | 0.583947 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/config/extension.toml | [package]
# Semantic Versionning is used: https://semver.org/
version = "1.1.0"
# The title and description fields are primarily for displaying extension info in UI
title = "exploded view"
description="This extension provides an easy and reliable way to create exploded view for selected prims."
# Path (relative to th... | 962 | TOML | 31.099999 | 111 | 0.730769 |
HC2ER/OmniverseExtension-hnadi.tools.exploded_view/data/image_path.py | from os import path
class image_path:
D = path.dirname(__file__)
add1 = D + "/add1.png"
Axono = D + "/Axono.png"
bind = D + "/bind.png"
clear = D + "/clear.png"
hide_show = D + "/hide&show.png"
preview = D + "/preview.png"
remove1 = D + "/remove1.png"
reset = D + "/reset.png"
s... | 407 | Python | 21.666665 | 36 | 0.525799 |
gazebosim/gz-omni/PACKAGE-INFO.yaml | Package : ignition-conection
Version : 000-linux-x86_64
Maintainers : N/A
Description : N/A
Repository : https://github.com/ignitionrobotics/ign-omni
Branch : main
| 164 | YAML | 22.571425 | 57 | 0.77439 |
gazebosim/gz-omni/launcher.toml | #displayed application name
name = "Ignition Omni Connector"
#displayed before application name in launcher
productArea = "Omniverse"
#unique identifier for component, all lower case, persists between versions
slug = "ignitionomni"
## install and launch instructions by environment
# Windows
# [defaults.windows-x86_64... | 1,413 | TOML | 18.638889 | 75 | 0.699929 |
gazebosim/gz-omni/README.md | # ign-omni

**NOTES**:
- This repository is under development, you might find compilation errors,
malfunctions or some undocumented features.
- This code will only run on Linux (for now).
- You should [install Ignition Fortress](https://ignitionrobotics.org/docs/fortress) (from s... | 1,026 | Markdown | 28.342856 | 108 | 0.71345 |
gazebosim/gz-omni/deps/target-deps.packman.xml | <project toolsVersion="5.6">
<dependency name="python" linkPath="../_build/target-deps/python">
<package name="python" version="3.7.9-windows-x86_64" platforms="windows-x86_64" />
<package name="python" version="3.7.9-173.e9ee4ea0-${platform}" platforms="linux-x86_64" />
</dependency>
<dependency name="l... | 1,563 | XML | 54.857141 | 117 | 0.704415 |
gazebosim/gz-omni/deps/host-deps.packman.xml | <project toolsVersion="5.6">
<dependency name="premake" linkPath="../_build/host-deps/premake">
<package name="premake" version="5.0.9-nv-main-68e9a88a-${platform}" />
</dependency>
<dependency name="downloaded_msvc" linkPath="../_build/host-deps/downloaded_msvc">
<package name="msvc" version="2019-16.7.... | 3,482 | XML | 48.757142 | 117 | 0.679495 |
gazebosim/gz-omni/tools/repoman/package.py | import os
import sys
import packmanapi
packagemaker_path = packmanapi.install("packagemaker", package_version="4.0.0-rc9", link_path='_packages/packagemaker')
sys.path.append('_packages/packagemaker')
import packagemaker
def main():
pkg = packagemaker.PackageDesc()
pkg.version = os.getenv('BUILD_NUMBER', '0... | 614 | Python | 22.653845 | 119 | 0.643322 |
gazebosim/gz-omni/tools/repoman/repoman.py | import os
import sys
import packmanapi
SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
REPO_ROOT_DIR = os.path.join(SCRIPT_DIR, "..", "..")
HOST_DEPS_PATH = os.path.join(REPO_ROOT_DIR, "_build", "host-deps")
repoman_link_path = os.path.abspath(os.path.join(HOST_DEPS_PATH, "nvtools_repoman"))
packmanapi.ins... | 448 | Python | 27.062498 | 94 | 0.720982 |
gazebosim/gz-omni/tools/repoman/findwindowsbuildtools.py | import os
import sys
import argparse
import subprocess
import json
from xml.etree import ElementTree
import repoman
import packmanapi
DEPS = {
"nvtools_build": {
"version": "0.2.0",
"link_path_host": "nvtools_build",
}
}
'''
buildtools: C:/Program Files (x86)/Microsoft Visual Studio/2019/Bui... | 7,257 | Python | 37 | 130 | 0.637453 |
gazebosim/gz-omni/tools/repoman/clean.py | import os
import sys
import platform
def clean():
folders = [
'_build',
'_compiler',
'_builtpackages'
]
for folder in folders:
# having to do the platform check because its safer when you might be removing
# folders with windows junctions.
if os.path.exists(... | 812 | Python | 29.11111 | 135 | 0.539409 |
gazebosim/gz-omni/tools/repoman/build.py | import os
import sys
import argparse
import repoman
import packmanapi
DEPS = {
"nvtools_build": {
"version": "0.3.2",
"link_path_host": "nvtools_build",
}
}
def run_command():
platform_host = repoman.api.get_and_validate_host_platform(["windows-x86_64", "linux-x86_64"])
repo_folders... | 3,071 | Python | 41.666666 | 120 | 0.645718 |
gazebosim/gz-omni/tools/repoman/filecopy.py | import os
import sys
import argparse
import packmanapi
import repoman
DEPS = {
"nvfilecopy": {
"version": "1.4",
"link_path_host": "nvtools_nvfilecopy",
}
}
if __name__ == "__main__" or __name__ == "__mp_main__":
repo_folders = repoman.api.get_repo_paths()
deps_folders = repoman.api.... | 863 | Python | 25.999999 | 89 | 0.636153 |
gazebosim/gz-omni/tools/packman/config.packman.xml | <config remotes="cloudfront">
<remote name="cloudfront" type="https" packageLocation="d4i3qtqj3r0z5.cloudfront.net/${name}@${version}" />
<remote name="cloudfront_upload" type="s3" packageLocation="packages-for-cloudfront" />
</config>
| 244 | XML | 47.99999 | 111 | 0.729508 |
gazebosim/gz-omni/tutorials/03_ROS_simulation.md | # Run a more complex simulation
<!-- TODO: Replace this with turtlebot4 instructions https://github.com/ignitionrobotics/ign-omni/pull/17 -->
For example you can run the turtlebot3. Compile the code from this PR https://github.com/ROBOTIS-GIT/turtlebot3_simulations/pull/180
Use ROS 2 Galactic.
```
mkdir -p ~/turtle... | 1,482 | Markdown | 28.078431 | 132 | 0.765182 |
gazebosim/gz-omni/tutorials/01_compile.md | # How to compile it
## Install Ignition
```bash
sudo apt update
sudo apt install python3-pip wget lsb-release gnupg curl
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc |... | 1,759 | Markdown | 37.260869 | 189 | 0.77203 |
gazebosim/gz-omni/tutorials/02_quickstart.md | # Run it
Please review this [tutorial](./01_compile.md) if you need to install ign-omni.
## Run Ignition
Run the `shapes.sdf` world in Ignition Gazebo. This should run in a separate terminal using your normal Ignition Gazebo installation.
```bash
ign gazebo -v 4 shapes.sdf
```
## Run IsaacSim
If not already done ... | 1,435 | Markdown | 29.553191 | 166 | 0.749826 |
gazebosim/gz-omni/tutorials/05_hybrid_simulation.md | # Hybrid simulation
This demo explains how to use the hybrid simulation. The concept of Hybrid simulation is defined as: *A user can separate their simulation workload between Ignition
and Isaac Sim, with both systems running in parallel. For example, sensors can be handled by Isaac Sim, with rendering handled by Igni... | 8,706 | Markdown | 38.220721 | 341 | 0.728463 |
gazebosim/gz-omni/tutorials/04_articulated_arm_issacsim_to_ignition.md | # Articulated arm connection from Isaac Sim to Ignition
In this tutorial we well explain how to use the connector from Issac Sim to Ignition
## Prerequisites
- sdformat with USD support (see the [sdformat installation instructions](http://sdformat.org/tutorials?tut=install))
- Ignition fuel tools cli command (see t... | 4,854 | Markdown | 30.121795 | 160 | 0.639267 |
gazebosim/gz-omni/PACKAGE-LICENSES/sqlite-LICENSE.md | **
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
| 277 | Markdown | 29.888886 | 67 | 0.693141 |
gazebosim/gz-omni/PACKAGE-LICENSES/openssl-LICENSE.md |
LICENSE ISSUES
==============
The OpenSSL toolkit stays under a double license, i.e. both the conditions of
the OpenSSL License and the original SSLeay license apply to the toolkit.
See below for the actual license texts.
OpenSSL License
---------------
/* =============================================... | 6,121 | Markdown | 47.587301 | 80 | 0.729129 |
gazebosim/gz-omni/PACKAGE-LICENSES/ptex-LICENSE.md | PTEX components are licensed under the following terms:
PTEX SOFTWARE
Copyright 2014 Disney Enterprises, Inc. All rights reserved
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must ret... | 1,720 | Markdown | 48.171427 | 70 | 0.800581 |
gazebosim/gz-omni/PACKAGE-LICENSES/python-LICENSE.md | A. HISTORY OF THE SOFTWARE
==========================
Python was created in the early 1990s by Guido van Rossum at Stichting
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
as a successor of a language called ABC. Guido remains Python's
principal author, although it includes many contributions fr... | 37,296 | Markdown | 48.795728 | 332 | 0.76346 |
gazebosim/gz-omni/PACKAGE-LICENSES/IlmBase-LICENSE.md | Copyright (c) 2006, Industrial Light & Magic, a division of Lucasfilm
Entertainment Company Ltd. Portions contributed and copyright held by
others as indicated. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions a... | 1,697 | Markdown | 47.514284 | 74 | 0.786682 |
gazebosim/gz-omni/PACKAGE-LICENSES/zlib-LICENSE.md | zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.11, January 15th, 2017
Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use... | 1,067 | Markdown | 45.434781 | 74 | 0.781631 |
gazebosim/gz-omni/PACKAGE-LICENSES/bzip2-LICENSE.md |
--------------------------------------------------------------------------
This program, "bzip2", the associated library "libbzip2", and all
documentation, are copyright (C) 1996-2019 Julian R Seward. All
rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted... | 1,896 | Markdown | 43.116278 | 74 | 0.727321 |
gazebosim/gz-omni/PACKAGE-LICENSES/boost-LICENSE.md | Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying documentation covered by
this license (the "Software") to use, reproduce, display, distribute,
execute, and transmit the Software, and t... | 1,338 | Markdown | 54.791664 | 75 | 0.807922 |
gazebosim/gz-omni/PACKAGE-LICENSES/nv_usd-LICENSE.md | Universal Scene Description (USD) components are licensed under the following terms:
Modified Apache 2.0 License
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and di... | 26,573 | Markdown | 57.792035 | 739 | 0.727317 |
gazebosim/gz-omni/PACKAGE-LICENSES/opensubdiv-LICENSE.md |
Modified Apache 2.0 License
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shal... | 10,038 | Markdown | 56.365714 | 77 | 0.73421 |
gazebosim/gz-omni/PACKAGE-LICENSES/glew-LICENSE.md | The OpenGL Extension Wrangler Library
Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
Copyright (C) 2002, Lev Povalahev
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted p... | 3,797 | Markdown | 50.324324 | 76 | 0.801949 |
gazebosim/gz-omni/source/ignition_live/ThreadSafe.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 2,298 | C++ | 20.688679 | 75 | 0.680157 |
gazebosim/gz-omni/source/ignition_live/SetOp.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,373 | C++ | 25.941176 | 76 | 0.706482 |
gazebosim/gz-omni/source/ignition_live/OmniClientpp.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,742 | C++ | 27.112903 | 80 | 0.700918 |
gazebosim/gz-omni/source/ignition_live/OmniverseConnect.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,581 | C++ | 27.763636 | 75 | 0.752056 |
gazebosim/gz-omni/source/ignition_live/GetOp.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 2,710 | C++ | 28.467391 | 79 | 0.653875 |
gazebosim/gz-omni/source/ignition_live/Error.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,842 | C++ | 26.102941 | 75 | 0.690011 |
gazebosim/gz-omni/source/ignition_live/FUSDLayerNoticeListener.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 2,825 | C++ | 27.545454 | 75 | 0.665841 |
gazebosim/gz-omni/source/ignition_live/OmniverseConnect.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 8,231 | C++ | 31.666667 | 80 | 0.653019 |
gazebosim/gz-omni/source/ignition_live/Material.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,137 | C++ | 28.947368 | 75 | 0.71504 |
gazebosim/gz-omni/source/ignition_live/Scene.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 39,838 | C++ | 33.552472 | 103 | 0.58394 |
gazebosim/gz-omni/source/ignition_live/Scene.hpp | /*
* Copyright (C) 2021 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License"); * you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
*
* Unless required by applicable law or agreed to in writing, software
* ... | 2,162 | C++ | 24.75 | 80 | 0.726179 |
gazebosim/gz-omni/source/ignition_live/Mesh.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,067 | C++ | 28.666666 | 75 | 0.705717 |
gazebosim/gz-omni/source/ignition_live/Material.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 15,400 | C++ | 33.224444 | 85 | 0.633701 |
gazebosim/gz-omni/source/ignition_live/FUSDNoticeListener.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 14,498 | C++ | 31.582022 | 85 | 0.608222 |
gazebosim/gz-omni/source/ignition_live/Joint.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,123 | C++ | 31.114285 | 75 | 0.705254 |
gazebosim/gz-omni/source/ignition_live/Mesh.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 9,358 | C++ | 34.721374 | 85 | 0.643941 |
gazebosim/gz-omni/source/ignition_live/main.cpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 3,968 | C++ | 29.068182 | 108 | 0.662802 |
gazebosim/gz-omni/source/ignition_live/OmniClientpp.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,507 | C++ | 23.721311 | 79 | 0.741871 |
gazebosim/gz-omni/source/ignition_live/FUSDLayerNoticeListener.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,577 | C++ | 27.178571 | 79 | 0.749524 |
gazebosim/gz-omni/source/ignition_live/FUSDNoticeListener.hpp | /*
* Copyright (C) 2022 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 1,385 | C++ | 26.17647 | 75 | 0.740072 |
NVlabs/ACID/README.md | [](https://github.com/NVlabs/ACID/blob/master/LICENSE)

# ACID: Action-Conditional Implicit Visual Dynamics for Deformable Object Manipulation
### [Project Page](https://b0k... | 1,794 | Markdown | 48.86111 | 337 | 0.758082 |
NVlabs/ACID/PlushSim/README.md | [](https://github.com/NVlabs/ACID/blob/master/LICENSE)

# PlushSim
<div style="text-align: center">
<img src="../_media/plushsim.png" width="600"/>
</div>
Our PlushSim simu... | 3,640 | Markdown | 48.876712 | 425 | 0.765659 |
NVlabs/ACID/PlushSim/scripts/python_app.py | #!/usr/bin/env python
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of... | 16,266 | Python | 42.034391 | 151 | 0.624185 |
NVlabs/ACID/PlushSim/scripts/data_gen_attic.py | #!/usr/bin/env python
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of... | 8,282 | Python | 43.05851 | 122 | 0.588747 |
NVlabs/ACID/PlushSim/scripts/syntheticdata.py | #!/usr/bin/env python
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of... | 9,968 | Python | 42.532751 | 124 | 0.623596 |
NVlabs/ACID/PlushSim/scripts/attic_scene.py | import os
import cv2
import time
import random
import asyncio
import numpy as np
from python_app import OmniKitHelper
import omni
import carb
from utils import *
RESOLUTION=720
# specify a custom config
CUSTOM_CONFIG = {
"width": RESOLUTION,
"height": RESOLUTION,
"anti_aliasing": 3, # 3 for dlss, 2 for f... | 22,641 | Python | 42.710425 | 167 | 0.591184 |
NVlabs/ACID/PlushSim/scripts/utils.py | import os
import math
import omni
import numpy as np
from PIL import Image
from pxr import UsdGeom, Usd, UsdPhysics, Gf
import matplotlib.pyplot as plt
################################################################
# State Saving Utils
# (Geometry)
################################################################
de... | 16,913 | Python | 36.923767 | 126 | 0.601845 |
NVlabs/ACID/PlushSim/scripts/writer.py | #!/usr/bin/env python
# Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA CORPORATION and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of... | 10,072 | Python | 47.196172 | 150 | 0.552621 |
NVlabs/ACID/ACID/environment.yaml | name: acid_train
channels:
- conda-forge
- pytorch
- defaults
dependencies:
- cython=0.29.2
- imageio=2.4.1
- numpy=1.15.4
- numpy-base=1.15.4
- matplotlib=3.0.3
- matplotlib-base=3.0.3
- pandas=0.23.4
- pillow=5.3.0
- pyembree=0.1.4
- pytest=4.0.2
- python=3.7.10
- pytorch=1.4.0
- pyya... | 551 | YAML | 15.727272 | 26 | 0.575318 |
NVlabs/ACID/ACID/setup.py | try:
from setuptools import setup
except ImportError:
from distutils.core import setup
from distutils.extension import Extension
from Cython.Build import cythonize
from torch.utils.cpp_extension import BuildExtension, CppExtension, CUDAExtension
import numpy
# Get the numpy include directory.
numpy_include_di... | 1,311 | Python | 21.237288 | 81 | 0.691076 |
NVlabs/ACID/ACID/plush_train.py | import torch
import torch.optim as optim
from tensorboardX import SummaryWriter
import matplotlib; matplotlib.use('Agg')
import numpy as np
import os
import argparse
import time, datetime
from src import config, data
from src.checkpoints import CheckpointIO
from collections import defaultdict
import shutil
from matplot... | 10,307 | Python | 39.108949 | 116 | 0.573979 |
NVlabs/ACID/ACID/README.md | [](https://github.com/NVlabs/ACID/blob/master/LICENSE)

# ACID model
<div style="text-align: center">
<img src="../_media/model_figure.png" width="600"/>
</div>
## Prerequ... | 3,489 | Markdown | 33.9 | 353 | 0.70364 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.