-
Notifications
You must be signed in to change notification settings - Fork 90
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
SICK TIM320-1131000 - V2.51 --> received less fields than expected fields (actual: 303, expected: 580), ignoring scan" #88
Comments
Hi, Attached the output from running " roslaunch sick_tim sick_tim310s01.launch" and the received diagnostics from "rostopic echo /diagnostics". I am operating the lidar with 18V, could this be the issue of the less received fields? - it is rated from 9V-28V Has anyone seen this error before and has a tip how to solve it? [ INFO] [1588181431.548263846]: SICK AG - TIM3XX - [1] What got it working so far was the comment #33 Files: Thanks! |
That's good news, getting it fully working shouldn't be too hard now! Could you set the |
Hi, thanks for the fast reply. =) To record the rosbag I did the following steps:
|
You changed the "subscribe_datagram" parameter, but you need to set the "publish_datagram" parameter. The rosbags are missing the "datagram" topic (you can check for yourself: |
Thanks!! I have corrected it and edited the post. This is the rosbag file with publish_datagram true. |
Thanks, this looks good! I'll look into that bagfile as soon as I get to it, hopefully tomorrow. |
I've looked into it, and the roscore
rosparam set use_sim_time true
# now set the parameter `subscribe_datagram` in `sick_tim551_2050001.launch` to `true` (just for testing without a physical device!)
roslaunch sick_tim sick_tim551_2050001.launch
rosbag play --clock 2020-04-29-22-32-48.bag
rostopic echo /scan |
Hey thanks a lot for the fast reply and your support! =) I tested it the following way - and it seems to work great, although I receive a warning LIBUSB_ERROR_TIMEOUT: -connected the lidar So it seems to work just fine. |
Hello, I ran into a challenge with the package based on the firmware version 2.51, which is deployed on my lidar (TIM320-113).
So it seems that the information regarding the ranges is being transmitted via USB.
Attached an export from the data received by Sopas.
daten.txt
Unfortunately when I try to use the Ros package I always get the Errors:
Is there a way to get the TIM320 to work?
Is there a way to reset the firmware version on my lidar to pre V2.5?
The text was updated successfully, but these errors were encountered: