Skip to content

[fix] not using the correct xacro tag for gz_ros2_control #322

@alec-03

Description

@alec-03

Problem

Launching any kortex description gazebo sim with a prefix will NOT spawn the gazebo controller_manager with the prefix

The Error

This line uses the non-existent tag <controller_manager_node_name>

<controller_manager_node_name>$(arg prefix)controller_manager</controller_manager_node_name>

see: https://github.com/ros-controls/gz_ros2_control/blob/rolling/doc/index.rst

The Fix

changing this tag to <controller_manager_name> will cause the prefix to be prepended correctly

Image

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