robot_localization unable to load shared library libcpp_common.so
Hi everyone.
I am new in ROS and I am trying to use robot_localization
package.
I created a simple launch file that calls ekf_localization_node
but when I call roslaunch simple_localization ekf_localization.launch
. It has the error:
./robot_localization/ekf_localization_node: error while loading shared libraries: libcpp_common.so: cannot open shared object file: No such file or directory
Does anyone have any ideas how to solve this error? I tried to search on Google but unable to find a solution.
Thank you very much!
Asked by dzungdoan on 2021-03-27 04:58:25 UTC
Answers
Can you provide more infrormation?
- What OS are you using?
- What ROS distro are you using?
- Are you building from source, or did you install binaries?
- Can you please post the launch file itself?
Asked by Tom Moore on 2021-04-27 04:15:37 UTC
Comments