Skip to content

Commit

Permalink
Fix parameter names in components.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMollerstuen authored Mar 8, 2024
1 parent b883943 commit ea4a694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image_proc/doc/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Parameters
* **queue_size** (int, default: 5): Size of message queue for synchronizing
image and camera_info topics. You may need to raise this if images take
significantly longer to travel over the network than camera info.
* **x_offset** (int, default: 0): X offset of the region of interest. Range: 0 to 2447
* **y_offset** (int, default: 0): Y offset of the region of interest. Range: 0 to 2049
* **offset_x** (int, default: 0): X offset of the region of interest. Range: 0 to 2447
* **offset_y** (int, default: 0): Y offset of the region of interest. Range: 0 to 2049
* **width** (int, default: 0): Width of the region of interest. Range: 0 to 2448
* **height** (int, default: 0): Height of the region of interest. Range: 0 to 2050

Expand Down

0 comments on commit ea4a694

Please sign in to comment.