Skip to content
Snippets Groups Projects
Commit 97ee63d3 authored by bucyril's avatar bucyril
Browse files

the config script now finds own IP automatically

parent 273695ed
No related branches found
No related tags found
No related merge requests found
export ROS_MASTER_URI=http://teacher:11311 export ROS_MASTER_URI=http://teacher:11311
export ROS_IP=10.42.0.33 export ROS_IP=hostname -I | awk '{print $1;}'
export ROS_HOSTNAME=student$(cat /etc/StudentID) export ROS_HOSTNAME=student$(cat /etc/StudentID)
export ROS_NAMESPACE=$(cat /etc/StudentID) export ROS_NAMESPACE=$(cat /etc/StudentID)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment