-
Notifications
You must be signed in to change notification settings - Fork 68
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
Move Docs From Wiki #119
Move Docs From Wiki #119
Conversation
I've added those necessary changes but when it comes to this comment, we're looking to do a whole other Pull request for those tutorials after this one gets merged correct? Also, should I add a section for the |
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.
Yes, we should add these new changes in a new PR |
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.
do you mind to fix the conflict ?
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Additional move Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Playing around Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Adding full tutorials Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
This reverts commit 84fa246.
Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Additional Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
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 can see these errors:
/home/ahcorde/ros2_rolling/src/ros2/message_filters/doc/Tutorials/Approximate-Synchronizer-Cpp.rst:1: ERROR: Unknown directive type "redirect-from".
.. redirect-from::
Tutorials/Approximate-Synchronizer-Cpp
/home/ahcorde/ros2_rolling/src/ros2/message_filters/doc/Tutorials/Approximate-Synchronizer-Python.rst:1: ERROR: Unknown directive type "redirect-from".
.. redirect-from::
Tutorials/Approximate-Synchronizer-Python
/home/ahcorde/ros2_rolling/src/ros2/message_filters/doc/Tutorials/Writing-A-Time-Synchronizer-Cpp.rst:1: ERROR: Unknown directive type "redirect-from".
.. redirect-from::
Tutorials/Writing-A-Time_Synchronizer-Cpp
/home/ahcorde/ros2_rolling/src/ros2/message_filters/doc/Tutorials/Writing-A-Time-Synchronizer-Python.rst:1: ERROR: Unknown directive type "redirect-from".
.. redirect-from::
Tutorials/Writing-A-Time_Synchronizer-Python
In the index.html
I can't see any link to the tutorials or API links
Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
56d1377
to
b57e30a
Compare
Yeah I messed up the |
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.
linters are failing
Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Fix Signed-off-by: CursedRock17 <mtglucas1@gmail.com>
6209cdd
to
58f4234
Compare
Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com>
Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com>
Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com>
Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com>
I don't know what I had done before with my rebase but it completely messed up the last few commits, all the linters pass now and we shouldn't have any CI problems, additionally all the tutorial links work |
Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com>
Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com>
* Move Docs From Wiki (#119) Signed-off-by: CursedRock17 <mtglucas1@gmail.com> Signed-off-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Lucas Wendland <82680922+CursedRock17@users.noreply.github.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
As per the title, this pull request moves the documentation of
message_filters
over todocs.ros.org
from the WIKI, fully updated to fit current ROS 2 stadards. Furthermore, this pr contians new, in-depth tutorials for users to get better withmessage_filters
and understand the various filters and policies. That part of the pull request comes from both thisros2_documentation
issue and thisros2_documentation
issue in which the tutorials needed an update. So, I added those tutorials over here so the docs would be centralized and only people using the package would have to worry about it, but if we needed, we can just copy all the information over to a PR in that repo. Additionally, I cannot get the ros2 docs to work for Python, though it works in C++, it comes from this line: https://github.com/CursedRock17/message_filters/blob/66c6bf9230c95cecc87c974500d759772a4e16de/doc/index.rst?plain=1#L263