You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug:
The "set angle raw" and "set angle with offset offset" and "read angle raw" and "read angle with offset" seem to return the same results, when there should be some offset.
Expected Result:
The [gSer] and [gAng] should give different numbers for the same position. Why don't they?
Steps to reproduce:
Here are the inputs/outputs from my log
[sSerN0V80] -> [S]
[gAng] -> [SB82.44L90.04R58.52Hnan]
[gSer] -> [SB82.80L90.04R58.52Hnan]
[sSerN0V100] -> [S]
[gAng] -> [SB103.68L90.04R58.52Hnan]
[gSer] -> [SB103.68L90.04R58.52Hnan]
[sAngN0V80] -> [S]
[gAng] -> [SB82.80L90.04R58.52Hnan]
[gSer] -> [SB82.80L90.04R58.52Hnan]
[sAngN0V100] -> [S]
[gAng] -> [SB104.76L90.04R58.52Hnan]
[gSer] -> [SB104.76L90.04R58.52Hnan]
The text was updated successfully, but these errors were encountered:
Fixed in version 2.1.1
[gAng] should return the ideal angles and [gSer] return the real angle in servo.
The difference between them is [gAng] accout the assembly offsets.
Bug:
The "set angle raw" and "set angle with offset offset" and "read angle raw" and "read angle with offset" seem to return the same results, when there should be some offset.
Expected Result:
The [gSer] and [gAng] should give different numbers for the same position. Why don't they?
Steps to reproduce:
Here are the inputs/outputs from my log
[sSerN0V80] -> [S]
[gAng] -> [SB82.44L90.04R58.52Hnan]
[gSer] -> [SB82.80L90.04R58.52Hnan]
[sSerN0V100] -> [S]
[gAng] -> [SB103.68L90.04R58.52Hnan]
[gSer] -> [SB103.68L90.04R58.52Hnan]
[sAngN0V80] -> [S]
[gAng] -> [SB82.80L90.04R58.52Hnan]
[gSer] -> [SB82.80L90.04R58.52Hnan]
[sAngN0V100] -> [S]
[gAng] -> [SB104.76L90.04R58.52Hnan]
[gSer] -> [SB104.76L90.04R58.52Hnan]
The text was updated successfully, but these errors were encountered: