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
When only the autonomy control method is defined, the system should be ready to accept keyboard commands by default when no other control method is listed. Alternatively, we can make a control_method required and split autonomy into its own argument i.e., autonomy_enabled:=true.
This is an issue because it impacts usability. Users may think that just by defining autonomy, the system will automatically start.
Additionally, we should print a message to roslog telling the user what to do to start the autonomy commands.
When only the autonomy control method is defined, the system should be ready to accept keyboard commands by default when no other control method is listed. Alternatively, we can make a control_method required and split autonomy into its own argument i.e., autonomy_enabled:=true.
This is an issue because it impacts usability. Users may think that just by defining autonomy, the system will automatically start.
Additionally, we should print a message to roslog telling the user what to do to start the autonomy commands.
Possibly tied to #358
The text was updated successfully, but these errors were encountered: