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

TIM551 Ethernet connection error Ubuntu 14.04 #34

Closed felixmn91 closed 8 years ago

felixmn91 commented 8 years ago

Everything works fine under windows with the SOPAS Engineering Tool.

capture

After changing the IP address in the launch file and un-commenting the Ethernet section, I get under Ubuntu this error:

screenshot from 2016-03-03 17-01-37

I thought that perhaps disabling networking changes anything, but then I get this error:

screenshot from 2016-03-03 16-47-34

Would you please help me?

Felix

mintar commented 8 years ago

Plesse attach the launch file you're using.

Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

mintar commented 8 years ago

Also make sure that you create a new wired network connection in NetworkManager and put in the following settings:

network_connection

You can use any address like 169.254.104.*, but not 169.254.104.128 (that's the IP of your scanner).

You can check if that worked by running ping 169.254.104.128.

felixmn91 commented 8 years ago

Mintar, thank you so much!! It is working now :)

mintar commented 8 years ago

Glad to hear! :)