Skip to content

Commit a847606

Browse files
authored
Merge pull request #295 from ipa-fog/fix/kinect_frame_id
adjusted frames of kinect topics to tf-tree
2 parents 5ec3ccb + 721aaf8 commit a847606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cob_description/urdf/sensors/kinect.gazebo.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<plugin name="${name}_controller" filename="libgazebo_ros_openni_kinect.so">
2828
<updateRate>${update_rate/(data_skip+1)}</updateRate>
2929
<cameraName>${ros_topic}</cameraName>
30-
<frameName>${name}_optical_frame</frameName>
30+
<frameName>${name}_color_optical_frame</frameName>
3131
<imageTopicName>rgb/image_raw</imageTopicName>
3232
<cameraInfoTopicName>rgb/camera_info</cameraInfoTopicName>
3333
<pointCloudTopicName>depth_registered/points</pointCloudTopicName>

0 commit comments

Comments
 (0)