-
Notifications
You must be signed in to change notification settings - Fork 52
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
Setting your ROS_HOSTNAME and ROS_MASTER_URI #43
Comments
If I remember right you need to set them in your system]s environmental
variables. Create two new variables, one for each, set there names to
ROS_HOSTNAME and ROS_MASTER_URI and set their values to the appropriate IP
address. Remeber to use http:// and :port for the master URI
…On Fri, Sep 8, 2017 at 7:30 AM, Dhivin Davis ***@***.***> wrote:
Hi,
How to Set the ROS_HOSTNAME and ROS_MASTER_URI in my windows environment
variables?
Sorry for asking a very basic question.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIo0v9373dYx9mPXO5nL2LaV364HaHb0ks5sgSVrgaJpZM4PRDmo>
.
|
In control panel, goto system, choose advanced settings, then choose
environment variables. They can be either user or system variables. The
user one take precedence if defined.
One liner(ish) to get to the env vars page (in cmd or Run)
"C:\Windows\system32\rundll32.exe" sysdm.cpl,EditEnvironmentVariables
…On Sep 8, 2017 7:54 AM, "Dalton Curtin" ***@***.***> wrote:
If I remember right you need to set them in your system]s environmental
variables. Create two new variables, one for each, set there names to
ROS_HOSTNAME and ROS_MASTER_URI and set their values to the appropriate IP
address. Remeber to use http:// and :port for the master URI
On Fri, Sep 8, 2017 at 7:30 AM, Dhivin Davis ***@***.***>
wrote:
> Hi,
> How to Set the ROS_HOSTNAME and ROS_MASTER_URI in my windows environment
> variables?
>
> Sorry for asking a very basic question.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#43>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/
AIo0v9373dYx9mPXO5nL2LaV364HaHb0ks5sgSVrgaJpZM4PRDmo>
> .
>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABLrW63VO5pI04tzv2Ip_NjCHN1BTOAzks5sgSrkgaJpZM4PRDmo>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
How to Set the ROS_HOSTNAME and ROS_MASTER_URI in my windows environment variables?
Sorry for asking a very basic question.
The text was updated successfully, but these errors were encountered: