ZJU-FAST-Lab / EGO-Planner-v2

Swarm Playground, the codebase of the paper "Swarm of micro flying robots in the wild"
GNU General Public License v3.0
346 stars 65 forks source link

Fix Build Issues for Using RoboStack's ROS Noetic Environment #27

Closed ErcBunny closed 9 months ago

ErcBunny commented 9 months ago

Hi,

I've made minor changes to the CMakeLists.txt files, and included deque in map.hpp files, to fix building issues that may appear when building this project with RoboStack's ROS Noetic in a virtual environment. I've also added instructions to setup the virtual environment in README.

These changes have been verified on Ubuntu 22 with virtual env and Ubuntu 20 with system-installed ROS. I hope these changes are helpful for others also running Ubuntu 22 and don't want to build ROS 1 from source.

Cheers~ Ercbunny

ErcBunny commented 9 months ago

Reopened as PR #28.