-
-
Notifications
You must be signed in to change notification settings - Fork 28
Description
The ROS 2 Deban repo contains a convenient ros-dev-tools
metapackage that installs all development tools.
The RoboStack instructions currently list packages:
micromamba install -c conda-forge compilers cmake pkg-config make ninja colcon-common-extensions catkin_tools rosdep
It would also be convenient to have such a "ROS dev tools" meta package in RoboStack to install all these tools that are required to build a workspace from source.
Also, it seems that these tools are installed in the base environment and not inside the ROS environment. E.g. micromamba env -n base export
will list colcon packages etc. Is this intended? The instructions in the beginning rightfully say that "Do not install ROS packages in the base environment". If it is intended to install the development tools, including colcon, in the base
environment, the instructions should maybe mention that these tools are indeed installed in base
.