-
Notifications
You must be signed in to change notification settings - Fork 269
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
Apple support for ign command line tool #25
Comments
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). Pull request #431 removes gflags completely from ign-gazebo3, which means OSX would be left without an alternative until this is solved. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). This bug is kinda odd because other ign commands like
It's hard to find documentation about the changes in SIP from 10.13 to 10.14, but I believe that starting in 10.14 any binaries in As a test, I installed another ruby implementation with So I think this is a clear diagnosis of the problem, though I don't have a suggested solution at this point. |
Original comment by Silvio Traversaro (Bitbucket: traversaro). I may be a bit OT, but as far as I understand, the same problem will apply to Windows as well. Even if now ignition-gazebo is not supported/tested on Windows, I assume that there is interest in supporting Windows in the future. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). @IeiuniumLux the assimp error is different. it means that bottles are out of sync with each other. try |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
|
Original comment by Alfredo Bencomo (Bitbucket: bencomo, GitHub: IeiuniumLux). Thanks @scpeters . This is not a priority for me right now so I’ll try it again when |
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). Relevant issue on |
I have been successful with |
I am debugging the |
I've enabled |
Closed by #477 |
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
Prerequisites
Description
The
UNIT_ign_TEST
fails on Apple, through homebrew, when using theign gazebo
command line tool. In general, theign gazebo
command line tool fails to load thelibignition-gazebo2-ign.dylib
. Other packages, such asign-transport
andign-msgs
work fine. There might be a problem associated with loading a component library.Steps to Reproduce
src/ign_TEST.cc
to useign gazebo
instead ofign-gazebo
./bin/UNIT_ign_TEST
test.Expected behavior:
The test should pass.
Actual behavior:
The test fails
Reproduces how often:
All the time.
Versions
Gazebo 2+
Additional Information
The text was updated successfully, but these errors were encountered: