homeskies / uw_fetch

Bringup and other robot dependent code
0 stars 0 forks source link

uw_tools: fix ethernet network interface name #11

Closed nickswalker closed 4 years ago

nickswalker commented 4 years ago

ROS_IP network interface is hardcoded to eno1 right now but in general interface names can be different across machines. @podshara you've already got a regex that can fix this (it looks for any ethernet device) sitting in your copy, please commit it.