ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem is the name of the frame that needs to be exactly as the name of the link. Example:

<link name="sonar${sid}">
...
</link>
<plugin ...>
        ...
        <frameId>sonar${sid}</frameId>
</plugin>

The problem is the name of the frame that needs to be exactly as the name of the link. Example:

<link name="sonar${sid}">
name="sonar1_link">
...
</link>
<plugin ...>
        ...
        <frameId>sonar${sid}</frameId>
<frameId>sonar1_link</frameId>
</plugin>