When I try to run the live script from chapter 25, this part from the second section
pbvs.run(5);
gives me the following error
The class SE3 has no Constant property or Static method named 'check'.
Error in PBVS/init (line 110)
vs.camera.T = SE3.check(vs.T0); % set camera back to its initial pose
Error in VisualServo/run (line 122)
vs.init();
When I try to run the live script from chapter 25, this part from the second section
pbvs.run(5);
gives me the following error
The class SE3 has no Constant property or Static method named 'check'. Error in PBVS/init (line 110) vs.camera.T = SE3.check(vs.T0); % set camera back to its initial pose Error in VisualServo/run (line 122) vs.init();
Why is this happening and what is the solution.
Thanks