komorekm

Results 3 comments of komorekm

One workaround is to use the internal mesh capabilities of Gridap.jl ``` domain = (0,1) partition = (4) model = CartesianDiscreteModel(domain,partition) ```

I got the same error when trying to build the docker image under arch linux. Using Ubuntu 18.04 (instead of using Ubuntu 16.04) has fixed the problem. Simply run `make...

I'm a bit late, but for me doing ```shell sudo apt install ros-melodic-pcl-ros sudo apt install pcl-tools ``` solved the problem.