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
i recently made a custom dispatcher and replaced all of the default dispatchers with that custom dispatcher. because the DispatcherConfig requires it's fields, including ideal_fastcharge_soc_limit, i decided to include them in my YAML file but with garbage arguments, just in case any of them still had influence.
it turns out that driver_state operations will expect these parameters and so they will be used to override behavior, for both human and CAV driver types. these should come from a different place so it is more explicit as a configuration for HIVE.
The text was updated successfully, but these errors were encountered:
i recently made a custom dispatcher and replaced all of the default dispatchers with that custom dispatcher. because the DispatcherConfig requires it's fields, including ideal_fastcharge_soc_limit, i decided to include them in my YAML file but with garbage arguments, just in case any of them still had influence.
it turns out that driver_state operations will expect these parameters and so they will be used to override behavior, for both human and CAV driver types. these should come from a different place so it is more explicit as a configuration for HIVE.
The text was updated successfully, but these errors were encountered: