自动获取ROS主机IP
hostname -I | awk '{print $1}'
vim .bashrc
写入
export ROS_IP=`hostname -I | awk '{print $1}'` export ROS_MASTER_IRI=http://`hostname -I | awk '{print $1}'`:11311 export ROS_HOSTNAME=`hostname -I | awk '{print $1}'`
京公网安备 11010502049817号