ad-daniel

Results 70 comments of ad-daniel

~~mmh, that might be a bit of a problem. I assume the skin node does require the scale, correct?~~ A better approach might be to consider the Skin an exception...

> Changing WbSkin so that inherits from the new WbAbstractPose would at least avoid duplication of code related to translation and rotation. It should be evaluated the size of the...

How do you suggest Skin to have scale but not children in this context (i.e. with the addition of the Pose node that doesn't have scale)?

I'm fine with that, but that would still leave duplication for the scale, as I don't see another way of adding scale support without also getting children in the mix...

continued here: https://github.com/cyberbotics/webots/pull/5978

I don't think it's related to that, that PR only tests the toolkit as installed from the github repo. I think that currently this PR is the only one that...

As for the failure, from the error code it seems we are running once again out of RAM. I believe this tool was extended recently, which means two tests are...

This PR should be reviewed in priority so that I can finalize https://github.com/opendr-eu/opendr/pull/353 before synchronizing on master. Some missing dependencies were shadowed by the fact the `test release` installed multiple...

I can confirm the problems with the demo, even after Kostas' fixes I get the same error `AttributeError: type object 'ESR' has no attribute 'INPUT_IMAGE_SIZE'` when the face is detected...

Nevermind my bad, I did a `source devel/local_setup.bash` rather than `source devel/setup.bash`.