You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2021. It is now read-only.
Building crazyswarm in Arch Linux with bash build.sh produces
/home/pntagrl/repos/ext/crazyswarm/ros_ws/src/crazyswarm/externalDependencies/libmotioncapture/src/vrpn.cpp:11:1: note: ‘std::shared_ptr’ is defined in header ‘<memory>’; did you forget to ‘#include <memory>’?
10 | #include <vrpn_Connection.h>
+++ |+#include <memory>
Building crazyswarm in Arch Linux with
bash build.shproducesDoing said include fixes the build.
gcc version: 11.1.0
cmake version: 3.22.0
This is basically the same as USC-ACTLab/libobjecttracker#2