-
Notifications
You must be signed in to change notification settings - Fork 633
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
can't find ros2bridge lib #1321
Comments
Hi, If it happens for a ROS2 package, and MRPT was installed via "apt", note that since ~1 month ago the Example from the mola_bridge_ros2 package:
Then, you can use the standard rosdep command:
to install the required packages, or manually using |
Thanks for reply promptly, yes i am using mrpt-ros2bridge in a ros2 package to convert mrpt message to ros2, and the mrpt was installed via "apt".
but there is no something like
|
It's a bit confusing at the moment :-)
But first, you must uninstall all other versions or you'll find collisions as you saw. sudo apt remove libmrpt*
sudo apt remove ros*-mrpt2 Then, |
CMakeLists.txt
export error:
The text was updated successfully, but these errors were encountered: