Skip to content

Commit

Permalink
🔨 Fixes for failing CI.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <[email protected]>
  • Loading branch information
cardboardcode committed Mar 11, 2024
1 parent 067fbc3 commit fb1ff09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtual_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char * argv[])
// Declare a boolean parameter
vcamera_node->declare_parameter("use_image_viewer", false);

// Get the boolean parameter value to determine
// Get the boolean parameter value to determine
// if the image_view_node should be activated.
bool imageviewer_flag = vcamera_node->get_parameter("use_image_viewer").as_bool();
RCLCPP_INFO(
Expand Down

0 comments on commit fb1ff09

Please sign in to comment.