Hi Everyone,
As mentioned previously, we’re conducting a testing and tutorial party for the next ROS release, Jazzy Jalisco. If you happened to miss the kickoff of the Jazzy Jalisco Testing and Tutorial party (video) this morning I have put together some written instructions that should let everyone, no matter their time zone, participate.
TL;DR
We need your help to test the next ROS Distro before its release on 5/23/2024. We’re asking the community to pick a particular system setup, that is to say a combination of host operating system, CPU architecture, RMW vendor, and build type (source, debian, binary), and run through a set of ROS tutorials to make sure everything is working smoothly. Depending on the outcome of your tutorials you can either close the ticket or report the errors you found. If you can’t assign the ticket to yourself leave a comment and an admin will take care of it for you. Please do not sign up for more than one ticket at any given time. Everything you need to know about this process to know can be found in this Github repository.
As a thank you for your help we’re planning to provide the top twenty people who contribute to the testing repository with ROS Jazzy swag (the Jazzy swag sale should go live tomorrow, May 2nd). To be eligible to receive swag you must register using this short Google Form so we can match e-mail addresses to Github user names and count the total tickets closed.
On top of that, this year we’re also offering a free Sponsoring Individual membership in the OSRA to the top three people who contribute as part of this event. The membership will last until the end of 2024 and will provide all the benefits received by the paying Sponsoring Individual members. This is a great way to start getting involved in the OSRA and in the governance of the OSRF’s projects.
The testing and tutorial party will close on May 15, 2024 , but we’re asking everyone to get started right away!
Full Instructions
We’re planning to release ROS 2 Jazzy Jalisco on May 23, 2024 and we need the community’s help to make sure that we’ve thoroughly tested the distro on a variety of platforms before we make the final release. What do we mean by testing? Well, lots of things, but in the context of the testing and tutorial party we are talking about the package-level ROS unit tests and anything else you want to test. What do we mean by tutorials? We also want to make sure all our ROS tutorials are in working order before the release.
The difficulty in testing a ROS release is that people have lots of different ways they use ROS, and we can’t possibly test all of those combinations. For the testing and tutorial party we have created what we call, “a setup.” A setup is a combination of:
- DDS vendor: FASTDDS, CYCLONEDDS or CONNEXTDDS
- BuildType: binary, debian or source
- Os: Ubuntu Noble, Windows and RHEL-9
- Chipset: Amd64 or Arm64
If you already have a particular system setup that you work with, we suggest that you roll with that, otherwise feel free to create a new system setup just for testing purposes. If you normally use Windows or RHEL (or binary compatible distributions to RHEL like Rocky Linux / Alma Linux) we would really appreciate your help as we don’t have a ton of internal resources to test these distributions.
Here are the steps for participating in the testing and tutorial party:
-
First go to the Tutorial Party Github repo and read the README.md.
-
Figure out your setup!
-
Note your computer’s host operating system (either Ubuntu Nobel, Windows, or RHEL-9)
-
Note your chipset, either AMD64 or ARM64, if you don’t know it is probably AMD64.
-
Note your installed DDS Vendor (this varies by host OS).
-
Figure out how you want to install the ROS Jazzy Jalisco Beta, your options are:
1. [Binaries](https://docs.ros.org/en/jazzy/Installation.html)
2. Debian installation
3. [Source installation](https://docs.ros.org/en/jazzy/Installation/Alternatives/Ubuntu-Development-Setup.html)
- Once you’ve got your “setup” all figured out take a look at the open tickets in the tutorial repo (at the bottom of the page). There should be a set of tickets for your “setup”. Click on the links and review the available tickets. If you want to test something other than the available tickets, feel free to open a new ticket and describe exactly what you are testing.
- Pick a single ticket for your setup and use the assignees option to assign it to yourself. If you can’t assign yourself, leave a comment and an admin will assign the ticket to you
- Take a look at the ticket and do as it asks in the “Links” section. For example, in this ticket, its links section points you to this tutorial. You should use your new ROS Jazzy Jalisco setup to run through that tutorial.
- Once you complete the links section things will either go smoothly or you will run into problems. Please indicate the results using the check boxes in the “Checks” section of your Github issue.
- If everything goes well, note as such in your ticket’s comment section. We ask that you attach your terminal’s output as a code block or as a gist file. At this point feel free to close the ticket by clicking “close as completed.”
- If something went poorly, also note it in your ticket’s comment section. Please include a full stack trace or other debug output if possible.
- Please fill out the Google form for your first issue so we have your contact information.
If you run into issues please feel free to post them to our discussion board on Github. The testing and tutorial party wraps up on May 15, 2024 , but we’re asking everyone to get started early as we will need some lead time to address any bugs.
Happy testing and thanks for all your help! If you have any questions please include them in the comments.
New: Extra Testing Tools
Thanks to a lot of hard work from folks like @sloretz, @peci1, and @robwoolley this year we’re piloting a couple of new features to expand our testing repertoire. These new testing resources should make Jazzy one of the easiest ROS distros to test ever, and let ROS users dip their toes into Jazzy with a lot less work.
As discussed a few months ago, Shane and Martin have worked hard to create ROS Open Container Initiative (OCI) Docker Images for all supported ROS distros. These unofficial OCI Docker images already have a beta version of Jazzy Jalisco ready to go.
Try ROS Jazzy out on your machine by running:
docker run --rm=true -ti ghcr.io/sloretz/ros-testing:jazzy-desktop bash
The images are updated once per day at UTC midnight. Keep your copy up to date by running:
docker pull ghcr.io/sloretz/ros-testing:jazzy-desktop
We encourage you to use these containers to participate in the T&T Party, or to test Jazzy with your existing ROS project. The official docker images will be available shortly after the Jazzy release.
If you run into issues with Jazzy while using these images or containers to test your personal codebase please use our Jazzy issue tracker to report them.