Next version 'Nixie' is coming soon !

Help us to get ready with MyRobotLab version Nixie: try it !

Hi !
I would like to document the process to release MRL.
The goal of which is :

  • clear seperation between development & released code, binaries & repos - such that its stable for end users & "easy" for developers
  • a list of things which must be done in order to provide a release

We currently have "master" & "develop" branches of MRL - this includes the repo.  Some problems potentially still exist on the repo.

#include <IRremote.h>//includes IR library
 
int RECV_PIN = 11; //IR input
int Wire1 = 7;                   // Pin 7 used for relay
int Wire2 = 6;                   // Pin 6 used for relay
int powerPin= 5;                    // pin 5 used for relay
 
int powerState = 0; // 0 is off 1 is on
 

I'm trying to test OpenCV on a Raspberry PI 2 with a Raspberry 2 camera. When I start OpenCV I get an error message in the log.

no jniopencv_core found in java.library.path.

Do I need to install anything more ?

I tested with 1.0.119 first, and then 1.0.117. Same error in both cases.

I find opencv.jar and opencv_linux_arm.jar in the libraries folder. 

I know Alessandrino has worked on this issue before, and he was successful.

https://github.com/bytedeco/javacpp-presets/issues/37

 

Hello again everybody

Can someone tell me how to start chatbot in MRL? I have watched kwatters video (good video ) but im trying to do it with voice control not type

thanks for the help