Next version 'Nixie' is coming soon !
Help us to get ready with MyRobotLab version Nixie: try it !
#file : InMoov2.full.py
# this script is provided as a basic guide
# most parts can be run by uncommenting them
# InMoov now can be started in modular pieces
leftPort = "COM6"
rightPort = "COM5"
i01 = Runtime.createAndStart("i01", "InMoov")
# starts everything
i01.startAll(leftPort, rightPort)
I'm all locked up, oh oh oh
i juste receive my servo motor from hobbyking
i should be happy so i am not very happy
look the box a receive with not protection!!!!
and the box very not good face
Hey all,
first off, im completely done with my inmoov project! (coding-wise)
everything works, but i came across a lil blip while trying to fire him up:
im using a laptop that has only three usb ports, so i needed more for the arduinos and webcams, so i used a usb hub.
the problem is, when i use the usb hub, i get a sendMsg Input/Output Error in writeByte
I know its a problem with the usb hub because when i plug the arduinos directly, it works fine.