Skip to content

Commit

Permalink
fix(network): ROS distro is corrected to noetic (#7)
Browse files Browse the repository at this point in the history
merged ros version type check.
  • Loading branch information
ankitrgadiya committed Dec 27, 2021
1 parent 182fab9 commit 837352b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/network/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@click.option('--network', help='Type of Network',
type=click.Choice(['routed', 'native']), default='routed')
@click.option('--ros', help='Version of ROS',
type=click.Choice(['kinetic', 'melodic', 'neotic']), default='melodic')
type=click.Choice(['kinetic', 'melodic', 'noetic']), default='melodic')
@click.option('--device', help='Device ID of the Device where Network will run (device only)')
@click.option('--limit', help='Resource Limit for Network (cloud only) '
'[x_small is only available for Native Network]',
Expand Down

0 comments on commit 837352b

Please sign in to comment.