uos / sick_tim

A ROS driver for the SICK TiM series of laser scanners.
http://wiki.ros.org/sick_tim
47 stars 90 forks source link

Create sick_tim571_2050001.launch #28

Closed sacuar closed 9 years ago

sacuar commented 9 years ago

This launch file can be used directly to connect TIM571 devices through TCP/IP.

mintar commented 9 years ago

Thanks @sacuar ! In principle, I think it makes sense to add a launch file to make it clear to users which parameters to use for the scanner. However, there are a couple of issues before we can merge:

sacuar commented 9 years ago

That's what the marketing manager of SICK in Germany "Daniel Perez" ensured me about. And I got his contact through CEO of willow garage "Brian Gerkey". Seems like it has got a better range! Or, maybe it was a rough approximation :) Although I have not scaled the measurement.I will write you later if I find the documentation. The new sensor has a resolution of 0.333 degrees which was 1 degree in previous versions. And this can be changed back to 1 degree by using as median filter. The device details : TIM571-2050101 P/N : 1075091 S/N 15160296 DC-9-28V /3W

sacuar commented 9 years ago

Actually, I thought myself that having a different launch file is more feasible ,because I work with different devices on the same computer. So when I change the parameters then it becomes tiring to change the files and compile again and again.I think other users would think the same.

mintar commented 9 years ago

Thanks for the info!

One more thing that would be nice: Could you record a short 20 second bag file of the datagram topic for me (just so I can debug without having the device ready)?

How to do that:


About this pull request: I've pushed a cleaned up version of your commit, so we should be fine now. I'm not quite sure what you mean by your last comment; the launch files provided in the package can only serve as examples, if you want to change something (like switch from USB to TCP, or change the IP address), it's easiest to just copy the launch file to your own package and modify it there.

sacuar commented 9 years ago

@mintar I have sent you the bag file in your mail!

mirzashah commented 9 years ago

@mintar @sacuar I was also getting a warning about time increment until I set it to the recommended value.

  <param name="range_max" type="double" value="25.0" />
  <param name="time_increment" type="double" value="0.000185185" />
mintar commented 9 years ago

Good catch, @mirzashah ! I could reproduce the warning using @sacuar 's bagfile. Fixed in cf306dc2.