-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
tbb linking issues in downstream projects (velodyne_gazebo_plugins) #270
Comments
Is that on OSX? What's the output of conda list? |
This indeed seems similar to conda-forge/gazebo-feedstock#121 . The output of |
yeah osx sorry forgot to state that, the conda list output is
|
@traversaro - if you have any ideas that would be great. It seems to be that the downstream packages still need to link to tbb directly? |
Yes, basically |
The user code seems fine: https://bitbucket.org/DataspeedInc/velodyne_simulator/src/9ab05d74438b693b8aad3c3c87ca438e68844409/velodyne_gazebo_plugins/CMakeLists.txt#lines-32 . What had a problem was instead gazebo 11.10.2, a problem that was fixed by gazebosim/gazebo-classic#3207 that was then released in gazebo 11.11.0 . In theory a fix is to run
but this does not work with error:
So I am afraid we need a noetic rebuild to update to Gazebo 11.11 and solve the problem? @Tobias-Fischer @wolfv |
An alternative may be to create a 10.12 branch in gazebo-feedstock and create a 10.12 build with the backport of gazebosim/gazebo-classic#3207 , but I am not sure if we are able to get correctly all the old dependencies, because not all of them are tracked in conda-forge-pinnings. |
Yeah agreed we need a rebuild but it's a bit of a pain (not as much as it used to be but still some manual work). If someone else wants to take the lead that'd be great - I won't get around it for quite a few months. An alternative for this specific issue is to manually add the tbb::tbb linker line in the downstream package. |
Sure, I forgot that. Note that the exact target name is |
I wish I could help but I have no idea how any of this works😂. |
In
and replace with
Then run |
Can this be closed @tohsin? |
yh yh |
I am trying to run a simulator from
https://github.com/yukkysaito/vehicle_sim.git
I admit I am still very new to this stuff but when I do catkin_make after the other steps I get an error
The text was updated successfully, but these errors were encountered: