Mayankm96 / airsim_ros_client

ROS Wrapper in Python for Microsoft AirSim
https://github.com/Microsoft/AirSim
MIT License
35 stars 11 forks source link

launch cloud point error #10

Open zsdfaker opened 3 years ago

zsdfaker commented 3 years ago

Hi, When i run pubColoredPointCloud.launch and any other launch about cloud point i get the following error [ERROR] [1606188321.876162798]: Failed to load nodelet [/airsim_colored_cloudify] of type [depth_image_proc/point_cloud_xyzrgb] even after refreshing the cache: Failed to load library /opt/ros/noetic/lib//libdepth_image_proc.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libblas.so.3: cannot open shared object file: No such file or directory) [ERROR] [1606188321.876223143]: The error before refreshing the cache was: Failed to load library /opt/ros/noetic/lib//libdepth_image_proc.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libblas.so.3: cannot open shared object file: No such file or directory) [FATAL] [1606188321.876395903]: Failed to load nodelet '/airsim_colored_cloudify of type depth_image_proc/point_cloud_xyzrgb to manager airsim_depth_transforms_manager' [airsim_colored_cloudify-4] process has died [pid 293737, exit code 255, cmd /opt/ros/noetic/lib/nodelet/nodelet load depth_image_proc/point_cloud_xyzrgb airsim_depth_transforms_manager --no-bond rgb/camera_info:=/airsim/camera_info rgb/image_rect_color:=/airsim/rgb/image_raw depth_registered/image_rect:=/airsim/depth depth_registered/points:=/airsim/points/colored __name:=airsim_colored_cloudify __log:=/home/zsder/.ros/log/d5b1ff72-2d69-11eb-94e3-951f235b1123/airsim_colored_cloudify-4.log]. log file: /home/zsder/.ros/log/d5b1ff72-2d69-11eb-94e3-951f235b1123/airsim_colored_cloudify-4*.log but ros still can get the image. How i should go about it? Thanks, Zsder