uzh-rpg / agile_autonomy

Repository Containing the Code associated with the Paper: "Learning High-Speed Flight in the Wild"
GNU General Public License v3.0
589 stars 163 forks source link

Catkin build rotors_gazebo_plugins Failed #89

Open GavindotYang opened 9 months ago

GavindotYang commented 9 months ago

Hi,there are some problem that I hope to find some help from you. I am doing catkin build but : I meet many errors saying "error: no matching function for call to....."

2023-12-14 00-48-35 的屏幕截图

Ulricall commented 8 months ago

Hi, have you solved this issue? I encounter the same problem. I've tried to add "set(CMAKE_CXX_STANDARD 17)" at the beginning of the cmakelists.txt but it doesn't work.

Arcane-01 commented 4 months ago

Hi @Ulricall Did you manage to resolve this issue? Previously I had resolved it by adding set(CMAKE_CXX_STANDARD 17) to the CMakelists.txt But on a new system, even after adding this line, the issue is not resolved.