Skip to content

Commit

Permalink
Merge pull request #1558 from furushchev/fix-advertise-camera
Browse files Browse the repository at this point in the history
jsk_topic_tools: connection_based_nodelet: fix typo in advertiseCamera
  • Loading branch information
k-okada committed Sep 7, 2017
2 parents 24a7d98 + f95e19b commit 5c752db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ namespace jsk_topic_tools
int queue_size)
{
NODELET_WARN("advertiseCamera with ImageTransport is deprecated");
return advertiseCamera(nh, it, topic, queue_size);
return advertiseCamera(nh, topic, queue_size);
}

image_transport::CameraPublisher
Expand Down

0 comments on commit 5c752db

Please sign in to comment.