Skip to content

provide a ros-dev-tools package #112

@christian-rauch

Description

@christian-rauch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions