Skip to content
Snippets Groups Projects
Commit fda71c7f authored by Fabian Reister's avatar Fabian Reister
Browse files

armarx_core/config: removing RobotSkillTemplates from default packages. It is...

armarx_core/config: removing RobotSkillTemplates from default packages. It is no longer used on ARMAR-7
parent 496d420b
No related branches found
No related tags found
1 merge request!99armarx_core/config: removing RobotSkillTemplates from default packages
Pipeline #22692 passed
This commit is part of merge request !99. Comments created here will be created in the context of that merge request.
......@@ -54,7 +54,7 @@ def get_packages() -> str:
Lists all packages that are considered by the statecharts
"""
default_packages = (
"ArmarXCore,ArmarXGui,RobotAPI,VisionX,RobotSkillTemplates"
"ArmarXCore,ArmarXGui,RobotAPI,VisionX"
)
packages = config.get("AutoCompletion", "packages", fallback=default_packages)
return packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment