[ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.2.4:revision (get-the-git-infos) on project mrl: .git directory is not found! Please specify a valid [dotGitDirectory] in your pom.xml -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.bytedeco:javacv-platform:jar -> duplicate declaration of version 1.4.1 @ line 1009, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.github.sarxos:webcam-capture:jar -> duplicate declaration of version 0.3.10 @ line 1015, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.commons:commons-lang3:jar -> duplicate declaration of version 3.3.2 @ line 1021, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: net.sf.jipcam:jipcam:jar -> duplicate declaration of version 0.9.1 @ line 1027, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration of version 4.5.2 @ line 1036, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.httpcomponents:httpcore:jar -> duplicate declaration of version 4.4.6 @ line 1042, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: wiiusej:wiiusej:jar -> duplicate declaration of version wiiusej @ line 1074, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.httpcomponents:httpclient:jar -> duplicate declaration of version 4.5.2 @ line 1098, column 15
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.apache.httpcomponents:httpcore:jar -> duplicate declaration of version 4.4.6 @ line 1104, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
Yes if you create a new build you will need to do the "install all" thing to make sure all services get installed.
for simplicity you can run
java -jar myrobotlab.jar -install
to install all the services before you launch.
Next , is Yolo. The current implementation is done as an OpenCVFilter. Not as a service. So, to use Yolo, start an OpenCV service. Add the "yolo" filter.
Keep in mind, the Yolo model is like 100MB or so compressed, Once, it downloads it will be cached. I recommend watching the myrobotlab.log in case there are any errors.
Ahoy Dom ! Maven is the new
Ahoy Dom !
Maven is the new way
mvn clean package
and this if you want to run tests
mvn clean install
... Downloaded from
Hi dom just download maven
Hi dom just download maven binaries
http://apache.crihan.fr/dist/maven/binaries/
then , inside CMD ( inside updated myrobotlab develop folder, after a merge )
launch previous grog commands ( c:\mavenXX\bin\mvn ... )
OK. Maven 3.2.2 work, Maven
OK. Maven 3.2.2 work, Maven 3.5.3 doesn't work.
But i have this :
mvn -DskipTests package will
mvn -DskipTests package will skip testing
Thank Anthony, But doesn't
Thank Anthony,
But doesn't work, i have this result :
about mvn -DskipTests package
about mvn -DskipTests package will skip testing
the command is ( without will ) :
mvn -DskipTests package
maven build
First, welcome to the nixie pre-release!
next, to build you normally run
you can skip unit test by running
These commands should produce a build in the "target" directory. Look for a file target/myrobotlab.jar when it's successful.
I recommend updating frequently.. there are still a lot of changes going into Nixie...
Thank you very much
Thank you very much Kwatters
this command "mvm clean install -DskipTests" is OK.
So i have gui 1.1.0.
Lot of think are not installed like OpenCV, OpenNI, etc..., i think is normal because lot of change....
But i not see YOLO.
Dom.
install all and opencv filter yolo
Hi Dom,
Yes if you create a new build you will need to do the "install all" thing to make sure all services get installed.
for simplicity you can run
to install all the services before you launch.
Next , is Yolo. The current implementation is done as an OpenCVFilter. Not as a service. So, to use Yolo, start an OpenCV service. Add the "yolo" filter.
Keep in mind, the Yolo model is like 100MB or so compressed, Once, it downloads it will be cached. I recommend watching the myrobotlab.log in case there are any errors.
Good luck!