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

lino_msgs i can not use lino_msgs in cpp #53

Open
tossapon14 opened this issue Dec 17, 2020 · 1 comment
Open

lino_msgs i can not use lino_msgs in cpp #53

tossapon14 opened this issue Dec 17, 2020 · 1 comment

Comments

@tossapon14
Copy link

ros error lino_msgs/Imu.h: No such file or directory
compilation terminated.
ros doesn't know lino_msgs header file
but Arduino ok.
Cmakelist, where i have to add library lino_msgs header file .
thy.

@IAseven
Copy link

IAseven commented Feb 2, 2021

@tossapon14 you can do:
cd ~<your_ws>/src
git clone https://github.com/linorobot/lino_msgs
cd ..
catkin_make

or

catkin_make -DCATKIN_WHITELIST_PACKAGES='lino_msgs'

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

2 participants