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

Package Versions of ROS-Noetic

asked 2021-03-03 11:07:39 -0500

mab0189 gravatar image

updated 2021-03-03 11:08:39 -0500

The ROS-wiki explained that a ROS distribution is a versioned set of ROS packages but where can i find a list of the packages that were used and their version for the Noetic distribution?

I installed ROS on a Raspberry Pi4 / Raspberry-OS with sudo apt-get install ros-base-dev and I need to know which distribution this would be closest to.

When i start the roscore i get the following output (would upload a screenshot but i dont have enough points yet):

...
ros_comm version 1.14.3
...
PARAMETERS
* /rosdistro: Debian
* /rosversion: 1.14.3
...

I am very grateful for your help!

edit retag flag offensive close merge delete

Comments

1

would upload a screenshot but i dont have enough points yet

From wiki/Support:

Please DO NOT post a screenshot of the terminal or source file [..]

gvdhoorn gravatar image gvdhoorn  ( 2021-03-03 11:44:54 -0500 )edit
1

Please note:

/rosdistro: Debian

this suggests you've actually installed the UpstreamPackages instead of a regular ROS install.

Please read the linked page and be aware of the differences and difficulties you can encounter with that.

gvdhoorn gravatar image gvdhoorn  ( 2021-03-03 11:46:40 -0500 )edit

Please DO NOT post a screenshot of the terminal or source file [..]

I am sorry i will keep it in mind!

mab0189 gravatar image mab0189  ( 2021-03-03 13:23:33 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-03-03 11:51:02 -0500

gvdhoorn gravatar image

updated 2021-03-03 12:11:04 -0500

ignoring the fact you've likely not installed ROS Noetic, but an upstream version:

where can i find a list of the packages that were used and their version for the Noetic distribution?

one way to see which versions of packages are currently part of the released set would be to visit the Noetic status page, which lists the versions of all packages in the Version column.

This information is only accurate for versions of ROS installed from repositories.ros.org, not for the UpstreamPackages.

Note that the page linked is for the amd64 build. For RPi you'll have to look at the pages for arm64 or arm32 for Debian or Ubuntu at repositories.ros.org/status_page.

And also note: only those OS versions get binary packages built by the ROS buildfarm. On other OS (such as the popular Raspbian) you'll have to build from source.


Edit: another option would be to look at the noetic/distribution.yaml file. This contains all packages released with Bloom. Part of the metadata is the version of the released package.

For ros_comm for instance:

  ros_comm:
    [..]
    release:
      packages:
      [..]
      - ros_comm
      [..]
      tags:
        release: release/noetic/{package}/{version}
      url: https://github.com/ros-gbp/ros_comm-release.git
      version: 1.15.9-1
    source:
      [..]
    status: maintained

which also shows that your version of ros_comm is rather old.

edit flag offensive delete link more

Comments

I am very grateful for you answer. Thank you very much gvdhoorn! I think the upstream version is not the right solution for my use-case then because it is older and has some differences in comparison to the original ROS. I didn't know that. I will try to build it from source because i must use raspberry os.

mab0189 gravatar image mab0189  ( 2021-03-03 13:22:00 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-03-03 11:07:39 -0500

Seen: 1,082 times

Last updated: Mar 03 '21