Find the video tutorials for this training here:
https://www.mathworks.com/videos/series/student-competition-mobile-robotics-training.html
This entry contains all of the example and exercise materials for the online training: Student Competition - Mobile Robotics Training.
Mobile Robotics Training Video Series:
Part 1: Controlling Robot Motion
Part 2: Using PID Controllers
Part 3: Line Following Algorithms
Part 4: Obstacle Detection Algorithms
Part 5: Path Navigation
NOTE: This entry requires the Student Competition - Mobile Robotics Training Toolbox. To download the toolbox, go to: https://www.mathworks.com/matlabcentral/fileexchange/62961-student-competition-mobile-robotics-training-toolbox
MathWorks Student Competitions Team (2021). Student Competition - Mobile Robotics Training (https://www.mathworks.com/matlabcentral/fileexchange/62966-student-competition-mobile-robotics-training), MATLAB Central File Exchange. Retrieved .
Inspired by: Mobile Robotics Training Toolbox, Robotics Playground
Inspired: Mobile Robotics Training Toolbox, LEGO Mobile Robotics Workshop, Robot Autonomy and Control Workshop
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
For anyone getting this error: S-Function 'sfun_time' does not exist, you can find the solution here: https://uk.mathworks.com/matlabcentral/answers/475057-hi-when-i-am-trying-to-controlling-robot-motion-in-simulink-getting-following-error-please-sugges
Getting the following errors when running example HeadCtrl_Pl.slx under Path Navigation:
Error in 'DistCtrl_PI/Left Motor/Motor': Failed to evaluate mask initialization commands.
Caused by:
The "LTI system variable" parameter of the LTI block must be set to a valid LTI model.
Component:Simulink | Category:Model error
Error in 'DistCtrl_PI/Right Motor/Motor': Failed to evaluate mask initialization commands.
Caused by:
The "LTI system variable" parameter of the LTI block must be set to a valid LTI model.
Basics are must to get thorough with a subject. Through this training i have learnt the basics of robotics. Thank you very much for providing this training.
@Noah, all the exercise files should be available on the download. Make sure you have the Mobile Robotics Training library installed as explained in the description. Otherwise contact roboticsarena@mathworks.com
hey! I love this tutorial but as I was going through it I noticed that the simulink models weren't included in the download. I've looked into all of the folders included with the download but I can't find them...
I followed the steps Tejas told for eliminating "sfun_time does not exist" but I am still facing the same issue.
Please guide me for eliminating the error.
For those getting "sfun_time does not exist" error : 1) install MATLAB Support for MinGW-w64 C/C++ Compiler and 2) install Students competition-Mobile Robotics Training addon, open the addon in current folder.Run "installMRTToolbox.m".
@Phasin, for newer versions of MATLAB the Soft Real Time block is not necessary. You can delete it and use built in Simulation Pacing instead.
https://www.mathworks.com/help/simulink/ug/simulation-pacing.html
Error in S-function 'deadReckoningSim_soln/Robot Simulator/Soft Real Time': S-Function 'sfun_time' does not exist
I'm sorry, I get this error, may someone help me please?
"Error in RobMotion/Robot Simulator: Initialization commands cannot be evaluated."
"Caused by: Undefined variable robotics or class robotics.BinaryOccupancyGrid."
Error in S-function 'MobileRobotSimulink1/Robot Simulator/Soft Real Time': S-Function 'sfun_time' does not exist
Component:Simulink | Category:Block error
getting this error in Part 1
The error seems to come from the Robot Simulator block in the Mobile Robotics Training library
This training is very effective and essential for students who is studying mobile robot.thanks to all