Getting started with myrobotlab - Having problems? Ask the nice people here.
A while ago I was able to use my xbox 360 controler in the InMoov scipts.
But in the latest builds (I am using 1785) it does not work anymore.
It looks like the attached listeners are not active.
Christian: I got a script from Mats to have my bnoValues read every 50 ms.
Looking at the code there are so many options what to get from the device - I am confused. For my hand leveling I need the offsets of pitch and roll in relation to horizontal.
I can not get usable values from the service, most of the times I get a few readings and after that only 0's.
Did you expect that the function "getOrientationEuler" would provide above mentioned values as yaw, pitch and roll and what do you think could cause the values to switch to 0 after a few reads?
Hi!
I am going to use a pir and an ultrasonic sensor in the chest of Robyn
This is what I use in IDE
https://github.com/MyRobotLab/pyrobotlab/blob/master/home/Markus/TorsoS…
and it prints
I have modified cabling for my self leveling hand to be controlled through the right arm arduino.
Calamity has shown me a way of setting up an interrupt by the used BNO055 to trigger my control code for bending/rotation of the wrist when orientation has changed over thresholds.
Currently my hand however has no provision for another signal cable (ISR) and I wanted to control it by cyclic calls to my controlling python script.
Hi Everyone,
I followed these code to try to get kinect gesture worked only on left arm. the modified code shown below:
Hello in past 2 days i try to configure SURF filter in OpenCV, and i can't get the configuration of SURF>
I am trying to get the neopixel sevice to work. I am using Gael's InMoov3Deep.AB.py script and uncomenting his neopixel code.
#neopixel = Runtime.createAndStart("neopixel","Serial")
#neopixel.connect("COM3", 57600, 8, 1, 0)
I am Chinese ,this speech and speech recognition isn't suit of Chinese.so I want replace those module with my DIY's module.What should i do?