File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
sot_controller :
2
2
control_mode :
3
- panda_joint1 :
3
+ $(arg arm_id)_joint1 :
4
4
ros_control_mode : POSITION
5
5
sot_control_mode : VELOCITY
6
- panda_joint2 :
6
+ $(arg arm_id)_joint2 :
7
7
ros_control_mode : POSITION
8
8
sot_control_mode : VELOCITY
9
- panda_joint3 :
9
+ $(arg arm_id)_joint3 :
10
10
ros_control_mode : POSITION
11
11
sot_control_mode : VELOCITY
12
- panda_joint4 :
12
+ $(arg arm_id)_joint4 :
13
13
ros_control_mode : POSITION
14
14
sot_control_mode : VELOCITY
15
- panda_joint5 :
15
+ $(arg arm_id)_joint5 :
16
16
ros_control_mode : POSITION
17
17
sot_control_mode : VELOCITY
18
- panda_joint6 :
18
+ $(arg arm_id)_joint6 :
19
19
ros_control_mode : POSITION
20
20
sot_control_mode : VELOCITY
21
- panda_joint7 :
21
+ $(arg arm_id)_joint7 :
22
22
ros_control_mode : POSITION
23
23
sot_control_mode : VELOCITY
24
24
Original file line number Diff line number Diff line change 1
1
<launch >
2
2
<arg name =" simulation" default =" false" />
3
3
<arg name =" robot" default =" " />
4
+ <arg name =" arm_id" default =" "
5
+ doc =" prefix of the arm in case of multi-robot" />
4
6
<include file =" $(find sot_universal_robot)/launch/sot_params.launch" >
7
+ <arg name =" arm_id" value =" $(arg arm_id)" />
5
8
<arg name =" robot" value =" $(arg robot)" />
6
9
<arg name =" simulation" value =" $(arg simulation)" />
7
10
</include >
Original file line number Diff line number Diff line change 23
23
<rosparam command =" load"
24
24
file =" $(find sot_universal_robot)/config/sot_params_common.yaml" />
25
25
<rosparam command =" load" if =" $(eval robot == 'franka')"
26
- file =" $(find sot_universal_robot)/config/sot_params_franka_$(arg arm_id) .yaml"
26
+ file =" $(find sot_universal_robot)/config/sot_params_franka_panda .yaml"
27
27
subst_value =" true" />
28
28
<rosparam command =" load" if =" $(eval robot == 'ur')"
29
29
file =" $(find sot_universal_robot)/config/sot_params_ur.yaml" />
You can’t perform that action at this time.
0 commit comments