fixed segmentation fault causing by std::filesystem on some devices
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
// std
|
||||
#include <omp.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <filesystem>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <memory>
|
||||
#include <regex>
|
||||
|
||||
|
||||
@@ -6,11 +6,9 @@
|
||||
#include <ros/ros.h>
|
||||
#include <sensor_msgs/CameraInfo.h>
|
||||
#include <yaml-cpp/yaml.h>
|
||||
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <cmath>
|
||||
#include <filesystem>
|
||||
#include <memory>
|
||||
|
||||
#include "std_msgs/Empty.h"
|
||||
// flightlib
|
||||
#include "flightlib/bridges/unity_bridge.hpp"
|
||||
|
||||
Reference in New Issue
Block a user