-
Notifications
You must be signed in to change notification settings - Fork 95
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
ROS1 documentation updates and enhancements #316
Conversation
Hey @stefaniapedrazzi! Right now from my end the PR is ready for review, but the docs are 'incomplete' as some nodes are not yet updated. Do you think we can go ahead and review/merge this and change the docs for remaining nodes as soon as they are updated or keep this as draft and update it simultaneously? |
Given that the list of nodes that still needs to be updated should be already listed in #305, I think that we can review and merge this 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.
Changes are fine!
There is just one link pointing to a file that doesn't exist.
And maybe the very long lines containing multiple sentences may be split.
Thank you for the review!
Sorry about that, i am not exactly sure what convention we are following in the docs, regarding the long lines. I applied the fixes suggested. |
Initially I tried to insist on having one sentence per line on the documentation for MD filed because it is easier to read and review the sources. So it is preferable to not split sentences on different lines even if they are very long and it is ok to have multiple sentences per line if they are not too long. |
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.
Thank you!
Alright TYVM for the explanation! |
The updates in the ROS docs are complete now, PR is ready for review. |
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.
That's quite the improvement, very clear and complete, thank you!
Only a few suggestions
Thanks @ad-daniel for the review! Should we add the |
sure doesn't hurt |
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.
We can wait for the tests, but it looks good to me, thanks!
no need to wait the tests again, once they pass we sync the branch and remove the label |
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.
Also looks good to me as well! Thank you!
* Added prerequisites section for common prerequisites across nodes * Overhauled the dataset nodes section and added RGB nodes section * Rearranged the listed node links * General rearrangement and input sections * Additional modifications and pose estimation section * Section renaming for consistency * Some rearrangement in contents list to match the order * Fall detection doc and moved dataset nodes to bottom * Face det, reco, 2d object detection overhaul and todo notes * Added a class id table on sem segmentation doc * Panoptic and semantic segmentation overhaul * Fix long lines as per suggestions * Fix long lines as per suggestions * Removed commented pose estimation usage suggestion * Update video HAR docs foro ROS node * Updated the video human activity recognition section and some other minor fixes * Fixed italics showing as block * Removed redundant line separators after headers * Removed redundant horizontal line from RGBD header * Added notes for output visualization and updated pose estimation docs * Added missing space in pose estimation docs * Updates on formatting for all other applicable nodes' docs and minor fixes * More detailed ros setup instructions * Added skipping of workspace build step * Updated RGBD hand gesture recognition ros node doc * Updated speech command recognition ros node doc and some minor fixes * Updated heart anomaly detection ros node doc * Reordered audio section and added RGB + Audio section * Added audiovisual emotion reco missing doc and reordered audio section * Added link to csv file with classes-ids for activity recognition * Added link to csv file with class-ids for activity recognition * Minor improvements * Several minor fixes and landmark-based facial expression recognition * Skeleton-based human action recognition and minor fixes * Moved fair mot in rgb input section * Completed ROS1 docs * Updates on default values for FairMOT ros node class ctor * Fixed duplicate shortcut on deepsort ros node argparse * Fixed missing shortcut on rgbd hand gesture reco ros node argparse * Added "opendr_" to data gen package and "_node" to the node file name * Renamed package to "opendr_perception" and added "_node" to scripts * Applied fixes to yolov5 * Added "opendr_" to planning package * Added "opendr_" to bridge package * Added "opendr_" to simulation package * Fixed old version of torch in pip_requirements.txt * Renamed ros bridge package doc * Updated based on new names and some minor modifications * Fixed list numbers * Merge clean-up * Added a new notes item with a node diagram and explanation * Minor formatting fixes in the diagram section * Fixed step X dot consistency * Fixed step X dot consistency * Added detached & in instructions for running stuff * Removed apt ros package installation instructions * Added some additional required ros packages and made ROS version a variable Co-authored-by: LukasHedegaard <[email protected]> Co-authored-by: ad-daniel <[email protected]>
projects/opendr_ws/src/perception/README.md
include:prerequisite
section describing common prerequisites between nodes andnotes
section for general informationprojects/opendr_ws/README.md
projects/opendr_ws/README.md
to match the order of theprojects/opendr_ws/src/perception/README.md
contentAdded some TODO comments on not yet updated nodes, see tracker issue [Tracker] ROS1 nodes updates and fixes #305.