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

doc: Remove obsolete argument #49

Merged
merged 1 commit into from
Jul 31, 2024
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
2 changes: 1 addition & 1 deletion doc/b1_train_colour_segmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run

::

ros2 run trifinger_cameras record_image_dataset --no-downsample -o <output_directory>
ros2 run trifinger_cameras record_image_dataset -o <output_directory>

Every time you press Enter, images of all three cameras are acquired and stored
together as a "snapshot" in the specified output directory. So you can place
Expand Down
Loading