Default template for armarx-package add skill provider not working
In etc/python/armarx_package/skeleton/package/source/components/skill_provider/Component.tmp.cpp
addSkill()
is called; instead
addSkillFactory()
should get called.
Furthermore, namespaces for Component are not the same in Component.h
and Component.cpp
which leads to undeclared identifier errors.