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

What is the smallest ROS package I should install to be able to use the tutorials.

asked 2020-12-10 04:26:37 -0500

Cel gravatar image

Hi, I am using UBUNTU 18.04. I followed the steps in http://wiki.ros.org/melodic/Installat... up to the section 1.4. I am now hesitating between the different packages suggested. To start with, I would prefer to install the smallest number of packages required to run the tutorials and get familiar with the whole concept.

If I install "ROS-Base", which additional "Individual Package" will be needed?

Thanks for your help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-12-10 10:08:03 -0500

tryan gravatar image

You can start with ROS-Base and add any necessary packages later, as you need them. Which packages depends on the tutorials you want to follow. I don't think the first few ROS Tutorials require additional packages, but I haven't thoroughly read them in a long time. I think you can get through several with just rqt, but each tutorial should state prerequisites. If you end up not having a required package, you can install it easily. For example, the Understanding ROS Nodes tutorial requires you to install a package with

sudo apt-get install ros-melodic-ros-tutorials
edit flag offensive delete link more

Comments

Thanks Tryan for your helpful answer! Is the installation of rqt already included in the ROS-Base package?

Cel gravatar image Cel  ( 2020-12-13 16:15:30 -0500 )edit

I think it's only included in the desktop variants, but you can still install it separately when necessary. Here's REP 142 defining the different variants, and here's the metapackages GitHub repo for more details.

tryan gravatar image tryan  ( 2020-12-14 09:20:22 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2020-12-10 04:26:37 -0500

Seen: 128 times

Last updated: Dec 10 '20