Skip to content

Commit

Permalink
doc: Remove obsolete argument
Browse files Browse the repository at this point in the history
The behaviour of `record_image_dataset` has changed recently:  The
default is now to not downsample and `--no-downsample` was removed
accordingly.
  • Loading branch information
luator committed Jul 31, 2024
1 parent 26e0944 commit af69bc3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit af69bc3

Please sign in to comment.