robocomp-robolab/components
? I am a little confused about that since LearnBlock contains learnbot_dsl/components
, but previously GSoC students added components in robocomp-robolab/components
for eg, emotionrecognition. Any resource regarding LearnBlock will also be helpful.
I have a doubt regarding LearnBlock that does it uses
robocomp-robolab/components
? I am a little confused about that since LearnBlock containslearnbot_dsl/components
, but previously GSoC students added components inrobocomp-robolab/components
for eg, emotionrecognition. Any resource regarding LearnBlock will also be helpful.
The main idea is to put in robocomp-robolab any component that could be useful for more than one project. And keep the components tightly related to a project in their own components folder and repository...
When I run rcis simpleworld.xml command in terminal ....why robot is not moving , it is an static position. Pleae help me to sort out from this.
Thank You.
Thanks bro. Now it recognized but while running the test component it says "Error taking camera feed. Make sure Camerasimple is up and running" but my camerasimple and handGesture component is running parallely in other terminal. Why is that so ?
Hello,
I solved that previous error by setting maximum memory size in ice configuration. Now the test component is working fine and I can see that classes are detected in terminal but I can't see that camera window (the handGestureClient window) which put these bounding boxes on the hand and say which class it belongs to, but in handGesture and HandGestureClient terminal windows I can see the hand got recognized as a statement. So, What to do in order to make handGestureClient window camera to work ?
Thank You