From 679412f03a848e25757e48db9728f50f319f1a23 Mon Sep 17 00:00:00 2001 From: Matia Pizzoli Date: Fri, 13 Nov 2015 19:14:17 +0100 Subject: [PATCH] changed topic name for depth result --- src/depthmap_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/depthmap_node.cpp b/src/depthmap_node.cpp index 4be2c1e..b217ac7 100644 --- a/src/depthmap_node.cpp +++ b/src/depthmap_node.cpp @@ -29,7 +29,7 @@ rmd::DepthmapNode::DepthmapNode(ros::NodeHandle &nh) { state_ = rmd::State::TAKE_REFERENCE_FRAME; image_transport::ImageTransport it(nh_); - depthmap_publisher_= it.advertise("depth", 10); + depthmap_publisher_= it.advertise("remode/depth", 10); } bool rmd::DepthmapNode::init()