Skip to content

Commit

Permalink
fix: modify comment
Browse files Browse the repository at this point in the history
Signed-off-by: h-suzuki <[email protected]>
  • Loading branch information
h-suzuki-isp committed Dec 25, 2023
1 parent c1109a8 commit 0f58442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ def main(self, *, args):
else:
init_args['context_fields'] = context_names
init_args['display_list'] = args.list
# Note: keyword argument --subbuffer_size_ust/kernel are available after iron.
# Note: keyword argument
# --subbuffer_size_ust/kernel are available in ROS Distributions after iron.

if os.environ['ROS_DISTRO'][0] < 'i' \
and args.subbuffer_size_ust != 8*4096:
Expand Down

0 comments on commit 0f58442

Please sign in to comment.