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
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....."
The text was updated successfully, but these errors were encountered:
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
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....."
The text was updated successfully, but these errors were encountered: