ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

tcpdump and wireshark has captured no package, so my network is not properly set.

I've followed the tutorial :

  1. sudo ifconfig eth0 192.168.3.100 (I've used .100 because is the tutorial data)
  2. sudo route add 192.168.18.108 eth0 <-- NEW IP (written in the CD) or sudo route add 192.168.3.43 eth0 <-- DEFAULT IP (written in the CD)
  3. roslaunch velodyne_pointcloud 32e_points.launch calibration:=/home/vic/32db.yaml

And the net is set like that:

$ ifconfig eth0 Link encap:Ethernet direcciónHW ...

      Direc. inet:192.168.3.100  Difus.:192.168.3.255  Másc:255.255.255.0
      ACTIVO DIFUSIÓN MULTICAST  MTU:1500  Métrica:1
      Paquetes RX:11417 errores:0 perdidos:0 overruns:0 frame:0
      Paquetes TX:4016 errores:0 perdidos:0 overruns:0 carrier:0
      colisiones:0 long.colaTX:1000 
      Bytes RX:6879138 (6.8 MB)  TX bytes:557882 (557.8 KB)
      Interrupción:20 Memoria:d3200000-d3220000

lo Link encap:Bucle local

      Direc. inet:127.0.0.1  Másc:255.0.0.0
      Dirección inet6: ::1/128 Alcance:Anfitrión
      ACTIVO BUCLE FUNCIONANDO  MTU:65536  Métrica:1
      Paquetes RX:20638 errores:0 perdidos:0 overruns:0 frame:0
      Paquetes TX:20638 errores:0 perdidos:0 overruns:0 carrier:0
      colisiones:0 long.colaTX:0 
      Bytes RX:2691286 (2.6 MB)  TX bytes:2691286 (2.6 MB)

$ route

Tabla de rutas IP del núcleo

Destino Pasarela Genmask Indic Métric Ref Uso Interfaz

192.168.3.0 * 255.255.255.0 U 0 0 0 eth0

192.168.3.43 * 255.255.255.255 UH 0 0 0 eth0

Is it something wrong in my network configuration? Thanks in advance.

tcpdump and wireshark has captured no package, so update my first post with my network is not properly set. configuration

I've followed the tutorial :

  1. sudo ifconfig eth0 192.168.3.100 (I've used .100 because is the tutorial data)
  2. sudo route add 192.168.18.108 eth0 <-- NEW IP (written in the CD) or sudo route add 192.168.3.43 eth0 <-- DEFAULT IP (written in the CD)
  3. roslaunch velodyne_pointcloud 32e_points.launch calibration:=/home/vic/32db.yaml

And the net is set like that:

$ ifconfig eth0 Link encap:Ethernet direcciónHW ...

      Direc. inet:192.168.3.100  Difus.:192.168.3.255  Másc:255.255.255.0
      ACTIVO DIFUSIÓN MULTICAST  MTU:1500  Métrica:1
      Paquetes RX:11417 errores:0 perdidos:0 overruns:0 frame:0
      Paquetes TX:4016 errores:0 perdidos:0 overruns:0 carrier:0
      colisiones:0 long.colaTX:1000 
      Bytes RX:6879138 (6.8 MB)  TX bytes:557882 (557.8 KB)
      Interrupción:20 Memoria:d3200000-d3220000

lo Link encap:Bucle local

      Direc. inet:127.0.0.1  Másc:255.0.0.0
      Dirección inet6: ::1/128 Alcance:Anfitrión
      ACTIVO BUCLE FUNCIONANDO  MTU:65536  Métrica:1
      Paquetes RX:20638 errores:0 perdidos:0 overruns:0 frame:0
      Paquetes TX:20638 errores:0 perdidos:0 overruns:0 carrier:0
      colisiones:0 long.colaTX:0 
      Bytes RX:2691286 (2.6 MB)  TX bytes:2691286 (2.6 MB)

$ route

Tabla de rutas IP del núcleo

Destino Pasarela Genmask Indic Métric Ref Uso Interfaz

192.168.3.0 * 255.255.255.0 U 0 0 0 eth0

192.168.3.43 * 255.255.255.255 UH 0 0 0 eth0

Is it something wrong in my network configuration? Thanks in advance.