suffeeen

Results 3 issues of suffeeen

![image](https://user-images.githubusercontent.com/44170711/66559235-9b4ae580-eb87-11e9-9b1b-1369720c8b50.png)

hello, I meet segmentation fault when I move my qt app to another computer I write a minimal program, and still meet the segmentation fault when run “QApplication a(argc, argv);”...

Microscan and the arm board are simultaneously started CODE: comm_settings.setSensorIp(sensor_ip_); comm_settings.setSensorTcpPort(2122); comm_settings.setHostIp(host_ip_); comm_settings.setChannel(0); comm_settings.setEnabled(true); comm_settings.setPublishingFrequency(2); bool general_system_state = true; bool derived_settings = true; bool measurement_data = true; bool intrusion_data =...