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

FlatBuffers Library not Found #180

Open
danielj195 opened this issue Feb 10, 2020 · 4 comments
Open

FlatBuffers Library not Found #180

danielj195 opened this issue Feb 10, 2020 · 4 comments

Comments

@danielj195
Copy link

danielj195 commented Feb 10, 2020

Hi,

When I try to install your code from source, I get a message saying that "Project grl requires FlatBuffers. Please ensure that the package is installed in a standard system location". I've tried installing Flatbuffers from source and using snap binaries. Here are the instructions I followed to install it in my system folder:
https://stackoverflow.com/questions/55394537/how-to-install-flatc-and-flatbuffers-on-linux-ubuntu/55394568#55394568

When I recompile, I am still getting this error, so I am not sure what to do at this point. I would be very grateful if you could point me in the right direction.

I'm using ubuntu 16.04 if that makes a difference

Thank you!

-Daniel

@ahundt
Copy link
Owner

ahundt commented Feb 10, 2020 via email

@matthias-mayr
Copy link

I used the instructions in https://github.com/ahundt/grl/blob/master/INSTALL.md with 18.04

git clone https://github.com/ahundt/robotics_setup.git
cd robotics_setup
./grl_kuka.sh

I do not remember that I had issue with flatbuffers when compiling it on the Linux machine.

@matthias-mayr
Copy link

If people are here because they have issues with flatbuffers on the Java/Sunrise side:

  • I downloaded the jars from Maven
  • For me with Sunrise 1.15 it was version 1.8 that worked. Sunrise complains if it's the Java versions do not match by saying com/google/flatbuffers/Table: Unsupported major.minor version 52.0
  • Download all the three jar files and place them in the folder Third Party Libraries
  • Do a right click on them and selected Build Path --> Add to build path
  • You might need to remove other version from your build path by doing another right click and selecting Build Path --> Configure build path

@ahundt: What about pull requests for updates to the documentation and you commenting on them? Do you have time to review and merge them?

@ahundt
Copy link
Owner

ahundt commented Jun 25, 2020

If there are any corrections that should be made, could you add them to a pull request?

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