Skip to content

Commit

Permalink
stereo_image_proc: disparity_node: update code format
Browse files Browse the repository at this point in the history
Signed-off-by: Zhaoyuan <[email protected]>
  • Loading branch information
quic-zhaoyuan committed Nov 28, 2024
1 parent 04e6a59 commit 647fd03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stereo_image_proc/src/stereo_image_proc/disparity_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ DisparityNode::DisparityNode(const rclcpp::NodeOptions & options)
bool approx = this->declare_parameter("approximate_sync", false);
double approx_sync_epsilon = this->declare_parameter("approximate_sync_tolerance_seconds", 0.0);
this->declare_parameter("use_system_default_qos", false);
use_image_transport_camera_info = this->declare_parameter("use_image_transport_camera_info", true);
use_image_transport_camera_info = this->declare_parameter("use_image_transport_camera_info",
true);

// Synchronize callbacks
if (approx) {
Expand Down

0 comments on commit 647fd03

Please sign in to comment.