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

Feature/runtime modification skills list [WIP] #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

jsalfity
Copy link

This PR adds a ROS Service to SkillManagerNode that commands it to reload skills.

@jsalfity
Copy link
Author

At the current state, this PR introduces the /update_skills rosservice to update skills, but there is a bug with reloading of the main skiros2 gui.

@jsalfity
Copy link
Author

jsalfity commented Oct 3, 2024

The recent commit seemed to get closer with updating skills in the GUI, however, the World Model tab is showing duplicates of each skill, which does not seem correct.

@@ -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()
Copy link
Author

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

@bchen32 bchen32 force-pushed the feature/runtime_modification_skills_list branch from 0983a01 to c40f0af Compare October 22, 2024 22:12
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.

3 participants