-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/runtime modification skills list [WIP] #1
base: master
Are you sure you want to change the base?
Conversation
At the current state, this PR introduces the |
The recent commit seemed to get closer with updating skills in the GUI, however, the |
@@ -387,6 +389,14 @@ def __init__(self): | |||
def _set_debug_cb(self, msg): | |||
self.publish_runtime_parameters = msg.data | |||
|
|||
def _update_skills_cb(self, _): | |||
self.sm.skills.clear() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is clearing skills form the SkillManager, but it's not clearing skills from the World Model
0983a01
to
c40f0af
Compare
…:UTNuclearRobotics/skiros2 into feature/runtime_modification_skills_list
This PR adds a ROS Service to SkillManagerNode that commands it to reload skills.