Livox-SDK / livox_ros_driver

Livox device driver under ros, support Lidar Mid-40, Mid-70, Tele-15, Horizon, Avia.
Other
352 stars 201 forks source link

ERROR: Cannot load message class for [livox_ros_driver/CustomMsg] #147

Closed farhad-dalirani closed 1 year ago

farhad-dalirani commented 1 year ago

When I want to get number of frame per second in ROS, I get this this message:

daliranif@NRC-021902:~$ rostopic hz /livox/lidar
ERROR: Cannot load message class for [livox_ros_driver/CustomMsg]. Are your messages built?

How can I fix this?

farhad-dalirani commented 1 year ago

I catkin_make again and used source ./devel/setup.sh again. It was fixed.