ahundt / grl

Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
https://ahundt.github.io/grl/
BSD 2-Clause "Simplified" License
154 stars 73 forks source link

FlatBuffers Library not Found #180

Open danielj195 opened 4 years ago

danielj195 commented 4 years ago

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 commented 4 years ago

I’m very sorry I don’t have time to support this project over the next couple months. CMake looks in certain directories, which you can find specified in the CMake files.

I’m sorry if that isn’t very helpful, but that is all I have time for at the moment.

On Mon, Feb 10, 2020 at 1:11 PM danielj195 notifications@github.com wrote:

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. Thank you!

-Daniel

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahundt/grl/issues/180?email_source=notifications&email_token=AAANTQBZ4RJ4ZVRNEROSOZLRCGKD7A5CNFSM4KSTAOD2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IMKVFKQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAANTQEP3IDEK34RQGKYRETRCGKD7ANCNFSM4KSTAODQ .

--

Cheers! Andrew Hundt

matthias-mayr commented 4 years ago

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 commented 4 years ago

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

@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 commented 4 years ago

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