File tree 17 files changed +22
-14
lines changed
17 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" head_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 6 </param >
7
7
<param name =" deviceName" > Head_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" left_arm_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 8 </param >
7
7
<param name =" deviceName" > Left_Arm_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" left_hand_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 8 </param >
7
7
<param name =" deviceName" > Left_Hand_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" left_leg_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 6 </param >
7
7
<param name =" deviceName" > Left_Leg_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" right_arm_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 8 </param >
7
7
<param name =" deviceName" > Right_Arm_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" right_hand_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 8 </param >
7
7
<param name =" deviceName" > Right_Hand_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" right_leg_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 6 </param >
7
7
<param name =" deviceName" > Right_Leg_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<devices >
3
3
<device name =" torso_calibrator" type =" parametricCalibrator" >
4
-
4
+ < params file = " general.xml " />
5
5
<group name =" GENERAL" >
6
6
<param name =" joints" > 4 </param >
7
7
<param name =" deviceName" > Torso_Calibrator </param >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE params PUBLIC "-//YARP//DTD robotInterface 1.0//EN" "http://www.icub.org/DTD/robotInterfaceV1.0.dtd">
3
3
4
- <params robot =" iCubDaejeon01 " build =" 1" >
4
+ <params robot =" iCubParis02 " build =" 1" >
5
5
6
6
<group name =" GENERAL" >
7
7
<param name =" skipCalibration" > false </param >
Original file line number Diff line number Diff line change 2
2
3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
- <device name =" head_mc" type =" canmotioncontrol" >
5
+ <device name =" head_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 2
2
3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
- <device name =" left_arm_mc" type =" canmotioncontrol" >
5
+ <device name =" left_arm_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 2
2
3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
- <device name =" left_hand_mc" type =" canmotioncontrol" >
5
+ <device name =" left_hand_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
5
<device name =" left_leg_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
5
<device name =" right_arm_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
5
<device name =" right_hand_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 2
2
3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
- <device name =" right_leg_mc" type =" canmotioncontrol" >
5
+ <device name =" right_leg_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
Original file line number Diff line number Diff line change 2
2
3
3
<?xml version =" 1.0" encoding =" UTF-8" ?>
4
4
<devices >
5
- <device name =" torso_mc" type =" canmotioncontrol" >
5
+ <device name =" torso_mc" type =" canmotioncontrol" >
6
+ <params file =" general.xml" />
6
7
<group name =" CAN" >
7
8
<param name =" canbusdevice" > sharedcan </param >
8
9
<param name =" physDevice" > cfw2can </param >
You can’t perform that action at this time.
0 commit comments