You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have to give call subc (rosrun sub8_missions move_command) with dummy args for comands that don't take any arguments like stop, level_off, zrp.
Success is being able to run
subc stop
or
subc zrp
without a hideous traceback message.
This task is open to new people!
The text was updated successfully, but these errors were encountered:
DSsoto
changed the title
Support sub commands without argument
Support sub commands without arguments
May 22, 2017
@kingkevlar, you probably just have to catch the exception (out of bounds indexing of the args from argparse) and check to make sure that the command was one of the ones we know to take no arguments.
Right now we have to give call
subc
(rosrun sub8_missions move_command
) with dummy args for comands that don't take any arguments like stop, level_off, zrp.Success is being able to run
or
without a hideous traceback message.
This task is open to new people!
The text was updated successfully, but these errors were encountered: