Skip to content

Commit

Permalink
Replace 'threadrate' parameter (removed in YARP 2.3.66.1) with 'period'
Browse files Browse the repository at this point in the history
Closes #84.
  • Loading branch information
PeterBowman committed Nov 25, 2016
1 parent 8b78bef commit efb8962
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions share/launchLocomotion/conf/launchLocomotion.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ refSpeeds 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
[wrapper0]
device controlboardwrapper2
name /teo/rightLeg
threadrate 60
period 60
joints 6
networks (devCan0)
devCan0 0 5 1 6

[wrapper1]
device controlboardwrapper2
name /teo/leftLeg
threadrate 60
period 60
joints 6
networks (devCan1)
devCan1 0 5 1 6

[wrapper2]
device controlboardwrapper2
name /teo/trunk
threadrate 60
period 60
joints 2
networks (devCan0 devCan1)
devCan0 1 1 0 0
Expand Down
6 changes: 3 additions & 3 deletions share/launchManipulation/conf/launchManipulation.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ refSpeeds 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
[wrapper0]
device controlboardwrapper2
name /teo/rightArm
threadrate 60
period 60
joints 7
networks (devCan0)
devCan0 0 6 1 7

[wrapper1]
device controlboardwrapper2
name /teo/leftArm
threadrate 60
period 60
joints 7
networks (devCan1)
devCan1 0 6 1 7

[wrapper2]
device controlboardwrapper2
name /teo/head
threadrate 60
period 60
joints 2
networks (devCan1 devCan0)
devCan1 0 0 0 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ refSpeeds 5 5 5 5 5 5 5 0 0 0 0 0 0 0
[wrapper0]
device controlboardwrapper2
name /teo/rightArm
threadrate 60
period 60
joints 7
networks (devCan0)
devCan0 0 6 1 7

[wrapper1]
device controlboardwrapper2
name /teo/leftArm
threadrate 60
period 60
joints 7
networks (devCan1)
devCan1 0 6 1 7

[wrapper2]
device controlboardwrapper2
name /teo/head
threadrate 60
period 60
joints 2
networks (devCan1 devCan0)
devCan1 0 0 0 0
Expand Down
6 changes: 3 additions & 3 deletions share/launchManipulation/conf/launchManipulation_wo_cuis.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ refSpeeds 5 5 5 5 5 5 5 0
[wrapper0]
device controlboardwrapper2
name /teo/rightArm
threadrate 60
period 60
joints 7
networks (devCan0)
devCan0 0 6 1 7

[wrapper1]
device controlboardwrapper2
name /teo/leftArm
threadrate 60
period 60
joints 7
networks (devCan1)
devCan1 0 6 1 7

[wrapper2]
device controlboardwrapper2
name /teo/head
threadrate 60
period 60
joints 2
networks (devCan1 devCan0)
devCan1 0 0 0 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ refSpeeds 5.0 0.0
[wrapper0]
device controlboardwrapper2
name /wrapper0
threadrate 60
period 60
joints 1
networks (devCan0)
devCan0 0 0 0 0
Expand Down
2 changes: 1 addition & 1 deletion share/oneCanBusOneWrapper/conf/oneCanBusOneWrapper.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ refSpeeds 5.0
[wrapper0]
device controlboardwrapper2
name /wrapper0
threadrate 60
period 60
joints 1
networks (devCan0)
devCan0 0 0 0 0
Expand Down

0 comments on commit efb8962

Please sign in to comment.