Skip to content
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

Installation problem: Gazebo namespace occupied #125

Open
lgulyas1972 opened this issue Feb 24, 2024 · 0 comments
Open

Installation problem: Gazebo namespace occupied #125

lgulyas1972 opened this issue Feb 24, 2024 · 0 comments

Comments

@lgulyas1972
Copy link

I am trying to install Revolve on Ubuntu version: 20.04 (VirtualBox 7.0.12).
I attempt to do: Minimal installation.

However, installation fails with a namespace problem:

/home/erik/UNI_project/revolve/cpprevolve/revolve/gazebo/brains/BrainFactory.cpp:25:22: error: ‘namespace gz = gazebo;’ conflicts with a previous declaration
   25 | namespace gz = gazebo;
      |                      ^
In file included from /usr/include/ignition/math6/gz/math/Helpers.hh:34,
                 from /usr/include/ignition/math6/gz/math/Spline.hh:22,
                 from /usr/include/ignition/math6/ignition/math/Spline.hh:18,
                 from /usr/include/gazebo-11/gazebo/common/Animation.hh:22,
                 from /usr/include/gazebo-11/gazebo/common/common.hh:5,
                 from /home/erik/UNI_project/revolve/cpprevolve/revolve/gazebo/brains/BrainFactory.h:27,
                 from /home/erik/UNI_project/revolve/cpprevolve/revolve/gazebo/brains/BrainFactory.cpp:22:
/usr/include/ignition/math6/gz/math/config.hh:23:11: note: previous declaration ‘namespace gz { }’
   23 | namespace gz
      |           ^~

Any ideas will be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant