-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathsubmodule_cfg.yaml
More file actions
42 lines (33 loc) · 999 Bytes
/
submodule_cfg.yaml
File metadata and controls
42 lines (33 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Configuration file for optional submodules
# Default as minimal installation, with only mujoco_viewer
# For MujocoEnv and Kinematics Visualization
# can be skipped on real robot
mujoco_viewer:
install: true
path: third_party/mujoco_viewer
patches:
# Patch for visualization draw
- ../patches/mujoco_viewer.patch
# Python binding for Unitree SDK2, https://github.com/HansZ8/unitree_cpp
# need to install Unitree SDK2 first
unitree_cpp:
install: false
path: packages/unitree_cpp
# For OmniH2O, motionlib controller
phc:
install: false
path: third_party/phc
patches:
# Patch for useless import and bugfix
- ../patches/phc.patch
# [Optional] Windows Platform patch, for speed up multi-process
# - ../patches/phc-win.patch
addons:
# Addon for 29 dof g1, as phc only support 23dof version
- ../patches/phc_addon_g1
extra_packages:
- third_party/phc/poselib
# ZED Camera Odometry
zed_proxy:
install: false
path: packages/zed_proxy