[JTC] Import docs from wiki.ros.org#566
Merged
destogl merged 14 commits intoros-controls:masterfrom May 9, 2023
Merged
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## master #566 +/- ##
==========================================
- Coverage 35.78% 32.48% -3.31%
==========================================
Files 189 7 -182
Lines 17570 665 -16905
Branches 11592 357 -11235
==========================================
- Hits 6287 216 -6071
+ Misses 994 157 -837
+ Partials 10289 292 -9997
Flags with carried forward coverage won't be shown. Click here to find out more.
|
destogl
reviewed
Apr 11, 2023
destogl
reviewed
Apr 11, 2023
destogl
reviewed
Apr 11, 2023
Co-authored-by: Dr. Denis <denis@stoglrobotics.de>
Co-authored-by: Dr. Denis <denis@stoglrobotics.de>
Contributor
|
This pull request is in conflict. Could you fix it @christophfroehlich? |
Contributor
|
This pull request is in conflict. Could you fix it @christophfroehlich? |
bmagyar
approved these changes
May 8, 2023
Member
|
@Mergifyio backport humble |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
May 31, 2023
* Remove trajectory replacement doc from this PR Co-authored-by: Dr. Denis <denis@stoglrobotics.de> (cherry picked from commit 6851df1) # Conflicts: # joint_trajectory_controller/doc/userdoc.rst
destogl
pushed a commit
that referenced
this pull request
May 31, 2023
* [JTC] Import docs from wiki.ros.org (#566) * Remove trajectory replacement doc from this PR Co-authored-by: Dr. Denis <denis@stoglrobotics.de> (cherry picked from commit 6851df1) # Conflicts: # joint_trajectory_controller/doc/userdoc.rst * Fix merge conflicts (#635) --------- Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
This file contains hidden or 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
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.
I found some useful documentation on wiki.ros.org, which I think is still correct for ROS 2. I added the information with citation to the original source.
I was not sure if the ROS 2 implementation has the same behavior on some details, see comments below.