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

Unable to build gazebo_plugins in ROS Kinetic #10

Closed
mtc-20 opened this issue Aug 11, 2021 · 3 comments · Fixed by #12
Closed

Unable to build gazebo_plugins in ROS Kinetic #10

mtc-20 opened this issue Aug 11, 2021 · 3 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@mtc-20
Copy link
Member

mtc-20 commented Aug 11, 2021

Solution

  • first make sure you have protoc compiler installed

    sudo apt-get install protobuf-compiler
  • make sure to clean your catkin_ws

    rm -rf ~/catkin_ws/build/ ~/catkin_ws/devel/

    then run catkin_make

  • if you have errors related to mutex or some gazebo cpp codes

    • update your gcc, follow these instructions to have dual gcc versions side by side. Basically gcc 6.x is required for these to work
  • after switching to gcc 6.x, build catkin_ws

    NOTE: some ROS packages (for eg. gazebo_ros) might get uninstalled during the previous step, just reinstall the necessary ones based on catkin_make output

@quangnhat185

@mtc-20 mtc-20 added the bug Something isn't working label Aug 11, 2021
@mtc-20
Copy link
Member Author

mtc-20 commented Aug 11, 2021

@quangnhat185 does this give you notification mail?

@mtc-20 mtc-20 linked a pull request Aug 11, 2021 that will close this issue
4 tasks
@quangnhat185
Copy link
Collaborator

quangnhat185 commented Aug 11, 2021

@quangnhat185 does this give you notification mail?

@mtc-20 Yes it did. I received two notifications, one from my Github app and one from email

@mtc-20
Copy link
Member Author

mtc-20 commented Aug 11, 2021

You have a GitHub app? 😱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants