-
The CLMYARP module works correctly and detect the faces.
But the CLMGaze and CLMH crash on "DetectLandmarksInVideo" throwing the following exception (for CLMGaze):
```
Object initiated!
yarp: Port…
-
### Describe the bug
K8 controller fails to handle one of ingresses and as a result YARP configuration is empty.
### To Reproduce
Likely related to a service not having an endpoint because the c…
-
@lothas commented on [Fri Mar 02 2018](https://github.com/robotology/yarp/issues/1571)
I wrote a gazebo plugin a while ago to reset the simulation and reset my model to a desired position and/or jo…
-
Sometimes it happens the following:
* I launch a module publishing a ROS message
* After ~30sec it crashes with a message similar to this:
```
yarp: Sending output from /tf+@/baseControl to /rvi…
-
This is an instance of https://github.com/robotology/robotology-superbuild/issues/752 .
At the moment, the biggest package that we uploaded to robotology channel is icub-main. I have always prefer…
-
When one or more RPCs are stuck, `worldStateManager` does not quit gracefully:
```
^C[try 1 of 3] Trying to shut down
RFModule closing
[INFO]closing RPC port
yarp: Removing input from /activityInterf…
-
I noticed that every time I need to read the data from a `yarp port`, I always need the following ingredients
```cpp
yarp::os::BufferedPort port;
U data; /**< Vector containing the data. */
std::…
-
I installed octave on a clean ubuntu 20.04 distro. When I enabled the option `IDYNTREE_USES_OCTAVE`, I got the following error
```
-- Found YARP: /home/giulio/robot-code/robotology-superbuild/build…
-
From [`conf/YarpSystemCheck.cmake`](https://github.com/robotology/yarp/blob/master/conf/YarpSystemCheck.cmake#L57)
``` cmake
if(SIZEOF_SHORT EQUAL 2)
set(YARP_INT16 "short")
else(SIZEOF_SHORT EQU…
-
I have followed the steps from the docs to add this to our project and it doesn't work.
Issues:
1) The BlazorPageScript.lib.module.js is not downloaded to the browser. It is located in www folde…