using velodyne(HDL-32E)
Hello, We have a velodyne(HDL-32E) and Ubuntu 12.04 LTS, groovy user. I followed this velodyne tutorial. [Getting Started with the Velodyne HDL-32E]
In this tutorial, we had to set up network like this.
1. sudo ifconfig eth0 192.168.3.100
2. sudo route add 192.168.XX.YY eth0
And here is problem. It has worked well just for seconds, after then Ubuntu showed "Wired Connection - Disconnected" Message and velodyne package stop working.
I saw my route table by "route", 192.168.17.171(our devices IP) has been exsisting for a seconds, and then disappeared.
Do I have to do that progress(sudo ifconfig....)? Although I have 1 LAN Card, why I need to add velodyne's IP to routing table. And after modifying routing table, why this table has not maintained forever.
Please help us.
Thank you for answering. It is working well. ^^