File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
source/isaaclab_eval_tasks/config Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments