1。配置/etc/netplan中yaml,也可以不配置
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
ethernets:
enp8s0: #配置的网卡名称,使用ifconfig -a查看得到
dhcp4: no #dhcp4关闭
这样设置就可以了!!!
2.关键步骤 配置静态ip
sudo gedit /etc/network/interfaces
auto enp0s8
iface enp0s8 inet static
address 192.168.1.35
netmask 255.255.255.0
gateway 192.168.1.1
改成这样
3.reboot重启,一定要重启,不然用sudo ifup enp0s8没用
4.ifconfig查看静态ip就配置好了,如果显示不全可以用ifconfig -a
5.启动./livox_viewer.sh,把livox配置成动态ip
6.把ubuntu配置成动态ip
auto enp0s8
iface enp0s8 inet dhcp
7.不同的电脑配置不一样 比如我的电脑目前测试不能配置动态ip。会导致雷达和电脑连不上
但是工作站就可以。玄学问题吧
8。roslaunch livox_ros_driver livox_lidar_rviz.launch
订阅/livox/lidar,fixe