ajijohn / matlab-toolboxes-robotics-vision

Automatically exported from code.google.com/p/matlab-toolboxes-robotics-vision
0 stars 0 forks source link

robot.tech error in linux (works in windows) #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. running the attached code in ubuntu matlab 2011a
2.
3.

What is the expected output? What do you see instead?
All the sliders of teach working , currently only q1 works. 

What version of the product are you using? On what operating system?
Matlab 2011a , ubuntu 12.04

Please provide any additional information below.
The code works in windows but in Ubuntu 12.04 it gives the following error :
??? Incorrect number of right hand side elements in dot name assignment.  
Missing []
around left hand side is a likely cause.

Error in ==> SerialLink.teach at 310
            jh.AdjustmentValueChangedCallback = @(src,event)sliderCallbackFunc(src,
            handles.slider(i), r.name, i, handles);

Error in ==> abb_model at 57
h1=abb.teach('degrees'); 

Original issue reported on code.google.com by prithvis...@gmail.com on 8 Apr 2013 at 8:52

Attachments: