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

GUI crashes when skill manager is restarted while a skill is running and a new skill is started afterwards #93

Open
matthias-mayr opened this issue Mar 1, 2024 · 0 comments
Labels
bug ROS 1 Issue affects ROS 1 ROS 2 Issue affects ROS 2

Comments

@matthias-mayr
Copy link
Member

When restarting the skill manager while a skill is running, the GUI crashes when starting the first skill after the skill manager becomes online again:

Traceback (most recent call last):
  File "/home/matthias/Workspaces/skiros2_ws/build/skiros2_gui/skiros2_gui/core/skiros_widget.py", line 1331, in on_skill_exe_button_clicked
    if self._sli.agent.execute(execution_id=self._sli.agent.task):
  File "/home/matthias/Workspaces/skiros2_ws/build/skiros2_skill/skiros2_skill/ros/skill_manager_interface.py", line 42, in task
    return self.tasks[0]
IndexError: list index out of range
@matthias-mayr matthias-mayr added bug ROS 1 Issue affects ROS 1 ROS 2 Issue affects ROS 2 labels Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ROS 1 Issue affects ROS 1 ROS 2 Issue affects ROS 2
Projects
None yet
Development

No branches or pull requests

1 participant