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

addressing individual servos #2

Open
alovedale opened this issue Sep 2, 2013 · 0 comments
Open

addressing individual servos #2

alovedale opened this issue Sep 2, 2013 · 0 comments

Comments

@alovedale
Copy link

Sorry to bother you with this, but I'm having an issue with addressing individual servos on the network.

I have everything set up, example.py works and moves the servos as expected (8servos on the bus).

I can read from individual servos like so:

print "goal:", myActuators[7].goal_position, " ", "current:", myActuators[7].current_position

and the info is correct. However I cannot write a goal position and have the servo do it. I am trying to do so like this:

myActuators[7].goal_position = 250
net.synchronize()

If I do a myActuators[7].read_all() I see the goal position has updated to the current position, but not what I tried to set it to.

Many thanks for your time,

H

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

No branches or pull requests

1 participant