Skip to content

Commit

Permalink
Bump default framerate to 30hz
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Flynn <[email protected]>
  • Loading branch information
flynneva committed Nov 24, 2022
1 parent b2454fe commit 7580186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_cam_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ UsbCamNode::UsbCamNode(const rclcpp::NodeOptions & node_options)
// declare params
this->declare_parameter("camera_name", "default_cam");
this->declare_parameter("camera_info_url", "");
this->declare_parameter("framerate", 10.0);
this->declare_parameter("framerate", 30.0);
this->declare_parameter("frame_id", "default_cam");
this->declare_parameter("image_height", 480);
this->declare_parameter("image_width", 640);
Expand Down

0 comments on commit 7580186

Please sign in to comment.