-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calibrate Unit D Multisense, add automatic general setup to drc_environment.sh #95
Calibrate Unit D Multisense, add automatic general setup to drc_environment.sh #95
Conversation
…nd Edinburgh so we don't have to split procman files
OUTSIDE_HOSTNAME=`nslookup $OUTSIDE_IP` | ||
|
||
EDINBURGH='.ed.ac.uk' | ||
MIT='mit.edu' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets revise this before mergin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revised as on the observer workstation, still need to pull onto operator workstation once reconnected to network. Ready to merge
…tor workstation names
This is cleaned up and should be ready to go. Incorporated our changes to the corresponding files from the |
@@ -114,6 +114,27 @@ setup_robot_computers() | |||
fi | |||
} | |||
|
|||
setup_valkyrie_computers() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setup_edinburgh_valkyrie_computers()
<<< I see now, no need to respond >>>
This looks fine by me. happy to accept. uses the same approach as Pat wrote for Valkyrie |
Calibrate Unit D Multisense, add automatic general setup to drc_environment.sh
VAL_LINK_IP
,VAL_ZELDA_IP
,VAL_MULTISENSE_IP
, andVAL_UNIT
based on whether we are running at MIT or Edinburgh. These environment variables can then be used in robot.pmd and other files to avoid having to fork/duplicate files