Getting started with myrobotlab - Having problems? Ask the nice people here.
Hello,
Is it possible to disable myrobotlab.log because i don't used it and it is dangerous for my SSD disque.
Thank you
Dom.
Getting started with myrobotlab - Having problems? Ask the nice people here.
Hello,
Is it possible to disable myrobotlab.log because i don't used it and it is dangerous for my SSD disque.
Thank you
Dom.
Hello,
I would like to know if it is possible to add libraries to python in myrobotlab.
Example: the feedparser library and the Snap7 library.
If possible, could someone give me the procedure for installation
System: Windows 7
Myrobotlab 1.0.1758 Lamiak
Thank you in advance for your help
Bonjour,
J’aimerai savoir si il est possible d’ajouter des librairie au python dans myrobotlab.
Exemple : la librairie feedparser et la librairie Snap7.
...complete newbie to MyRobotLab...
I have the Adafruit16CServoDriver working, now I am looking to try getting Tracking working with Adafruit16CServoDriver but am not getting anywhere. I have tried everything I can think of, but can't get anything to work. Is the PCA9685 PWM controller a lost cause for InMoov?
I was hoping for a simpler/cheaper alternative to using the NervoBoard and consuming all the pins on the Arduino...
I use eclipse to develop,and I use eclipse to export it to runnable jar like this:
and I get a test.jar. I use "java -jar test -service gui GUIService" to run it in cmd.Then I get this problem:
Hello
I am new to my robotlab and I am building an Inmoov with my soon.
I have looked at the Inmoov chat bot and they all seam to use Chrome because of the microphone.
This is enoying because it will not work without an internet connexion.
Are they anyway to use some other service ?
Boris
Hey guys. My Jaw seems to just clench shut with this code: Am I missing something?
I am trying to incorporate some color into my Inmoov so I started messing around with NeoPixels, I have a rwo of 10 LEDS wired up. When i use the arduino libraries to test the strip it works fine. But when I use the neopixel service and attatch the LEDs no matter what the first 2 LED light bright white and then nothing happens. If i change the anitmation then another LED will light white up to 4 LEDs then nothing happens after that.
Any thoughts?
Hello,
Impossible to operate the PID service someone would have an idea Here is the script I use
Myrobotlab Version 1.0.1758
test = Runtime.createAndStart("pid","Pid")
test.setMode("x",1)
test.setOutputRange("x",-5, 5)
test.setPID("x",10.0, 0, 1.0)
test.setControllerDirection("x",0)
This returns the following error:
Hello,
Impossible to operate the PID service someone would have an idea Here is the script I use