We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu 20.04, ROS Noetic, with
$ uname -a Linux maupas 5.15.0-107-generic #117~20.04.1-Ubuntu SMP Tue Apr 30 10:35:57 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
In the building instructions at https://github.com/inertialsense/inertial-sense-sdk/tree/main/ros#setup, there is a missing line, just right after the clone:
cd inertial-sense-sdk; git submodule update --init --recursive
otherwise required libs like libusb are not found, and a linking error appears.
The text was updated successfully, but these errors were encountered:
@andreucm Can you follow up on this issue as well, regarding any issues with ROS instructions?
Sorry, something went wrong.
andrewpriddis
No branches or pull requests
On Ubuntu 20.04, ROS Noetic, with
In the building instructions at https://github.com/inertialsense/inertial-sense-sdk/tree/main/ros#setup, there is a missing line, just right after the clone:
cd inertial-sense-sdk; git submodule update --init --recursive
otherwise required libs like libusb are not found, and a linking error appears.
The text was updated successfully, but these errors were encountered: