You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
I just want to make sure with you if the correct solution was instead to replace line 88 in kinect_one_sensor.urdf.xacro with: <gazebo reference="${prefix}_ir_optical_frame">
Description
the urdf description for the movo contains a reference to a link that does not exist
Version
kinetic-devel (but looks the same on master branch)
Steps to reproduce
Code example
line 88 in kinect_one_sensor.urdf.xacro
<gazebo reference="${prefix}_ir_link">
Expected behavior
load the sensor and camera plugin
Any other information
there are no other references to
${prefix}_ir_link
in the robot description so gazebo will not load the sensor and camera pluginreplaced with:
<gazebo reference="${prefix}_ir_frame">
which is a valid reference and the camera plugin loads correctly.
The text was updated successfully, but these errors were encountered: