Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parameter names in components.rst #959

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading