swift-nav / swiftnav_ros

ROS driver for Swift Navigation SBP devices
4 stars 15 forks source link

Connect via ethernet #9

Open JadTawil-theonly opened 5 years ago

JadTawil-theonly commented 5 years ago

How can i connect via ethernet to the piksi boards?

JadTawil-theonly commented 5 years ago

the socat connection is terminating after only a few seconds of connection. Any ideas?

TaylorDale commented 5 years ago

After running socat pty,link=/tmp/virtualcom0,raw tcp:192.168.11.222:55555 The Swiftnav console does not pick up the device and I cannot select it. If i run tail on /tmp/virtualcom0 I also get nothing.

JeffSampson commented 5 years ago

@TaylorDale I see you are using 192.168.11.222 instead of the default 192.168.0.222. Will the Swiftnav console connect directly over ethernet using the 192.168.11.222 address? I assume you have your subnet on this Linux ethernet port set to 192.168.11.x

TaylorDale commented 5 years ago

@JeffSampson It does connect directly and I'm also using it successfully with a different Swiftnav ROS driver (rr_swiftnav_piksi) that directly supports a TCP input.