ROS_IPの書き方

export ROS_IP=$(hostname -I | sed 's/\s.*//g')
export ROS_MASTER_URI=http://$ROS_IP:11311