ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Issue with binary install of moveit2 with ROS2 Humble in Ubuntu 22.02

asked 2022-08-03 03:44:32 -0500

hcostelha gravatar image

Hi. I am trying to install moveit2 with ROS2 Humble on Ubuntu 22.02, but I came across the issue https://github.com/ros-planning/movei.... It says that version 2.5.3 was released about 5 days ago, but the ROS repository still only includes 2.5.1. Is there a way to know when will it be available? (I though replying to the issue, but I was afraid it would reopen the issue)

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-08-03 16:11:57 -0500

vatanaksoytezer gravatar image

There are two different repositories in ROS ecosystem, namely main and testing. The releases become available in testing repositories almost as soon as they merged to rosdistro (after they are compiled in build farm). They get synced in main repositories every month or so and become available for most people. You can follow the announcements in ROS discourse for syncs. A sample announcement is here: https://discourse.ros.org/t/preparing.... If you want to get access to latest releases before syncs happen you can build from source or use testing repositories. Please note testing repositories are bleeding edge and may contain regressions. To enable testing repositories, simply issue the following command in your terminal:

echo "deb http://packages.ros.org/ros2-testing/ubuntu $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/ros2-latest.list
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-08-03 03:44:32 -0500

Seen: 63 times

Last updated: Aug 03 '22