An open API service indexing awesome lists of open source software.

https://github.com/kwlzn/bazel_plus_isaaclab


https://github.com/kwlzn/bazel_plus_isaaclab

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Bazel + Isaac Lab

Minimal reproduction of a Bazel + Isaac Lab integration.

## Updating Lockfiles

```
$ bazel run //:update_lock
```

## Running the binary

```
$ bazel run //:isaaclab_bin

$ bazel run //:omni_bin

```

## Running the test

```
$ bazel test //:isaaclab_test --test_output=all
```