-
Notifications
You must be signed in to change notification settings - Fork 68
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
Start of rosbridge.js aborts (librcl.so not found) #161
Comments
It seems that everything has been set properly, normally this kind of issue was caused by not sourcing the |
I have a python-based custom node up & running properly & publishing ROS2 messages if that helps. |
I just want to confirm whether the |
Performing
The file is there and the path is known:
|
When trying to start ros2-web-bridge with
node bin/rosbridge.js
, it aborts with this error message:The setup is:
librcl.so
is located in/opt/ros/foxy/lib
:-rw-r--r-- 1 root root 223912 Dec 10 11:48 librcl.so
echo $LD_LIBRARY_PATH
prints/opt/ros/foxy/opt/yaml_cpp_vendor/lib:/opt/ros/foxy/lib/aarch64-linux-gnu:/opt/ros/foxy/lib
The terminals are sourced by default (
echo "source /opt/ros/foxy/setup.bash" >> ~/.bashrc
)ros2-web-bridge was installed in a directory besides the ROS2 workspace using these commands to install it:
Can you please help me here?
The text was updated successfully, but these errors were encountered: