-
Notifications
You must be signed in to change notification settings - Fork 656
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
Packet containing angle overflow #275
Comments
I am also running into this warning, except on ubuntu 18.04 and ros_melodic |
@JWhitleyAStuff Thank you for your response. I have changed the cut_angle in the launch file to 2pi and am still running into the warning "Packet containing angle overflow, first angle: 35979 second angle: 17." What was the reason you recommended 2pi? Is there something else I could change to eliminate this warning? Thanks |
@kaalessi - It looks like this happens when a packet contains some points at the end of a scan and some points from the beginning of another scan. #285 is attempting to fix this, but only for the VLP-16 and VLP-16 HiRes. However, I believe that the |
@JWhitleyAStuff Thanks for the explanation. When setting the cut_angle option, I am setting it on line 20 of VLP16_points.launch: When I first noticed this warning, I was running VLP16_points.launch from another launch file with output="screen". For testing of this problem, I have just been running the VLP16_points.launch file with the --screen flag and the output is the same. I get the warning when rosbag starts recording, or rviz is opened. If I try to run rosbag record, I also get the warning: |
@kaalessi - Sorry, I was not clear about the value for the |
@JWhitleyAStuff Thanks for the quick reply! I changed the value from 2*pi to 6.28, and am still running into the same warning messages as earlier when running rviz or rosbag record. Do you have any other recommendations? |
I think the problem is in line 352 |
@he-guo No, I have not yet been able to solve this problem. I'm getting the same thing as you when rviz is open. changing the cut_angle did not seem to eliminate this error. |
This error comes from the |
I can look into it. If the |
See PR #316 |
@JWhitleyAStuff |
@VorpalBlade - @crankler originally mentioned both issues. Thanks for testing #316 and reporting that it worked for you. I will leave this open for the remaining error. |
We're running two VLP16s concurrently and we receive the "Packet containing angle overflow" warning on each unit every 60 seconds. It's periodic. And because we launch the nodes at the same time, the warnings happen together as well. |
Has anyone found a solution to this yet? I'm only running one VLP16 on a Clearpath Husky, but I'm having the exact same thing as @ryanmeasel happen to me. |
@ajwiley I was working with a VLP16 yesterday and am still receiving an angle overflow warning when I have Rviz open or am recording with rosbag. Earlier this summer, I updated to the most recent package, and am still receiving the warning. Unfortunately, due to COVID-19, I have had limited on-site time working with the lidar unit. |
Can anybody already verify that #285 would fix this? |
I have a similar issue with VLP 16 (HDL 32 is ok) as @ryanmeasel @ajwiley .with version 1.6.1. As the ROS_WARN is set to print every 60 s, such that we can consider the condition of warning is always true. velodyne/velodyne_pointcloud/src/lib/rawdata.cc Lines 672 to 683 in 4462666
|
I too am experiencing a 60s periodic "Packet containing angle overflow" warning when running my VLP16. As @DarrenWong points out, it's likely always true and only prints out at that frequency. Any suggestions on how to fix, and/or input on what kind of issues this may have would be appreciated. |
@kennedyaidan I just ignore it currently as it still can working on the SLAM method~... But my experiments show that it will skip a few frames (not consecutive ) compare to HDL-32 if collect together. |
I am also using a Velodyne (Puck Lite VLP-16) on a robot (it is connected to a Mini PC Intel NUC with Ubuntu 20.04 and ROS Noetic) and I get the same warning "Packet containing angle overflow". The problem is that, when I get this warning the robot also does some weird movements and this can be dangerous. Did anyone find a solution for this problem? Thanks in advance |
Hi @happengor , |
hi, i have adjusted the new code base according to https://github.com/ros-drivers/velodyne/pull/285/files . But first u need understand the code structure. U could also git clone this https://github.com/MapIV/velodyne/tree/feature/precise_scan_separation and test it. |
There is currently a build error on the "frame_id" when building https://github.com/MapIV/velodyne/tree/feature/precise_scan_separation. |
For ur first try, u can hard code it : -->> change config.frame_id to "velodyne" . It's ur definition of frame_id for coordinate transformation . |
I'm commenting just to put into question that the "Packet containing angle overflow" warning is causing any sort of weird movement or dangerous behavior. The overflow warning appears to be continuous, and only prints out every 60s or so. I can't see how the printout frequency of a warning could have any effect on the actual behavior of the robot. I'd suggesting looking elsewhere to find the root cause of that "weird" behavior. If you have more data suggesting it is actually causing "weird"' behavior please let me know! |
Thank you very much @happengor , Anyway, I tested the ros_drivers/Velodyne on both Kinetic (Ubuntu 16) and Noetic (Ubuntu 20) and I have this warning only on Noetic. Maybe they wrote something to fix this warning for Kinetic in the two years from the opening of this issue. And the warning happens only when I open the pointcloud in Rviz or when I do "rostopic echo /velodyne_points". Otherwise, it does not happen. @kennedyaidan |
any updates on how to fix this warning? |
I had an same issue, Ubunto 20.04 , ROS noetic than delete catkin_ws
than build catkin again
hope this can be helpful thx |
I use ubuntu 16.04 and ros_kinetic
when I use this master package and I found there can ger scan directly,
but when I launch VLP16_points.launch, I get this warning:
also I add this topic in rviz, and there have warning as follow:
So can someone give me advice ? Thank you!
The text was updated successfully, but these errors were encountered: