Skip to content
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

Failed to load nodelet [/hdl32e_left/cloud_nodelet] of type [velodyne_pointcloud/CloudNodelet] #25

Open
yuhui-xie opened this issue Mar 29, 2022 · 2 comments

Comments

@yuhui-xie
Copy link

I have successfully run it about 2 months ago, but today I want try it and find errors:
[ERROR] [1648522310.752299538]: Failed to load nodelet [/hdl32e_left/cloud_nodelet] of type [velodyne_pointcloud/CloudNodelet] even after refreshing the cache: MultiLibraryClassLoader: Could not create object of class type velodyne_pointcloud::CloudNodelet as no factory exists for it. Make sure that the library exists and was explicitly loaded through MultiLibraryClassLoader::loadLibrary()
[ERROR] [1648522310.752338509]: The error before refreshing the cache was: MultiLibraryClassLoader: Could not create object of class type velodyne_pointcloud::CloudNodelet as no factory exists for it. Make sure that the library exists and was explicitly loaded through MultiLibraryClassLoader::loadLibrary()
[FATAL] [1648522310.752467228]: Failed to load nodelet '/hdl32e_left/cloud_nodeletof typevelodyne_pointcloud/CloudNodeletto managervelodyne_left_nodelet_manager'
[ERROR] [1648522310.768457307]: Failed to load nodelet [/hdl32e_right/cloud_nodelet] of type [velodyne_pointcloud/CloudNodelet] even after refreshing the cache: MultiLibraryClassLoader: Could not create object of class type velodyne_pointcloud::CloudNodelet as no factory exists for it. Make sure that the library exists and was explicitly loaded through MultiLibraryClassLoader::loadLibrary()
[ERROR] [1648522310.768493485]: The error before refreshing the cache was: MultiLibraryClassLoader: Could not create object of class type velodyne_pointcloud::CloudNodelet as no factory exists for it. Make sure that the library exists and was explicitly loaded through MultiLibraryClassLoader::loadLibrary()
[FATAL] [1648522310.768778300]: Failed to load nodelet '/hdl32e_right/cloud_nodeletof typevelodyne_pointcloud/CloudNodeletto managervelodyne_right_nodelet_manager'
[hdl32e_left/cloud_nodelet-4] process has died [pid 20513, exit code 255, cmd /opt/ros/melodic/lib/nodelet/nodelet load velodyne_pointcloud/CloudNodelet velodyne_left_nodelet_manager __name:=cloud_nodelet __log:=/home/yuhui/.ros/log/2e3dc058-af0b-11ec-9e56-e0d4e8c8c26f/hdl32e_left-cloud_nodelet-4.log].
log file: /home/yuhui/.ros/log/2e3dc058-af0b-11ec-9e56-e0d4e8c8c26f/hdl32e_left-cloud_nodelet-4*.log
[hdl32e_right/cloud_nodelet-6] process has died [pid 20520, exit code 255, cmd /opt/ros/melodic/lib/nodelet/nodelet load velodyne_pointcloud/CloudNodelet velodyne_right_nodelet_manager __name:=cloud_nodelet __log:=/home/yuhui/.ros/log/2e3dc058-af0b-11ec-9e56-e0d4e8c8c26f/hdl32e_right-cloud_nodelet-6.log].
log file: /home/yuhui/.ros/log/2e3dc058-af0b-11ec-9e56-e0d4e8c8c26f/hdl32e_right-cloud_nodelet-6*.log

it seems that velodyne relevant pkgs meet some problems?
But I really have install ros-melodic-velodyne as readme provided.

@william-zhangshuai
Copy link

Hello, have you solved this problem?

@jorgeffonte
Copy link

try to change on play launch
from
args="load velodyne_pointcloud/CloudNodelet velodyne_right_nodelet_manager"
to
args="load velodyne_pointcloud/TransformNodelet velodyne_right_nodelet_manager"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants