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

Simulator/Physics: Refactor and test ServoMotor #1

Open
josefbehr opened this issue May 24, 2013 · 4 comments
Open

Simulator/Physics: Refactor and test ServoMotor #1

josefbehr opened this issue May 24, 2013 · 4 comments

Comments

@josefbehr
Copy link
Contributor

mMaxAngle (mMinAngle) not used although set on reset
Parameters not documented
What's the reason behind mSensorRangeMaxValue?
No test cases!

@cybott
Copy link
Member

cybott commented May 24, 2013

It seems that angle control is prepared, but not fully implemented in
servo motor. For position controlled servo motors we usually use the
Dynamixel motor. If ServoMotor should also provide angle position
control, then several things have to be changed, including the min/max
and the range of the desired setting variable. For now, I would disable
the angle position control and add a short documentation on that issue.

Up to now, there are also no test cases for the class, because it was
implemented only for a student project. If we use the motor with all of
its modes in major experiments, then we should refactor the class and
provide also test cases for it. Maybe it is worth to put this in the
issue tracker for later.

Thanks,
Chris

On 05/24/2013 04:00 PM, Josef Behr wrote:

mMaxAngle (mMinAngle) not used although set on reset
Parameters not documented
What's the reason behind mSensorRangeMaxValue?


Reply to this email directly or view it on GitHub
#1.

@josefbehr
Copy link
Contributor Author

We should definitely write test cases for the ServoMotor and probably refactor the class, too. It is used in BigAlice currently and might therefore be used in experiments. The settings and what they mean should be documented!

@josefbehr
Copy link
Contributor Author

@Wallnuss Do you have time and motivation to have a look at the class? I'm still struggling with the sensor ...

@vchuravy
Copy link
Member

If I have some downtime the next days I will take a look, but no promises :)

@ghost ghost assigned vchuravy Sep 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants