Skip to content

Commit

Permalink
Merge pull request #56 from robotology/encoders-test
Browse files Browse the repository at this point in the history
Modifications in .ini files of encoder tests
  • Loading branch information
Nicogene authored Nov 25, 2020
2 parents a02984a + a7f3664 commit 635c2f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions suites/contexts/icub/motorEncoderConsistency_left_arm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ part left_arm
joints (0 1 2 3)
home (-30 30 10 45)
speed (20 20 20 20)
max (-20 40 20 55)
max (-20 50 20 55)
min (-40 20 0 35)
cycles 10
tolerance 1.0
Expand All @@ -14,4 +14,4 @@ matrix ( 1 0 0
-1.625 1.625 1.625 0 \
0 0 0 1 )

plot_enabled 0
plot_enabled 0
6 changes: 3 additions & 3 deletions suites/contexts/icub/motorEncoderConsistency_right_arm.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ name motorEncConsistency_rightArm
joints (0 1 2 3)
home (-30 30 10 45)
speed (20 20 20 20)
max (-20 40 20 55)
max (-20 50 20 55)
min (-40 20 0 35)
cycles 10
tolerance 1.0
tolerance 1.0
matrix_size 4
matrix ( 1 0 0 0 \
-1.625 1.625 0 0 \
-1.625 1.625 1.625 0 \
0 0 0 1 )

plot_enabled 0
plot_enabled 0
8 changes: 4 additions & 4 deletions suites/contexts/icub/optical_encoders_drift_torso.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ part torso
joints (0 1 2)
home (0 0 0)
speed (20 20 20)
max (10 10 10)
min (-10 -10 -10)
cycles 50
tolerance 1.2
max (10 0 10)
min (-10 0 -10)
cycles 1000
tolerance 1.00
plot_enabled 0

0 comments on commit 635c2f3

Please sign in to comment.