You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that ros package kobuki_capabilities depends on 2 rocon packages(rocon_apps and rocon_app_manager). When installing it along with turtlebot stack (via apt-get on ubuntu), rocon installs A LOT of other stuff that seems to not be needed by a basic turtlebot (for example, a REDIS server which autostarts on boot, wasting precious memory and CPU).
It this dependency on rocon really necessary?
The text was updated successfully, but these errors were encountered:
Wow, that's a bit of a time warp - six years or so. Apps and capabilities were originally built to work together and the dependency became optional later.
You are right. Not needed here - looks like it was to support the launcher in the package, which itself is not so terrifically placed. You could drop the rosdeps and be fine.
NB: Aside from the redis server, which ubuntu autostarts, rocon is just a collection of python modules.
I found that ros package
kobuki_capabilities
depends on 2 rocon packages(rocon_apps
androcon_app_manager
). When installing it along with turtlebot stack (via apt-get on ubuntu), rocon installs A LOT of other stuff that seems to not be needed by a basic turtlebot (for example, a REDIS server which autostarts on boot, wasting precious memory and CPU).It this dependency on rocon really necessary?
The text was updated successfully, but these errors were encountered: