petercorke / robotics-toolbox-matlab

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

Invalid value for Matrix property Error in plot_vehicle.m #127

Open fb1812 opened 1 year ago

fb1812 commented 1 year ago

Hi, I am getting the following error when running plot_vehicle.m:

      Invalid value for Matrix property

      Error in plot_vehicle (line 135)
                  h.vehicle.Matrix = SE2(x(i,:)).SE3.T;  % convert (x,y,th) to SE(3)

Any suggest on why I get this error? Thank you!