Skip to content

addressing individual servos #2

@alovedale

Description

@alovedale

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions