petercorke / robotics-toolbox-matlab

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

Bug and improvement. #95

Open ZieiN opened 3 years ago

ZieiN commented 3 years ago

Hi! 1- I think the turn rate limit block in Unicycle simulink model should be 'rate limiter' block not 'saturation' block. 2- I think you should add 'IC' block before all 'rate limiter' blocks in models 'Unicycle' and 'Bicycle' because the internal initial value is ignored in this mode. It's important here to have initial value to simulate the initial velocities (most important, equal to zero to simulate that the robot is starting from zero velocities e.g. initially stopped).