jeskesen / i2c_imu

ROS node for communicating with several models of commercially available IMUs over I2C in linux.
GNU General Public License v3.0
52 stars 44 forks source link

Error during catkin_make cant find RTIMULib.h #11

Open moxo26 opened 5 years ago

moxo26 commented 5 years ago

Where do I have to put the file/ and or modify the code?

AnujGandhi123 commented 5 years ago

i'm facing the same problem. Did you manage to find an answer?

moxo26 commented 5 years ago

You have to install the library. So when you download RTIMULib2 you have to go to the Linux folder and the README file should give you instructions on how to install. Let me know if that helps.

AnujGandhi123 commented 5 years ago

I did that I installed RTIMULib2.

But when I use catkin_make to initialize ros node to get dependencies, it shows RTIMULib.h not found. Is there a specific path within RTIMULib.h that I have to initialize ROS node?

Thank you for replying so promptly and for your help!! :)

AnujGandhi123 commented 5 years ago

okay. I didn't run one of the codes in RTIMULib.

Thank you.