Skip to content

Commit

Permalink
fix bug: filters do not show in rqt_reconfigure. (IntelRealSense#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
doronhi authored Jul 23, 2019
1 parent 31fa75e commit 5ef502e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions realsense2_camera/src/base_realsense_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ void BaseRealSenseNode::publishTopics()
{
getParameters();
setupDevice();
setupFilters();
registerDynamicReconfigCb(_node_handle);
setupErrorCallback();
enable_devices();
setupPublishers();
setupStreams();
setupFilters();
publishStaticTransforms();
publishIntrinsics();
ROS_INFO_STREAM("RealSense Node Is Up!");
Expand Down Expand Up @@ -1773,7 +1773,7 @@ void BaseRealSenseNode::publishStaticTransforms()
}
}

// Publish Extinsics Topics:
// Publish Extrinsics Topics:
if (_enable[DEPTH] &&
_enable[FISHEYE])
{
Expand Down

0 comments on commit 5ef502e

Please sign in to comment.