Fading Coder

One Final Commit for the Last Sprint

Compiling and Running ORB_SLAM2_SSD_Semantic Project

Environment Ubuntu 20.04 vtk-7.1.1 pcl-1.8.0 Issue 1 Resolution: Modify vtkAtomic.h as follows: // typedef detail::AtomicOps<sizeof(T*)> Impl; typedef ::detail::AtomicOps<sizeof(T*)> Impl; Issue 2 Resolution: Check for the presence of libvtkFiltersParallelDIY2 in /usr/local/lib. If only...