Create and Run Multiple Solver Instances in Parallel

I’d like to run multiple solvers in multiple threads and eventually processes. I’m currently running a for-loop and creating threads like the following: for (…) { pthread_t pid; Args args; args.solver = solver??? pthread_create(&pid, NULL, &func, (void*)&args); } When defining solver, I’ve tried several options, though none have worked. First, I tried calling const auto… Read More Create and Run Multiple Solver Instances in Parallel

LCM self test failed, Check your routing tables and firewall settings

I have ubuntu 20.04, I install drake and try run example. When I try run bazel-bin/tools/drake_visualizer & bazel-bin/examples/multibody/inclined_plane_with_body/inclined_plane_with_body I have got error: [1] 121628 LCM self test failed!! Check your routing tables and firewall settings LCM self test failed!! Check your routing tables and firewall settings *** buffer overflow detected ***: terminated LCM self test… Read More LCM self test failed, Check your routing tables and firewall settings