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
it is saving service profile while loading. service saving should be done with save solution configuration.
os.path.isfile(interactions_yaml_file) or os.stat(interactions_yaml_file).st_size <= 0: are used to check file existence and whether the file is up-to-date.
We may want to move this into rocon_python_utils as method.
It is follow up issue of #257
rocon_python_utils.ros.get_ros_friendly_name()
for places likerocon_concert/concert_service_manager/src/concert_service_manager/service_cache_manager.py
Line 99 in 8928561
service_cache_manager._create_service_cache
logic.rocon_concert/concert_service_manager/src/concert_service_manager/service_cache_manager.py
Lines 163 to 182 in 8928561
os.path.isfile(interactions_yaml_file) or os.stat(interactions_yaml_file).st_size <= 0:
are used to check file existence and whether the file is up-to-date.rocon_python_utils.ros.paths
->rocon_python_utils.system.fileio
default_auto_enable_services
todefault_enable_services
The text was updated successfully, but these errors were encountered: