Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvment of service manager #257

Merged
merged 22 commits into from
Jan 20, 2015
Merged

Improvment of service manager #257

merged 22 commits into from
Jan 20, 2015

Conversation

dwlee
Copy link
Collaborator

@dwlee dwlee commented Jan 19, 2015

The PR is to support local solution instance from default solution set. It includes.

  • local solution cache creation. under ROS_HOME/rocon/
  • new ROS api in service manager to configure service paremeterisation.

Detailed design discussion in #254

@dwlee
Copy link
Collaborator Author

dwlee commented Jan 19, 2015

@jihoonl jihoonl changed the title Admin app patch Improvment of service manager Jan 19, 2015
@jihoonl
Copy link
Collaborator

jihoonl commented Jan 19, 2015

@jihoonl
Copy link
Collaborator

jihoonl commented Jan 19, 2015

There are lots places where calls rocon_python_utils.ros.find_resource_from_string but do not catch rospkg.ResourceNotFound exception. It should be handled somewhere.

with open(parameters_yaml_file) as f:
parameters_yaml = yaml.load(f)
loaded_profile['parameters_detail'] = parameters_yaml
except rospkg.ResourceNotFound as e:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Which code does raise this exception?

@jihoonl
Copy link
Collaborator

jihoonl commented Jan 19, 2015

https://github.com/robotics-in-concert/rocon_concert/pull/257/files#diff-ea49e765092ef39b9b7b499bfacd4e17R99

We may want to split this as load_from_file and load_from_resource.

]

def __init__(self, concert_name, resource_name, modification_callback=None):
self._concert_name = concert_name.strip().lower().replace(' ', '_')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jihoonl
Copy link
Collaborator

jihoonl commented Jan 20, 2015

👍 I have created #261 to follow up minor changes later.

jihoonl added a commit that referenced this pull request Jan 20, 2015
@jihoonl jihoonl merged commit 9b4774e into indigo Jan 20, 2015
@jihoonl jihoonl deleted the admin_app_patch branch January 20, 2015 09:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants