JB Mouret

Results 60 comments of JB Mouret

On Wed, Jun 1, 2016 at 11:07 AM Dorian Goepp [email protected] wrote: > There are many errors and warnings shown during compilation of the docs. > epstopdf > > A...

Hi First, most of limbo is header-only, so you could simply include the files. Honestly, this is what I would do... I should try to find some time to write...

We should switch to Inria CI instead (more long term, I would say).

https://github.com/opensim-org/opensim-core/pull/2773/files Apparently we need to add `-undefined dynamic_lookup` for it to work on mac with conda.

I will try, but this will take me some time.

Thank you. The easiest fix is to comment the call and the the include to `tbb::task_scheduler_init`. We will try to fix this soon but we are very busy with other...

Great! Indeed, the issues are not from our code and this would not be easy to debug. As these are still experimental components, I suggest we do not anything for...

Yes, compiling with -DCMAKE_CXX_STANDARD=17 and clang works (for both my test and my code). We are also using Ubuntu 18.04 (official distribution for Talos), although our Tiago is actually in...

Thank you for your answer. If I use the XRCE-DDS (and use the `int32_publisher` example), I get another compilation error (with the embeddedRTPS middleware, no issue with the includes): ```...

Thank you. I cleaned and switched to XRCE-DDS. I now get the same compilation error as before (undefined CONFIG_MICRO_ROS_APP_STACK etc.). If you have time to test / look at, I've...