rosin-project / rxros

Reactive programming for ROS
BSD 3-Clause "New" or "Revised" License
48 stars 6 forks source link

A bloated (?) list of recommended packages #2

Closed wasowski closed 5 years ago

wasowski commented 5 years ago

Right now the readme says that the following are useful addition:

sudo apt-get install git doxygen graphviz-* meld cmake
sudo apt-get install emacs qtcreator qt5-*
sudo apt-get install tree gimp
sudo apt-get install liburdfdom-tools
sudo apt-get install libcanberra-gtk-module

This list appears too long to me. We should only list packages that are directly required or useful for rx_ros (including our tutorials, etc.). It is not obvious to me that we need to install

Others are also not super clearly needed. Feel free to revise this in the README or just respond here and I can revise.

gavanderhoorn commented 5 years ago

Additionally: as we're aiming for integration in the regular ROS workflow, any really required packages should be listed as build and/or exec dependencies of the rx_ros package (in the package.xml).

That way they will be automatically installed when running rosdep.

wasowski commented 5 years ago

I am aiming for that, this issue is there to understand what is needed.

henrik7264 commented 5 years ago

They are not needed at all. They are just some packages I have been happy to use during my work with building the robot. I shall remove the from the README.md file.

henrik7264 commented 5 years ago

The section ha been removed from the README.md file