Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(V2.1) The Set raw/offset and read raw/offset outputs the same results #30

Open
apockill opened this issue Oct 12, 2016 · 1 comment
Open
Labels

Comments

@apockill
Copy link
Member

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]

@apockill apockill added the bug label Oct 12, 2016
@yuntian1019
Copy link
Contributor

yuntian1019 commented Oct 14, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants