增加配置文件忽略
This commit is contained in:
3
config/.gitignore
vendored
Normal file
3
config/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*
|
||||
!.gitignore
|
||||
!*.example.yml
|
||||
63
config/realman.example.yml
Normal file
63
config/realman.example.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
type: realman
|
||||
port: 127.0.0.1:8800
|
||||
mock: False
|
||||
mode: 1
|
||||
gripper_range:
|
||||
- 10
|
||||
- 990
|
||||
motors:
|
||||
joint_1:
|
||||
id: 1
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
joint_2:
|
||||
id: 2
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
joint_3:
|
||||
id: 3
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
joint_4:
|
||||
id: 4
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
joint_5:
|
||||
id: 5
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
joint_6:
|
||||
id: 6
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
gripper:
|
||||
id: 7
|
||||
model: realman
|
||||
norm_mode: degrees
|
||||
# cameras:
|
||||
# left:
|
||||
# serial_number_or_name: 153122077516
|
||||
# fps: 30
|
||||
# width: 640
|
||||
# height: 480
|
||||
# use_depth: False
|
||||
# front:
|
||||
# serial_number_or_name: 145422072751
|
||||
# fps: 30
|
||||
# width: 640
|
||||
# height: 480
|
||||
# use_depth: False
|
||||
# high:
|
||||
# serial_number_or_name: 145422072193
|
||||
# fps: 30
|
||||
# width: 640
|
||||
# height: 480
|
||||
# use_depth: False
|
||||
joint:
|
||||
- 15
|
||||
- 90
|
||||
- 10
|
||||
- 80
|
||||
- 110
|
||||
- 0
|
||||
- 10
|
||||
9
config/record.example.yml
Normal file
9
config/record.example.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
robot: !include realman.yml
|
||||
teleop:
|
||||
type: xbox
|
||||
dataset:
|
||||
single_task: test
|
||||
repo_id: yehao/realman-test
|
||||
num_episodes: 2
|
||||
fps: 30
|
||||
push_to_hub: false
|
||||
Reference in New Issue
Block a user