petercorke / robotics-toolbox-matlab

Robotics Toolbox for MATLAB
GNU Lesser General Public License v2.1
1.26k stars 440 forks source link

Vehicle Class Not Instantiated #126

Open umerhuzaifa opened 1 year ago

umerhuzaifa commented 1 year ago

Trying to create a car model using Vehicle class but MATLAB complains with the following error:

Abstract classes cannot be instantiated. Class 'Vehicle' defines abstract methods and/or properties.

On opening where Vehicle.m is located, it correctly identifies this as one of the PeterCorke toolbox files but still is not running.

Any help?

Update:

Running MATLAB R2021b Update 1