Skip to content

fix for calccontroller bug introduced by lazy init

Matias Guijarro requested to merge calccontroller_bug_fix into master

when axis from CalcController is initialized, all pseudos and reals axes are initialized too; fixes bug introduced by lazy_init + removal of req_motion_dict

Merge request reports