-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmotors.yaml
44 lines (40 loc) · 1.7 KB
/
motors.yaml
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
42
43
44
#
#
# List of all required and authorized motors (motors ids) for Niryo One V2
#
# (please read carefuly before editing anything)
#
# You should not need to edit this file, unless
# - you want to debug on some detached motors
# - you are developing new features
# - you really know what you are doing
#
#
can_required_motors: # Axis 1-3 of Niryo One (stepper 1 -> id 1, stepper 2 -> id 2, ...)
# Edit only for debug purposes (ex : you want to test some motors separately and detached from the robot)
# --> Commented ids will make associated motor disable (and thus not trigger an error if not connected)
# Before editing, please be sure that you know what you're doing
- 1 # Axis 1 enabled if not commented
- 2 # Axis 2 enabled if not commented
- 3 # Axis 3 enabled if not commented
can_authorized_motors:
- 1 # Axis 1 enabled if not commented
- 2 # Axis 2 enabled if not commented
- 3 # Axis 3 enabled if not commented
- 6 # id for conveyor belt 1
- 7 # id for conveyor belt 2
dxl_required_motors: # axis 4, 5 and 6 of Niryo One.
# Edit only for debug purposes (ex : you want to test some motors separately and detached from the robot)
# --> Commented ids will make associated motor disable (and thus not trigger an error if not connected)
# Before editing, please be sure that you know what you're doing
- 2 # -> id of Axis 4
- 3 # -> id of Axis 5
- 6 # -> id of Axis 6
dxl_authorized_motors: # here include all Dynamixel tools that can possibly be attached to Niryo One
- 2 # -> id of Axis 4
- 3 # -> id of Axis 5
- 6 # -> id of Axis 6
- 11 # id of Gripper 1
- 12 # id of Gripper 2
- 13 # id of Gripper 3
- 31 # if of Vacuum Pump 1