ethz-asl / rotors_simulator

RotorS is a UAV gazebo simulator
1.2k stars 756 forks source link

rotors_gazebo_plugins build fail #728

Open GavindotYang opened 6 months ago

GavindotYang commented 6 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....." image

Oyuki-Rojas commented 2 months ago

I solved this by replacing this line " add_definitions(-std=c++11)" with "add_definitions(-std=c++17)" in the file ~/workspace/src/rotors_simulator/rotors_gazebo_plugins/CMakeLists.txt