Skip to content

Commit 1b13433

Browse files
authored
Merge pull request #16 from isaac-sim/xyao/sqa_fix
revert config
2 parents 47f2d34 + 6b00425 commit 1b13433

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
[package]
2+
3+
# Semantic Versioning is used: https://semver.org/
4+
version = "0.1.0"
5+
6+
# Description
7+
category = "isaaclab"
8+
readme = "README.md"
9+
10+
title = "Extension Template"
11+
author = "Isaac Lab Project Developers"
12+
maintainer = "Isaac Lab Project Developers"
13+
description="Extension Template for Isaac Lab"
14+
repository = "https://github.com/isaac-sim/IsaacLabExtensionTemplate.git"
15+
keywords = ["extension", "template", "isaaclab"]
16+
17+
[dependencies]
18+
"isaaclab" = {}
19+
"isaaclab_assets" = {}
20+
"isaaclab_mimic" = {}
21+
"isaaclab_rl" = {}
22+
"isaaclab_tasks" = {}
23+
# NOTE: Add additional dependencies here
24+
25+
[[python.module]]
26+
name = "isaaclab_eval_tasks"
27+
28+
[isaaclab_settings]
29+
# TODO: Uncomment and list any apt dependencies here.
30+
# If none, leave it commented out.
31+
# apt_deps = ["example_package"]
32+
# TODO: Uncomment and provide path to a ros_wsAdd commentMore actions
33+
# with rosdeps to be installed. If none,
34+
# leave it commented out.
35+
# ros_ws = "path/from/extension_root/to/ros_ws"

0 commit comments

Comments
 (0)