-
Notifications
You must be signed in to change notification settings - Fork 49
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
No tf data #3
Comments
I am also seeing this issue and cannot seem to visualize any pointclouds using start.py |
Hello. Thank you |
if there is "enable_packet_loss_tool: true" in your "config.yaml" file So,make "enable_packet_loss_tool: false" in your "config.yaml" file |
Thanks to Hesai's professional help, I finally find a solution for this error. What most important thing is to turn off ANY firewall like UFW(Ubuntu) or Windows Firewall(Windows). You really need to ensure that there aren't any type of block wall behind u and lidar. Please double check! You need to completely turn off firewall first. Then if u do not have NVIDIA Graphics Cards ,u need to go to CMakeLists.txt and find line 158 158 find_package(CUDA ) And change the WHOLE LINE into 158 find_package(CUDA_FOUND ) Finally, colcon build as official docs says:
By the way, I didn't change anything including config/config.yaml and lidar works well. |
At first our project worked very well under ros1 (corresponding to HesaiLidar_General_ROS). Now we want to apply it in Ros2. The corresponding SDK and driver are installed very well (HesaiLidar_General_ROS), but after connecting the radar, it always shows no TF data. .There is no problem with the ros1 node in the same environment, and both the topic and publish lists show that it exists.
Environment:
ubuntu 20.04 (Focal Fossa)
ROS2 foxy
Hesai PandarXT
jetson Xavier1
The text was updated successfully, but these errors were encountered: