-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make giving error while building plugins #19
Comments
@khanasif786 - thanks for logging the issue. We are planning to drop support for Ignition Edifice in favour of Gazebo Garden as Edifice is EOL and Garden is now released and the default on Ubuntu 20.04 and 22.04. As of #29 Garden is our default for the plugin as well. There were a large number of namespace changes by the Gazebo team between edifice and garden which makes maintaining the earlier versions onerous. My preference is to remove the edifice branch completely. The error you are seeing is a little odd: ardupilot_gazebo/src/ArduPilotPlugin.cc Lines 1419 to 1434 in a805ef2
looks like a valid member function, so I'm not sure why there is a compiler error claiming it isn't. I can't reproduce on |
I Followed the setup from here
This is the output of
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
commandAfter running
make -j4
I am getting this errorFull error log is here
My system:
Ubuntu 18.04 (Bionic)
Ignition Edifice
The text was updated successfully, but these errors were encountered: