forked from ros2/ros2_documentation
-
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
Tutorial chapter about configuring FastDDS middleware with XML files #1
Open
IkerLuengo
wants to merge
79
commits into
master
Choose a base branch
from
tutorials/fastdds-configuration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* committing version test * remove tags Signed-off-by: maryaB-osr <marya@openrobotics.org> * adding whitelists and trying released/in-development Signed-off-by: maryaB-osr <marya@openrobotics.org> * comment out unused config with wrong type causing warning * Enable pulling from origin and released flag * Example warning banner * reverse order and move version list below navigation Signed-off-by: maryaB-osr <marya@openrobotics.org> * reorder version list Signed-off-by: maryaB-osr <marya@openrobotics.org> * refactored after separating versions Signed-off-by: maryaB-osr <marya@openrobotics.org> * lowercase branch names, add dashing Signed-off-by: maryaB-osr <marya@openrobotics.org> * fixing branch versioning Signed-off-by: maryaB-osr <marya@openrobotics.org> * travis.yml: pip3 install sphinx_multiversion Signed-off-by: maryaB-osr <marya@openrobotics.org> * remove missing-reference function Signed-off-by: maryaB-osr <marya@openrobotics.org> * fix typo Signed-off-by: maryaB-osr <marya@openrobotics.org> * no env config video for rolling Signed-off-by: maryaB-osr <marya@openrobotics.org> Co-authored-by: Tully Foote <tfoote@osrfoundation.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org>
* XML launch files are still supported in ROS2 Should this also mention YAML? I saw in the source code that there is also a YAML frontend. * Shorten long sentence * Add "and YAML" (cherry picked from commit e86c950) Co-authored-by: Nikolai Morin <nnmmgit@gmail.com>
* Add a section on becoming a core maintainer. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> Co-authored-by: William Woodall <william+github@osrfoundation.org> (cherry picked from commit 654c0c2) Co-authored-by: Chris Lalancette <clalancette@openrobotics.org>
* Add EOL banner to eloquent Signed-off-by: maryaB-osr <marya@openrobotics.org> * Change the wording for version banners (ros2#991) * Change the wording for version banners Signed-off-by: maryaB-osr <marya@openrobotics.org> * Apply suggestions from code review Co-authored-by: Chris Lalancette <clalancette@openrobotics.org> * add commas to review change Signed-off-by: maryaB-osr <marya@openrobotics.org> Co-authored-by: Chris Lalancette <clalancette@openrobotics.org> Co-authored-by: Chris Lalancette <clalancette@openrobotics.org>
* Update Single-Package-Define-And-Use-Interface.rst * Update Single-Package-Define-And-Use-Interface.rst fix typo * Update source/Tutorials/Single-Package-Define-And-Use-Interface.rst Co-authored-by: Marya Belanger <marya@openrobotics.org> (cherry picked from commit afae75e) Co-authored-by: woodz- <woodz@andechs.net>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> (cherry picked from commit 1edebe3) # Conflicts: # source/Tutorials/Working-with-multiple-RMW-implementations.rst
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> (cherry picked from commit 22800cd)
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> (cherry picked from commit d944d4d)
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> (cherry picked from commit 9271039)
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
In particular, make it so that requirements.txt has all of the requirements (including sphinx-multiversion), and that the Makefile has a target for building multiversion. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
This will be used by the buildfarm job to build the documentation and upload it to docs.ros.org. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
That way it renders more nicely from other pages. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> (cherry picked from commit bcd1972)
…2#1118) * Add crystal to the list of branches to be built by multiversion. Also make sure to mark it EOL. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
'release-foxy' does not point to a valid file and 'release-latest' is no longer used. Signed-off-by: Jacob Perron <jacob@openrobotics.org> (cherry picked from commit b0f7676) # Conflicts: # source/Installation/Maintaining-a-Source-Checkout.rst Co-authored-by: Jacob Perron <jacob@openrobotics.org>
…#1139) (ros2#1144) These two directories seem common enough, and already a convention, that we should consider adding them to the recommended package layout. Signed-off-by: Jacob Perron <jacob@openrobotics.org> (cherry picked from commit 5eb270f) Co-authored-by: Jacob Perron <jacob@openrobotics.org>
* remove rolling installation landing page Signed-off-by: maryaB-osr <marya@openrobotics.org> * remove rolling installation landing page Signed-off-by: maryaB-osr <marya@openrobotics.org> * Fix the links. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> * shorten title, mention distro in first line Signed-off-by: maryaB-osr <marya@openrobotics.org> * shorten title Signed-off-by: maryaB-osr <marya@openrobotics.org> * Fix one more installation link. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org> Co-authored-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
clalancette
force-pushed
the
tutorials/fastdds-configuration
branch
from
March 1, 2021 14:06
a561a28
to
63da3eb
Compare
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
The read-the-docs theme is far nicer (in my opinion) than the default 'alabaster' theme. Also, it gives us links to GitHub sources and the version picker without additional plugins needed. This theme also puts the table-of-contents for subsections in the order they were written, not in alphabetical order. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This should make it a little easier for readers to understand which branch of the documentation they are reading. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org> add/update doc-type descriptions also update some other small parts of the overview page Signed-off-by: maryaB-osr <marya@openrobotics.org> partial move Signed-off-by: maryaB-osr <marya@openrobotics.org> partial move Signed-off-by: maryaB-osr <marya@openrobotics.org> move troubleshooting to guides, add redirect-from to pages moved so far Signed-off-by: maryaB-osr <marya@openrobotics.org> moved remaining pages, added redirects Signed-off-by: maryaB-osr <marya@openrobotics.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org>
Signed-off-by: maryaB-osr <marya@openrobotics.org>
IkerLuengo
force-pushed
the
tutorials/fastdds-configuration
branch
from
March 4, 2021 15:03
9c6f4ac
to
2efee1f
Compare
Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
Since the PR was retargeted to the rolling branch, the remark is not needed anymore Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
IkerLuengo
force-pushed
the
tutorials/fastdds-configuration
branch
from
March 4, 2021 15:11
2efee1f
to
4e27308
Compare
IkerLuengo
force-pushed
the
tutorials/fastdds-configuration
branch
from
March 23, 2021 12:08
0710a10
to
bc6c47f
Compare
Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
IkerLuengo
force-pushed
the
tutorials/fastdds-configuration
branch
from
March 23, 2021 12:11
bc6c47f
to
075165e
Compare
Signed-off-by: Iker Luengo <ikerluengo@eprosima.com>
IkerLuengo
force-pushed
the
tutorials/fastdds-configuration
branch
from
April 9, 2021 06:24
e132631
to
29d264d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Iker Luengo ikerluengo@eprosima.com