jdelacroix / simiam

A MATLAB-based educational bridge between theory and practice in robotics.
http://gritslab.gatech.edu/projects/robot-simulator
Other
103 stars 52 forks source link

The property of firmware_3_0_plus is not added to the properties list #8

Closed BlueBirdHouse closed 10 years ago

BlueBirdHouse commented 10 years ago

Thanks to add this property for our robot! But dynamic add properties for Matlab classes is no longer support by Matlab. You may add it to the properties list and use “obj.firmware_3_0_plus = true;” in this class’ own method. Because the default value for property is no use for the class’ own method do to no code us the class’ construction function.