-
Notifications
You must be signed in to change notification settings - Fork 2
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
Replace executables with link to demos readme #395
Replace executables with link to demos readme #395
Conversation
Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
@@ -8,6 +8,51 @@ requirements: | |||
url: https://github.com/ros2/demos/blob/iron/composition/README.md | |||
checks: | |||
- name: The executables in the README and present and work as expected. | |||
- name: Demo Nodes (CPP) executables |
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.
- name: Demo Nodes (CPP) executables | |
- name: Demo Nodes (C++) executables |
- executable | ||
- feature | ||
links: | ||
- name: Nodes cpp demos |
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.
- name: Nodes cpp demos | |
- name: Demo Nodes C++ |
- name: Nodes cpp demos | ||
url: https://github.com/ros2/demos/blob/iron/demo_nodes_cpp/README.md | ||
checks: | ||
- name: The executables in the README and present and work as expected. |
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.
- name: The executables in the README and present and work as expected. | |
- name: The executables in the README are present and work as expected. |
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.
Thanks! I noticed that statement appears (exactly the same) on all the other test cases, I'll go ahead and do the corresponding modification.
url: https://github.com/ros2/demos/blob/iron/demo_nodes_cpp/README.md | ||
checks: | ||
- name: The executables in the README and present and work as expected. | ||
- name: Demo Nodes Native (CPP) executables |
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.
- name: Demo Nodes Native (CPP) executables | |
- name: Demo Nodes Native (C++) executables |
- executable | ||
- feature | ||
links: | ||
- name: Nodes cpp native demos |
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.
- name: Nodes cpp native demos | |
- name: Demo Nodes C++ native |
- name: Dummy Map Server | ||
url: https://github.com/ros2/demos/blob/iron/dummy_robot/dummy_map_server/README.md#run | ||
checks: | ||
- name: The executables in the README and present and work as expected. |
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.
- name: The executables in the README and present and work as expected. | |
- name: The executables in the README are present and work as expected. |
- name: Dummy Sensors | ||
url: https://github.com/ros2/demos/blob/iron/dummy_robot/dummy_sensors/README.md#run | ||
checks: | ||
- name: The executables in the README and present and work as expected. |
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.
- name: The executables in the README and present and work as expected. | |
- name: The executables in the README are present and work as expected. |
url: https://github.com/ros2/demos/blob/iron/dummy_robot/dummy_sensors/README.md#run | ||
checks: | ||
- name: The executables in the README and present and work as expected. | ||
- name: Image-tools executables |
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.
- name: Image-tools executables | |
- name: Image Tools executables |
- executable | ||
- feature | ||
links: | ||
- name: Image-tools demos |
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.
- name: Image-tools demos | |
- name: Image Tools |
- name: Image-tools demos | ||
url: https://github.com/ros2/demos/blob/iron/image_tools/README.md#run | ||
checks: | ||
- name: The executables in the README and present and work as expected. |
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.
- name: The executables in the README and present and work as expected. | |
- name: The executables in the README are present and work as expected. |
Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
@clalancette All comments have been addressed. |
* Replace executables with link to demos readme Signed-off-by: Voldivh <eloyabmfcv@gmail.com>
* move humble requirements to root Signed-off-by: Yadunund <yadunund@openrobotics.org> * Update tier 3 os labels and remove source from jammy Signed-off-by: Yadunund <yadunund@openrobotics.org> * Tmp fix for redirected links in sitemap that cause duplicate requirements Signed-off-by: Yadunund <yadunund@openrobotics.org> * Added an expectation for param delete Signed-off-by: Yadunund <yadunund@openrobotics.org> * Fix prompt for service find Signed-off-by: Yadunund <yadunund@openrobotics.org> * Update bag info with mcap Signed-off-by: Yadunund <yadunund@openrobotics.org> * Added details for component cli tests Signed-off-by: Yadunund <yadunund@openrobotics.org> * Add checks for ros1_bridge Signed-off-by: Yadunund <yadunund@openrobotics.org> * Added tests for service introspection Signed-off-by: Yadunund <yadunund@openrobotics.org> * Add check for asunc_param_client Signed-off-by: Yadunund <yadunund@openrobotics.org> * Fix duplicate py checks Signed-off-by: Yadunund <yadunund@openrobotics.org> * Add DISTRO_LABEL constant Signed-off-by: Yadunund <yadunund@openrobotics.org> * Use DISTRO const to retrieve docs Signed-off-by: Yadunund <yadunund@openrobotics.org> * Change the names of launch files to be _launch.py (#347) This matches the current best practice, which we updated in Iron. Signed-off-by: Chris Lalancette <clalancette@gmail.com> * Update the service executables demon_nodes_py test to use async. (#348) There is no '_sync' version, so this must have been a typo for the '_async' version, which does exist. Signed-off-by: Chris Lalancette <clalancette@gmail.com> * Add the holonomic parameter to turtlesim tests. (#350) Signed-off-by: Chris Lalancette <clalancette@gmail.com> * remove extra slash to output correct command (#353) Signed-off-by: Chen Lihui <lihui.chen@sony.com> * fix input (#352) Signed-off-by: Yadunund <yadunund@openrobotics.org> * Add linux label to realtime tests (#351) Signed-off-by: Yadunund <yadunund@openrobotics.org> * tag linux (#357) Signed-off-by: Yadunund <yadunund@openrobotics.org> * Fix up the multicast test to have a try and expect section. (#355) Signed-off-by: Chris Lalancette <clalancette@gmail.com> * Add in a missing component container name in a test. (#354) Signed-off-by: Chris Lalancette <clalancette@gmail.com> * Specify frame ids for static transform publisher (#358) Signed-off-by: Yadunund <yadunund@openrobotics.org> * Replace executables with link to demos readme (#365) * Replace executables with link to demos readme Signed-off-by: Yadunund <yadunund@openrobotics.org> * address feedback Signed-off-by: Yadunund <yadunund@openrobotics.org> --------- Signed-off-by: Yadunund <yadunund@openrobotics.org> * Change references to humble -> iron (#370) Signed-off-by: Chris Lalancette <clalancette@gmail.com> * Modifies the console input to test out rqt (#374) Signed-off-by: Voldivh <eloyabmfcv@gmail.com> * Adds the label to only test in linux gazebo_ros_pkgs (#392) Signed-off-by: Voldivh <eloyabmfcv@gmail.com> * Removes test cases for Windows (#394) Signed-off-by: Voldivh <eloyabmfcv@gmail.com> * Adds a clearer description for the idl message generation (#390) * Adds a clearer description of the test Signed-off-by: Voldivh <eloyabmfcv@gmail.com> * Replace executables with link to demos readme (#395) * Replace executables with link to demos readme Signed-off-by: Voldivh <eloyabmfcv@gmail.com> * Adds the full path to the launch testing stdin (#393) * Adds the full path to the launch testing stdin * Adds instructions to clone the repository Signed-off-by: Voldivh <eloyabmfcv@gmail.com> * Filter redirects in docs.ros.org sitemap (#405) * Ignore redirects Signed-off-by: Yadunund <yadunund@openrobotics.org> * Moved iron requirements to ros2_test_cases Signed-off-by: Yadunund <yadunund@openrobotics.org> * Restore garden backup Signed-off-by: Yadunund <yadunund@openrobotics.org> * Parse YAML_DISTRO_LABEL Signed-off-by: Yadunund <yadunund@openrobotics.org> * Update readme and ci Signed-off-by: Yadunund <yadunund@openrobotics.org> * Format Signed-off-by: Yadunund <yadunund@openrobotics.org> * Make YATM_DISTRO_LABEL a required param Signed-off-by: Yadunund <yadunund@openrobotics.org> --------- Signed-off-by: Yadunund <yadunund@openrobotics.org> Signed-off-by: Chris Lalancette <clalancette@gmail.com> Signed-off-by: Chen Lihui <lihui.chen@sony.com> Signed-off-by: Voldivh <eloyabmfcv@gmail.com> Co-authored-by: Yadunund <yadunund@openrobotics.org> Co-authored-by: Chris Lalancette <clalancette@gmail.com> Co-authored-by: Chen Lihui <lihui.chen@sony.com> Co-authored-by: Eloy Briceno <51831786+Voldivh@users.noreply.github.com>
This PR addresses an item from #366 and continues the effort made in #365.