8000 Less fields than expected for 811 data points (1660). Ignoring scan · Issue #72 · uos/sick_tim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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

Less fields than expected for 811 data points (1660). Ignoring scan #72

Closed
chennuo0125-HIT opened this issue Nov 8, 2018 · 6 comments
Closed

Comments

@chennuo0125-HIT
Copy link

thanks you for your package. i have a sick tim571,but when i " roslaunch sick_tim sick_tim571_2050101.launch" , i got follow problem :

[ INFO] [1541644593.482460014]: Waiting 5 seconds for device to connect.
[ INFO] [1541644593.482886536]: Succesfully connected to 169.254.66.113:2112
[ WARN] [1541644593.551938275]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.618800364]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.685426119]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.752336910]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.818296715]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.885475636]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.951638890]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644594.018524931]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644594.084968651]: Less fields than expected for 811 data points (1660). Ignoring scan

as you can see ,internet connected successfully, so hardware is ok. could you tell me how can i process it? thanks !
my computer system is ubuntu16.04, ros kinetic.

@mintar
Copy link
Member
mintar commented Nov 8, 2018

Hmm, strange. Could you please edit the launch file and set the parameter publish_datagram to true (you also have to move that line so it's not commented out):

<param name="publish_datagram" type="bool" value="False" />

Then record a short rosbag of the "datagram" topic and attach it here.

rosbag record --lz4 -l 300 /datagram

@chennuo0125-HIT
Copy link
Author

thank your reply , i have record datagram and put it in the link below:
https://github.com/chennuo0125/sick_tim/tree/melodic/data

@mintar mintar closed this as completed in 995cde8 Nov 8, 2018
@mintar
Copy link
Member
mintar commented Nov 8, 2018

Your scanner has the device string set to the empty string. By default, it is set to the string "not defined". There was a bug in the parser that caused this issue. I have just pushed a commit that fixes the problem. To use it, you'll have to pull the latest code and build from source.

Thanks for your bug report!

@chennuo0125-HIT
Copy link
Author

@mintar what can i do to process it ? i still encounter the problem.
my datagram have been put in the link below :
https://github.com/chennuo0125/sick_tim/tree/melodic/data

[ INFO] [1541644593.482460014]: Waiting 5 seconds for device to connect.
[ INFO] [1541644593.482886536]: Succesfully connected to 169.254.66.113:2112
[ WARN] [1541644593.551938275]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.618800364]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.685426119]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.752336910]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.818296715]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.885475636]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644593.951638890]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644594.018524931]: Less fields than expected for 811 data points (1660). Ignoring scan
[ WARN] [1541644594.084968651]: Less fields than expected for 811 data points (1660). Ignoring scan

@mintar
Copy link
Member
mintar commented Nov 8, 2018

You should pull the latest code and compile it from source. Your log output shows that you are still running the old code.

@chennuo0125-HIT
Copy link
Author

thank you , the problem has been solved !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0