Skip to content

Getting to a flexible components management from URDF in /robot_description topic #1045

Open
@destogl

Description

@destogl

This description of issues is related to the following PRs:

To solve this knot, I figured out the following 4 steps that will be done in separate PRs to make them manageable:

  1. Rename parameters for setting components in unconfigured and inactive state after CM is started. This feature does not break anything, and it should be back ported to humble as well. See: Enable setting of initial state in HW compoments #1046
  2. Enable loading components from topic if they are not loaded from parameter. Only the first callback will be considered to avoid any complexity with managing potential changes of components in URDF (fixing [CM] Use robot_description topic instead of parameter and don't crash on empty URDF 🦿 #940).
  3. Enable not_loaded components after start. This needs some changes in RM (ABI breaking) that will separate some things better. Enable non-loaded hardware components after start of CM. #1049
  4. Enable updates of /robot_description and components in URDF. The default behavior will be that if a new component exists it will be added to the system, but none component will be removed if it doesn't exist in URDF. User will be notified about this and they can manually remove the component.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions