-
Notifications
You must be signed in to change notification settings - Fork 124
New PiCameraServer Driver and fixed Logging of slice executables error cmake #1088
Conversation
Hi @vinay0410 I've detected a couple of issues while testing this PR: 1- slice2java building by defaultYou fixed the logging really well in this one! :) But while making the cmake configuring, it shows the following error:
You made the java interfaces building mandatory but we have no java code in our project, therefore we do not install the slice2java program by default. Could you please make this optional by turning off the build_interfaces_java OFF by default? It is totally our fault for not controlling this things from happening, so thanks for fixing it, though! 2- Harcoded paths in CMakeLists.txtWe are trying to remove as much harcoded paths as we can, because it's usually the origin of thousands of headaches :( so are those hardcoded paths in the piCamServer driver needed? The rest of the PR seems to be ok, good job! I haven't a raspberry pi to test it properly, but if you solve those issues this is good to go! Thanks a lot for contributing! |
Hi @fqez , |
Hi @fqez , Also, I am now using a Also, you would understand, that installing JdeRobot is very painstaking in Raspberry Pi. So, it would be better if we could create packages for the same.
So, are these debain packages being created for raspberry pi, if yes, then can we use them directly to install JdeRobot on raspberry pi. |
Hi @vinay0410 thanks a lot for the patch :) It looks good to me now, nonetheless I will test the compilation tomorrow. Nice job! |
About the package you mention, yes. We have been thinking about supporting installation from debian repositories for ARM architectures. But nowadays we have tons of work to do, so we can't focus on giving support to ARM right now (but it will come for sure!) Those generated packages, by the way, are empty metapackages that gather only dependencies of other packages to be installed. Again, thanks for the patch and sorry for the poor support we are giving for ARM right now. |
While building from source especially in Raspberry Pi, if Ice executables are not added in path. Cmake configuring is completed, whereas make fails throwing an error
Cannot determine Link language in jderobotInterfaces
This pull request will generate an error if slice2cpp, slice2py or slice2java is not present in path while running cmake.