We’re preparing for the release of Noetic Ninjemys on May 23rd, and would like to ask for your help in testing the pre-release.
What needs to be tested?
Installation and documentation!
- ROS Noetic Installation
- ROS Tutorials
- Your packages (and if they work, consider releasing them to ROS Noetic)
How do I get the pre-release?
Add the ros-testing
apt repo to get the pre-release ROS Noetic Debian packages on Ubuntu Focal or Debian Buster.
sudo sh -c 'echo "deb http://packages.ros.org/ros-testing/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-testing.list'
If you need stable packages, then don’t forget to remove that when you’re done testing!
What do I do if there is a problem?
- Software bug?
Open an issue on any repository you think the bug could be in.
Also, please ping me (@sloretz) on Github so I can at least add it to the Known issues list below. - Documentation issue?
Fix it please
Log in to your ROS wiki account and click “Edit (Text)” on the right side bar. - Notice something changed in Noetic?
Add it to the Noetic Migration Guide. - Not sure if it’s an issue?
Ask a question on https://answers.ros.org with thenoetic
tag! - Something that doesn’t fit any of the above?
Post it to this thread (but only for the pre-release please; once Noetic is out please use ROS Answers per the ROS Contributing docs).
Known issues
-
Fixed
rqt_graph fails to start: https://github.com/ros-visualization/rqt_graph/pull/43 -
Fixed
rqt_plot fails to start: https://github.com/ros-visualization/rqt_plot/pull/59 -
Fixed
rqt_console fails to start: https://github.com/ros-visualization/rqt_console/pull/23 -
Fixed
rqt_logger_level fails to start: https://github.com/ros-visualization/rqt_logger_level/pull/8 -
Fixed
xacro python: no such file or directory https://github.com/ros/xacro/issues/237 -
Fixed
Global executablesrqt_graph
,rqt_plot
,rqt_console
andrqt_logger_level
broken by above fixes: https://github.com/ros-visualization/rqt_graph/issues/44
Your friendly ROS Team