-
Notifications
You must be signed in to change notification settings - Fork 0
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
[20108] Clarify Fast DDS Discovery Server Tutorial for Windows support #22
Conversation
|
||
.. code-block:: console | ||
|
||
set export ROS_DISCOVERY_SERVER=127.0.0.1:11811 |
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.
I think this should be set ROS_DISCOVERY_SERVER=127.0.0.1:11811
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.
set export ROS_DISCOVERY_SERVER=127.0.0.1:11811 | |
set ROS_DISCOVERY_SERVER=127.0.0.1:11811 |
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.
there are many places with export
, those also needs to be updated accordingly?
|
||
.. code-block:: console | ||
|
||
set export ROS_DISCOVERY_SERVER=127.0.0.1:11811 |
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.
set export ROS_DISCOVERY_SERVER=127.0.0.1:11811 | |
set ROS_DISCOVERY_SERVER=127.0.0.1:11811 |
Sure, thanks @fujitatomoya! |
0a4f76c
to
e2dfd79
Compare
…upport Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
e51e4cd
to
d84c044
Compare
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
ebbb12e
to
c7317be
Compare
* Refs #20108: Clarify Fast DDS Discovery Server Tutorial for Windows support Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20108: Remove left code Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20108: Apply Linux-Windows tabs to remain file sections Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> * Refs #20108: Fix identation and apply tabs in synced remain sections Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com> --------- Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
Fixes: