We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I build livox_ros_driver2 in docker and on rostopic list i got
rostopic list
mubashir@mubashir:~$ rostopic list /livox/imu /livox/lidar /rosout /rosout_agg
on `rostopic echo /livox/imu I got the following message
mubashir@mubashir:~$ rostopic echo /livox/lidar ERROR: Cannot load message class for [livox_ros_driver2/CustomMsg]. Are your messages built?
I check online posts say build the workspace I have done it twice
The text was updated successfully, but these errors were encountered:
are you also sourcing that workspace in your terminal?
Sorry, something went wrong.
Yes, I source both root installation source /opt/ros/noetic/setup.bash and workspace source my_workspace/devel/setup.bash
source /opt/ros/noetic/setup.bash
source my_workspace/devel/setup.bash
No branches or pull requests
I build livox_ros_driver2 in docker and on
rostopic list
i goton `rostopic echo /livox/imu I got the following message
I check online posts say build the workspace I have done it twice
The text was updated successfully, but these errors were encountered: