-
Notifications
You must be signed in to change notification settings - Fork 103
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
SL_RESULT_OPERATION_TIMEOUT! s2e lidar #24
Comments
I am having this same issue. Has this been resolved or does anyone have a solution to this? |
I get this too, using the latest code, with a similar command. The viewer is displayed, but the RPLidar S3 does not start spinning or collecting data. ~/ros2_ws/src$ ros2 launch sllidar_ros2 view_sllidar_s3_launch.py serial_port:='/dev/ttyTSH0'
[INFO] [launch]: All log files can be found below /home/rmann/.ros/log/2023-10-18-00-33-04-349224-mouse-5752
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [sllidar_node-1]: process started with pid [5754]
[INFO] [rviz2-2]: process started with pid [5756]
[sllidar_node-1] [INFO] [1697614384.692106545] [sllidar_node]: SLLidar running on ROS2 package SLLidar.ROS2 SDK Version:1.0.1, SLLIDAR SDK Version:2.0.0
[sllidar_node-1] [ERROR] [1697614384.734661967] [sllidar_node]: Error, operation time out. SL_RESULT_OPERATION_TIMEOUT!
[ERROR] [sllidar_node-1]: process has died [pid 5754, exit code 255, cmd '/home/rmann/ros2_ws/src/install/sllidar_ros2/lib/sllidar_ros2/sllidar_node --ros-args -r __node:=sllidar_node --params-file /tmp/launch_params_u5xsc0a2'].
[rviz2-2] [INFO] [1697614385.701906141] [rviz2]: Stereo is NOT SUPPORTED
[rviz2-2] [INFO] [1697614385.702302534] [rviz2]: OpenGl version: 4.6 (GLSL 4.6)
[rviz2-2] [INFO] [1697614385.747318745] [rviz2]: Stereo is NOT SUPPORTED If I ssh into the machine and invoke the same command, the RPLidar S3 does begin spinning, but of course the UI doesn’t show up. The same thing happens if I use the I was able to get something working by doing this (in my case, the RPLidar is connected to a Jetson Orin Nano on UART1,
This sets the RPLidar scanning and displays the resulting data. |
Hey, I am using this package with s2e lidar but I got this error while starting the launch:
The text was updated successfully, but these errors were encountered: