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

The project is incompatible with gazebo-7 #9

Open
saifullah3396 opened this issue Apr 8, 2017 · 2 comments
Open

The project is incompatible with gazebo-7 #9

saifullah3396 opened this issue Apr 8, 2017 · 2 comments
Assignees

Comments

@saifullah3396
Copy link

The main reason for this problem is the incompatibility of alnaosim libraries with c++11 definitions. The code compiles but gives the following error on runtime:
gzserver: symbol lookup error: /home/sensei/catkin_ws/devel/lib/libgazebo_naoqi_control.so: undefined symbol: _ZN3Sim5ModelC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

The error arises when initializing the Sim::Model(std::string name) constructor. I've tried using g++-4.8 compilers as well but the problem persists because of the conflict between std::cxx11__string and std::string. If anyone has a solution to this, please do update the issue.

@saifullah3396 saifullah3396 changed the title The project is incompatible with ubuntu 16.04 and gazebo-7 The project is incompatible with ros-kinetic and gazebo-7 Apr 8, 2017
@saifullah3396 saifullah3396 changed the title The project is incompatible with ros-kinetic and gazebo-7 The project is incompatible with gazebo-7 Apr 8, 2017
@jilekma1
Copy link

Hi,
I am working on Gazebo 7 artificial skin simulator for Nao in Ubuntu 14.04 and ROS Indigo and use modified version of this plugin. We also encountered some problems during compilation, these were solved by updating plugin to API of Gazebo 7 and replacement of boost namespace before dynamic_pointer_cast to std. We also used newer compiler version (with g++-4.9 and c++11 enabled it compiles in our case). Our project with description is here: https://github.com/jilekma1/nao-gazebo-skin
Working example is here: https://www.youtube.com/watch?v=7f9Mfl7sO18&feature=youtu.be

@costashatz costashatz self-assigned this Mar 11, 2018
@costashatz
Copy link
Owner

Hello @saifullah3396 @jilekma1! Thanks for the nice feedback and sorry for the very late response..! I will try to update soon the repo to support both Gazebo 7 and older versions..

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

3 participants