JB Mouret

Results 60 comments of JB Mouret

Hi I think I found the issue (although it did not happen with my version of boost). Can you: - pull the last version of sferes2 (master) - pull the...

Inspiration: https://gepgitlab.laas.fr/gepetto/gepetto-viewer-corba/-/tree/master/blender

I think the graphics do not need to be faster (graphics is not slowing us down, I think). But simpler is better for long-term maintenance. Also, we need maximum performance...

This is because shared libraries on mac use .dyld instead of .so I will have a look to search for both suffices However I'm able to successfully build and install...

I think you also need to replace exp/blackdrops/waf_tools/dart.py with Konstantinos's file. I will have a look and try to push fixes. So far we only tested the basic installation on...

Can you do paste the full output of ./waf -v --exp blackdrops ? There should a compilation error. -- [ ERC ResiBots: http://www.resibots.eu ] [ Web: http://members.loria.fr/JBMouret ]

@BoltzmannBrain Thanks. We are happy to accept outside contributions, but this should work soon. There is now a PR with most of these fixes (https://github.com/resibots/blackdrops/pull/9). We will work with @costashatz...

I will take care of brew (this is a ruby script that compiles everything) and there is a "ppa-style" way of adding repos (tap) Pip is probably the most challenging...

It was supposed to enable parallelization of Kmeans, but apparently they removed the argument. Please make a PR without it :)

Thanks. You need to add ``` if __name__ == '__main__':``` in the example. I will do it.