ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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>
2 | No.2 Revision |
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>