Juerg's Cool Video - Reposted by GroG
Juerg's Cool Video - Reposted by GroG
I would like to use aruco markers in my InMoov project. There are instructions of how to make a python wrapper for the library but it's for Linux. https://github.com/fehlfarbe/python-aruco
I am stuck now as I can't see the way to make it work for my CPython.27 w10/64 environment.
any help available?
I am in the process to create a path finder python program using the kinect and my InMoov cart.
Hello all!
Over the past week, I've been working on a little addition to MRL's service capabilities, I wanted to create a Google Assistant service, but the API is in Python (a Java imlementation exists, but it is hard to follow and has far fewer features compared with the Python example). So, to remedy these, I built a Native Python API, called mrlpy. This API currently supports registering as a service, process synchronization, a compatibility layer for scripts written for the Jython interpreter, and proxy service generation.
I am building an underwater drone with a gimbled camera, I thought I had the X-Box controller working last night, but today the same code seems to fail. I see I am using pin6 twice opps
Here is a link to a ROV with the same motor setup:
http://www.robotshop.com/en/hydroview-plus-remote-underwater-vehicle.html
Hello MyRobotLab community !
I am writing a script to control my 6DOF robotic arm with arduino through my laptop. you WinXP 32bit / Python 2.7
The script that i try to make run gave a number of errors, but now just one remains.
"Bad magic number"
Arduino board is a clone Robotdyn UNO CH340.
Can someone take a look at it and say if something is wrong ?
PS. Some comments are in roumanian but the code is comprehensible enough, I think :)
PS #2. 90% of the script is taken from examples.
Thank you very much !
Hello everyone!
I would like to implement an OSC server on myrobotlab. I wanted to use the java oscP5 library in the jython service.
So far I tried to put the .java files frome the src folder of oscP5 to the src folder of myrobotlab.
And the .jar frome the library to the repo. Is it supposed to work?
Thank you for your time.
Here is the link to the library:
http://www.sojamo.de/libraries/oscP5/
So One of my new years resolutions was to add some deep learning support in MyRobotLab. Reality is, this is a big topic and covers many aspects, but at the end of the day I boil it down to this.
Hello everyone.
I had a problem with the service remoteAdapter which did not work because the nettosphere dependency was missing, so i tried to rebuild myrobotlab from travis's build to add it myself. Once myrobotlab is built I cannot install any of the services because all the dependencies can't be resolved. (I'm connected to the internet)
Is it possible that apache ivy is the problem? (I have some difficulties to install it)
Otherwise is it possible to build it with the services pre installed? Or to install them manually from the repo?